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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | Unsigned64 |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | TimeTicks | read-only | current |
| 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.2 | TimeTicks | read-only | current |
| 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.3 | TimeTicks | read-only | current |
| 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.4 | Integer32 (0..2147483647) | read-only | current |
| 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.5 | Counter32 | read-only | current |
| ccmHistoryEventTable OBJECT-TYPE A table of configuration events on this router. | 1.3.6.1.4.1.9.9.43.1.1.6 | not-accessible | current | |
| ccmHistoryEventEntry OBJECT-TYPE Information about a configuration event on this router. | 1.3.6.1.4.1.9.9.43.1.1.6.1 | not-accessible | current | |
| 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.1 | Integer32 (1..2147483647) | not-accessible | current |
| ccmHistoryEventTime OBJECT-TYPE The value of sysUpTime when the event occurred. | 1.3.6.1.4.1.9.9.43.1.1.6.1.2 | TimeTicks | read-only | current |
| 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.3 | INTEGER {commandLine(1), snmp(2)} | read-only | current |
| ccmHistoryEventConfigSource OBJECT-TYPE The configuration data source for the event. | 1.3.6.1.4.1.9.9.43.1.1.6.1.4 | HistoryEventMedium | read-only | current |
| ccmHistoryEventConfigDestination OBJECT-TYPE The configuration data destination for the event. | 1.3.6.1.4.1.9.9.43.1.1.6.1.5 | HistoryEventMedium | read-only | current |
| 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.6 | INTEGER {notApplicable(1), unknown(2), console(3), terminal(4), virtual(5), auxiliary(6)} | read-only | current |
| 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.7 | Integer32 (-2147483648..2147483647) | read-only | current |
| 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.8 | DisplayString (SIZE(0..64)) | read-only | current |
| 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.9 | DisplayString (SIZE(0..64)) | read-only | current |
| 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.10 | IpAddress | read-only | deprecated |
| 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.11 | DisplayString (SIZE(0..64)) | read-only | current |
| 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.12 | IpAddress | read-only | deprecated |
| 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.13 | DisplayString (SIZE(0..64)) | read-only | current |
| 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.14 | DisplayString (SIZE(0..64)) | read-only | current |
| 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.15 | Counter32 | read-only | current |
| 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.16 | InetAddressType | read-only | current |
| 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.17 | InetAddress | read-only | current |
| 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.18 | InetAddressType | read-only | current |
| 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.19 | InetAddress | read-only | current |
| 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.1 | Unsigned32 (0..4294967295) | read-write | current |
| ccmCLIHistoryCmdEntries OBJECT-TYPE The current number of entries in ccmCLIHistoryCommandTable. | 1.3.6.1.4.1.9.9.43.1.2.2 | Gauge32 | read-only | current |
| 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.3 | Unsigned32 | read-only | current |
| 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.4 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| 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.2 | DisplayString | read-only | current |
| 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.1 | TruthValue | read-write | current |
| 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.1 | Unsigned64 | read-only | current |
| 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.2 | DateAndTime | read-only | current |
| 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.3 | SnmpAdminString | read-only | current |
| 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.4 | TruthValue | read-write | current |
| 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
| Name | OID | Status |
|---|---|---|
| ciscoConfigManEvent NOTIFICATION-TYPE Notification of a configuration management event as recorded in ccmHistoryEventTable. | 1.3.6.1.4.1.9.9.43.2.0.1 | current |
| 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.2 | current |
| 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.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| 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.1 | deprecated |
| 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.2 | deprecated |
| 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.3 | deprecated |
| 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.4 | current |
| ciscoConfigManHistoryGroup OBJECT-GROUP Configuration history. | 1.3.6.1.4.1.9.9.43.3.2.1 | deprecated |
| ciscoConfigManHistoryGroupRev1 OBJECT-GROUP Configuration history. | 1.3.6.1.4.1.9.9.43.3.2.2 | deprecated |
| ciscoConfigManHistNotifyGroup NOTIFICATION-GROUP Notifications of a configuration management event. | 1.3.6.1.4.1.9.9.43.3.2.3 | current |
| ciscoConfigManCLIHistCmdGroup OBJECT-GROUP CLI commands entered during a configuration history event. | 1.3.6.1.4.1.9.9.43.3.2.4 | current |
| ciscoConfigManHistoryGroupRev2 OBJECT-GROUP Configuration history. This group deprecates the old group ciscoConfigManHistoryGroupRev1 | 1.3.6.1.4.1.9.9.43.3.2.5 | current |
| ciscoConfigManCTIDNotifyGroup NOTIFICATION-GROUP Notifications of a Config Change Tracking ID event. | 1.3.6.1.4.1.9.9.43.3.2.6 | current |
| 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.7 | current |