MIBs Depot

CISCO-CONFIG-MAN-MIB

Registered at
1.3.6.1.4.1.9.9.43
Last updated
2006-08-22 00:00
Organization
Cisco Systems, Inc.
Revisions
2019-03-11 00:00, 2006-08-17 00:00, 2004-06-18 00:00, 2002-06-07 00:00, 2002-03-12 00:00, 1995-11-28 00:00
Namespace
cisco
Source file
CISCO-CONFIG-MAN-MIB
Digest
sha256:72c6b705880aa1db7ac59e16ab451e06d8cd0df693f4bbc6e5ee72194f92cdb9

Description

Configuration management MIB. The MIB represents a model of configuration data that exists in various locations: running in use by the running system terminal operator's mind or attached hardware local saved locally in NVRAM or flash remote saved to some server on the network Although some of the system functions that relate here can be used for general file storage and transfer, this MIB intends to include only such operations as clearly relate to configuration. Its primary emphasis is to track changes and saves of the running configuration. As saved data moves further from startup use, such as into different local flash files or onto the network, tracking becomes difficult to impossible, so the MIB's interest and functions are confined in that area. Information from ccmCLIHistoryCommandTable can be used to track the exact configuration changes that took place within a particular Configuration History event. NMS' can use this information to update the related components. For example: If commands related only to MPLS are entered then the NMS need to update only the MPLS related management information rather than updating all of its management information. Acronyms and terms: CLI Command Line Interface.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCUnsigned64
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-CONFIG-MAN-MIB
CISCO-SMI
CISCO-TC
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
HistoryEventMedium
TEXTUAL-CONVENTION
The source or destination of a configuration change, save, or copy. erase erasing destination (source only) running live operational data commandSource the command source itself startup what the system will use next reboot local local NVRAM or flash networkTftp network host via Trivial File Transfer networkRcp network host via Remote Copy networkFtp network host via File transfer networkScp network host via Secure Copy
current

Objects

NameOIDSyntaxAccessStatus
ciscoConfigManMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.1
ccmHistory
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.1.1
ccmHistoryRunningLastChanged
OBJECT-TYPE
The value of sysUpTime when the running configuration was last changed. If the value of ccmHistoryRunningLastChanged is greater than ccmHistoryRunningLastSaved, the configuration has been changed but not saved.
1.3.6.1.4.1.9.9.43.1.1.1TimeTicksread-onlycurrent
ccmHistoryRunningLastSaved
OBJECT-TYPE
The value of sysUpTime when the running configuration was last saved (written). If the value of ccmHistoryRunningLastChanged is greater than ccmHistoryRunningLastSaved, the configuration has been changed but not saved. What constitutes a safe saving of the running configuration is a management policy issue beyond the scope of this MIB. For some installations, writing the running configuration to a terminal may be a way of capturing and saving it. Others may use local or remote storage. Thus ANY write is considered saving for the purposes of the MIB.
1.3.6.1.4.1.9.9.43.1.1.2TimeTicksread-onlycurrent
ccmHistoryStartupLastChanged
OBJECT-TYPE
The value of sysUpTime when the startup configuration was last written to. In general this is the default configuration used when cold starting the system. It may have been changed by a save of the running configuration or by a copy from elsewhere.
1.3.6.1.4.1.9.9.43.1.1.3TimeTicksread-onlycurrent
ccmHistoryMaxEventEntries
OBJECT-TYPE
The maximum number of entries that can be held in ccmHistoryEventTable. The recommended value for implementations is 10.
1.3.6.1.4.1.9.9.43.1.1.4Integer32 (0..2147483647)read-onlycurrent
ccmHistoryEventEntriesBumped
OBJECT-TYPE
The number of times the oldest entry in ccmHistoryEventTable was deleted to make room for a new entry.
1.3.6.1.4.1.9.9.43.1.1.5Counter32read-onlycurrent
ccmHistoryEventTable
OBJECT-TYPE
A table of configuration events on this router.
1.3.6.1.4.1.9.9.43.1.1.6not-accessiblecurrent
ccmHistoryEventEntry
OBJECT-TYPE
Information about a configuration event on this router.
1.3.6.1.4.1.9.9.43.1.1.6.1not-accessiblecurrent
ccmHistoryEventIndex
OBJECT-TYPE
A monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries.
1.3.6.1.4.1.9.9.43.1.1.6.1.1Integer32 (1..2147483647)not-accessiblecurrent
ccmHistoryEventTime
OBJECT-TYPE
The value of sysUpTime when the event occurred.
1.3.6.1.4.1.9.9.43.1.1.6.1.2TimeTicksread-onlycurrent
ccmHistoryEventCommandSource
OBJECT-TYPE
The source of the command that instigated the event.
1.3.6.1.4.1.9.9.43.1.1.6.1.3INTEGER {commandLine(1), snmp(2)}read-onlycurrent
ccmHistoryEventConfigSource
OBJECT-TYPE
The configuration data source for the event.
1.3.6.1.4.1.9.9.43.1.1.6.1.4HistoryEventMediumread-onlycurrent
ccmHistoryEventConfigDestination
OBJECT-TYPE
The configuration data destination for the event.
1.3.6.1.4.1.9.9.43.1.1.6.1.5HistoryEventMediumread-onlycurrent
ccmHistoryEventTerminalType
OBJECT-TYPE
If ccmHistoryEventCommandSource is 'commandLine', the terminal type, otherwise 'notApplicable'.
1.3.6.1.4.1.9.9.43.1.1.6.1.6INTEGER {notApplicable(1), unknown(2), console(3), terminal(4), virtual(5), auxiliary(6)}read-onlycurrent
ccmHistoryEventTerminalNumber
OBJECT-TYPE
If ccmHistoryEventCommandSource is 'commandLine', the terminal number. The value is -1 if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.7Integer32 (-2147483648..2147483647)read-onlycurrent
ccmHistoryEventTerminalUser
OBJECT-TYPE
If ccmHistoryEventCommandSource is 'commandLine', the name of the logged in user. The length is zero if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.8DisplayString (SIZE(0..64))read-onlycurrent
ccmHistoryEventTerminalLocation
OBJECT-TYPE
If ccmHistoryEventCommandSource is 'commandLine', the hard-wired location of the terminal or the remote host for an incoming connection. The length is zero if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.9DisplayString (SIZE(0..64))read-onlycurrent
ccmHistoryEventCommandSourceAddress
OBJECT-TYPE
If ccmHistoryEventTerminalType is 'virtual', the internet address of the connected system. If ccmHistoryEventCommandSource is 'snmp', the internet address of the requester. The value is 0.0.0.0 if not available or not applicable. This object is deprecated by ccmHistoryEventCommandSourceAddrRev1
1.3.6.1.4.1.9.9.43.1.1.6.1.10IpAddressread-onlydeprecated
ccmHistoryEventVirtualHostName
OBJECT-TYPE
If ccmHistoryEventTerminalType is 'virtual', the host name of the connected system. The length is zero if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.11DisplayString (SIZE(0..64))read-onlycurrent
ccmHistoryEventServerAddress
OBJECT-TYPE
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkTftp' or 'networkRcp', the internet address of the storage file server. The value is 0.0.0.0 if not applicable or not available. This object is deprecated by ccmHistoryEventServerAddrRev1
1.3.6.1.4.1.9.9.43.1.1.6.1.12IpAddressread-onlydeprecated
ccmHistoryEventFile
OBJECT-TYPE
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkTftp' or 'networkRcp', the configuration file name at the storage file server. The length is zero if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.13DisplayString (SIZE(0..64))read-onlycurrent
ccmHistoryEventRcpUser
OBJECT-TYPE
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkRcp', the remote user name. The length is zero if not applicable or not available.
1.3.6.1.4.1.9.9.43.1.1.6.1.14DisplayString (SIZE(0..64))read-onlycurrent
ccmHistoryCLICmdEntriesBumped
OBJECT-TYPE
The number of times the oldest entry in ccmCLIHistoryCommandTable with first index as ccmHistoryEventIndex was deleted to make room for a new entry. This object is applicable only if ccmHistoryEventCommandSource has a value of 'commandLine'.
1.3.6.1.4.1.9.9.43.1.1.6.1.15Counter32read-onlycurrent
ccmHistoryEventCommandSourceAddrType
OBJECT-TYPE
This object indicates the transport type of the address contained in ccmHistoryEventCommandSourceAddrRev1. The value will be zero if not available or not applicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.16InetAddressTyperead-onlycurrent
ccmHistoryEventCommandSourceAddrRev1
OBJECT-TYPE
If ccmHistoryEventTerminalType is 'virtual', the internet address of the connected system. If ccmHistoryEventCommandSource is 'snmp', the internet address of the requester. The value of all bit's is zero if not available or not applicable. The Format of this address depends on the value of the ccmHistoryEventCommandSourceAddrType object. This object deprecates ccmHistoryEventCommandSourceAddress
1.3.6.1.4.1.9.9.43.1.1.6.1.17InetAddressread-onlycurrent
ccmHistoryEventServerAddrType
OBJECT-TYPE
This object indicates the transport type of the address contained in ccmHistoryEventServerAddrRev1. The value will be zero if not available or not aplicable.
1.3.6.1.4.1.9.9.43.1.1.6.1.18InetAddressTyperead-onlycurrent
ccmHistoryEventServerAddrRev1
OBJECT-TYPE
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkTftp' or 'networkRcp', the internet address of the storage file server. The value of all bits is 0s if not applicable or not available. The Format of this address depends on the value of the ccmHistoryEventServerAddrType object. This object deprecates ccmHistoryEventServerAddress.
1.3.6.1.4.1.9.9.43.1.1.6.1.19InetAddressread-onlycurrent
ccmCLIHistory
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.1.2
ccmCLIHistoryMaxCmdEntries
OBJECT-TYPE
The maximum number of entries that can be held in ccmCLIHistoryCommandTable. The recommended value for implementations is 100. If the number of entries in ccmCLIHistoryCommandTable exceeds the value of this object, old entries will be bumped to make room for new entries. The ccmCLIHistoryCommandTable will not be populated if the value of this object is 0.
1.3.6.1.4.1.9.9.43.1.2.1Unsigned32 (0..4294967295)read-writecurrent
ccmCLIHistoryCmdEntries
OBJECT-TYPE
The current number of entries in ccmCLIHistoryCommandTable.
1.3.6.1.4.1.9.9.43.1.2.2Gauge32read-onlycurrent
ccmCLIHistoryCmdEntriesAllowed
OBJECT-TYPE
This object indicates the upper limit on the number of entries allowed in ccmCLIHistoryCommandTable by the managed system.
1.3.6.1.4.1.9.9.43.1.2.3Unsigned32read-onlycurrent
ccmCLIHistoryCommandTable
OBJECT-TYPE
A table of CLI commands that took effect during configuration events.
1.3.6.1.4.1.9.9.43.1.2.4not-accessiblecurrent
ccmCLIHistoryCommandEntry
OBJECT-TYPE
Information about the CLI commands that took effect during the configuration event pointed by ccmCLIHistoryEventIndex. A set of rows in this table having the first index as ccmHistoryEventIndex will store the CLI commands entered during the corresponding configuration event in ccmHistoryEventTable. An entry will be created in this table only if the corresponding entry in ccmHistoryEventTable has a value of 'commandLine' for ccmHistoryEventCommandSource.
1.3.6.1.4.1.9.9.43.1.2.4.1not-accessiblecurrent
ccmCLIHistoryCommandIndex
OBJECT-TYPE
A monotonically increasing integer for the purpose of indexing CLI commands which took effect during a configuration event.
1.3.6.1.4.1.9.9.43.1.2.4.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
ccmCLIHistoryCommand
OBJECT-TYPE
The CLI command entered which took effect during the configuration event pointed by ccmHistoryEventIndex.
1.3.6.1.4.1.9.9.43.1.2.4.1.2DisplayStringread-onlycurrent
ccmCLICfg
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.1.3
ccmCLICfgRunConfNotifEnable
OBJECT-TYPE
This variable indicates whether the system produces the ccmCLIRunningConfigChanged notification. A false value will prevent notifications from being generated by this system.
1.3.6.1.4.1.9.9.43.1.3.1TruthValueread-writecurrent
ccmCTIDObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.1.4
ccmCTID
OBJECT-TYPE
This object indicates the Config Change Tracking ID which uniquely represents version-incrementing changes to the IOS running configuration.
1.3.6.1.4.1.9.9.43.1.4.1Unsigned64read-onlycurrent
ccmCTIDLastChangeTime
OBJECT-TYPE
This object indicates the time when the Config Change Tracking ID last changed.
1.3.6.1.4.1.9.9.43.1.4.2DateAndTimeread-onlycurrent
ccmCTIDWhoChanged
OBJECT-TYPE
This object indicates the user who last reset the Config Change Tracking ID.
1.3.6.1.4.1.9.9.43.1.4.3SnmpAdminStringread-onlycurrent
ccmCTIDRolledOverNotifEnable
OBJECT-TYPE
This variable indicates whether the system produces the ccmCTIDRolledOver notification. A false value will prevent notifications from being generated by this system.
1.3.6.1.4.1.9.9.43.1.4.4TruthValueread-writecurrent
ciscoConfigManMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.2
ciscoConfigManMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.2.0
ciscoConfigManMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.3
ciscoConfigManMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.3.1
ciscoConfigManMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.43.3.2

Notifications

NameOIDStatus
ciscoConfigManEvent
NOTIFICATION-TYPE
Notification of a configuration management event as recorded in ccmHistoryEventTable.
1.3.6.1.4.1.9.9.43.2.0.1current
ccmCLIRunningConfigChanged
NOTIFICATION-TYPE
This notification indicates that the running configuration of the managed system has changed from the CLI. If the managed system supports a separate configuration mode(where the configuration commands are entered under a configuration session which affects the running configuration of the system), then this notification is sent when the configuration mode is exited. During this configuration session there can be one or more running configuration changes.
1.3.6.1.4.1.9.9.43.2.0.2current
ccmCTIDRolledOver
NOTIFICATION-TYPE
This notification indicates that the Config Change Tracking ID has rolled over and will be reset.
1.3.6.1.4.1.9.9.43.2.0.3current

Conformance

NameOIDStatus
ciscoConfigManMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Configuration Management MIB
1.3.6.1.4.1.9.9.43.3.1.1deprecated
ciscoConfigManMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Configuration Management MIB
1.3.6.1.4.1.9.9.43.3.1.2deprecated
ciscoConfigManMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Configuration Management MIB. This compliance module deprecates ciscoConfigManMIBCompliance.
1.3.6.1.4.1.9.9.43.3.1.3deprecated
ciscoConfigManMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Configuration Management MIB. This compliance module deprecates ciscoConfigManMIBCompliance.
1.3.6.1.4.1.9.9.43.3.1.4current
ciscoConfigManHistoryGroup
OBJECT-GROUP
Configuration history.
1.3.6.1.4.1.9.9.43.3.2.1deprecated
ciscoConfigManHistoryGroupRev1
OBJECT-GROUP
Configuration history.
1.3.6.1.4.1.9.9.43.3.2.2deprecated
ciscoConfigManHistNotifyGroup
NOTIFICATION-GROUP
Notifications of a configuration management event.
1.3.6.1.4.1.9.9.43.3.2.3current
ciscoConfigManCLIHistCmdGroup
OBJECT-GROUP
CLI commands entered during a configuration history event.
1.3.6.1.4.1.9.9.43.3.2.4current
ciscoConfigManHistoryGroupRev2
OBJECT-GROUP
Configuration history. This group deprecates the old group ciscoConfigManHistoryGroupRev1
1.3.6.1.4.1.9.9.43.3.2.5current
ciscoConfigManCTIDNotifyGroup
NOTIFICATION-GROUP
Notifications of a Config Change Tracking ID event.
1.3.6.1.4.1.9.9.43.3.2.6current
ciscoConfigManCTIDObjectGroup
OBJECT-GROUP
Information about the current CTID value, when CTID last changed, and who last changed the CTID.
1.3.6.1.4.1.9.9.43.3.2.7current