CISCO-CONFIG-MAN-MIB

File: CISCO-CONFIG-MAN-MIB.mib (37500 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
TimeTicks Integer32 Counter32
IpAddress Gauge32 Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
DisplayString TruthValue DateAndTime
TEXTUAL-CONVENTION InetAddressType InetAddress
SnmpAdminString Unsigned64 ciscoMgmt

Defined Types

HistoryEventMedium  
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
TEXTUAL-CONVENTION    
  INTEGER erase(1), commandSource(2), running(3), startup(4), local(5), networkTftp(6), networkRcp(7), networkFtp(8), networkScp(9)  

CcmHistoryEventEntry  
SEQUENCE    
  ccmHistoryEventIndex Integer32
  ccmHistoryEventTime TimeTicks
  ccmHistoryEventCommandSource INTEGER
  ccmHistoryEventConfigSource HistoryEventMedium
  ccmHistoryEventConfigDestination HistoryEventMedium
  ccmHistoryEventTerminalType INTEGER
  ccmHistoryEventTerminalNumber Integer32
  ccmHistoryEventTerminalUser DisplayString
  ccmHistoryEventTerminalLocation DisplayString
  ccmHistoryEventCommandSourceAddress IpAddress
  ccmHistoryEventVirtualHostName DisplayString
  ccmHistoryEventServerAddress IpAddress
  ccmHistoryEventFile DisplayString
  ccmHistoryEventRcpUser DisplayString
  ccmHistoryCLICmdEntriesBumped Counter32
  ccmHistoryEventCommandSourceAddrType InetAddressType
  ccmHistoryEventCommandSourceAddrRev1 InetAddress
  ccmHistoryEventServerAddrType InetAddressType
  ccmHistoryEventServerAddrRev1 InetAddress

CcmCLIHistoryCommandEntry  
SEQUENCE    
  ccmCLIHistoryCommandIndex Unsigned32
  ccmCLIHistoryCommand DisplayString

Defined Values

ciscoConfigManMIB 1.3.6.1.4.1.9.9.43
Configuration management MIB. The MIB represents a model of configuration data that exists in various locations: running in use by the running system terminal saved to whatever is attached as the terminal 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.
MODULE-IDENTITY    

ciscoConfigManMIBObjects 1.3.6.1.4.1.9.9.43.1
OBJECT IDENTIFIER    

ccmHistory 1.3.6.1.4.1.9.9.43.1.1
OBJECT IDENTIFIER    

ccmCLIHistory 1.3.6.1.4.1.9.9.43.1.2
OBJECT IDENTIFIER    

ccmCLICfg 1.3.6.1.4.1.9.9.43.1.3
OBJECT IDENTIFIER    

ccmCTIDObjects 1.3.6.1.4.1.9.9.43.1.4
OBJECT IDENTIFIER    

ccmHistoryRunningLastChanged 1.3.6.1.4.1.9.9.43.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ccmHistoryRunningLastSaved 1.3.6.1.4.1.9.9.43.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ccmHistoryStartupLastChanged 1.3.6.1.4.1.9.9.43.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ccmHistoryMaxEventEntries 1.3.6.1.4.1.9.9.43.1.1.4
The maximum number of entries that can be held in ccmHistoryEventTable. The recommended value for implementations is 10.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmHistoryEventEntriesBumped 1.3.6.1.4.1.9.9.43.1.1.5
The number of times the oldest entry in ccmHistoryEventTable was deleted to make room for a new entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmHistoryEventTable 1.3.6.1.4.1.9.9.43.1.1.6
A table of configuration events on this router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmHistoryEventEntry

ccmHistoryEventEntry 1.3.6.1.4.1.9.9.43.1.1.6.1
Information about a configuration event on this router.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmHistoryEventEntry  

ccmHistoryEventIndex 1.3.6.1.4.1.9.9.43.1.1.6.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ccmHistoryEventTime 1.3.6.1.4.1.9.9.43.1.1.6.1.2
The value of sysUpTime when the event occurred.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ccmHistoryEventCommandSource 1.3.6.1.4.1.9.9.43.1.1.6.1.3
The source of the command that instigated the event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER commandLine(1), snmp(2)  

ccmHistoryEventConfigSource 1.3.6.1.4.1.9.9.43.1.1.6.1.4
The configuration data source for the event.
Status: current Access: read-only
OBJECT-TYPE    
  HistoryEventMedium  

ccmHistoryEventConfigDestination 1.3.6.1.4.1.9.9.43.1.1.6.1.5
The configuration data destination for the event.
Status: current Access: read-only
OBJECT-TYPE    
  HistoryEventMedium  

ccmHistoryEventTerminalType 1.3.6.1.4.1.9.9.43.1.1.6.1.6
If ccmHistoryEventCommandSource is 'commandLine', the terminal type, otherwise 'notApplicable'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), unknown(2), console(3), terminal(4), virtual(5), auxiliary(6)  

ccmHistoryEventTerminalNumber 1.3.6.1.4.1.9.9.43.1.1.6.1.7
If ccmHistoryEventCommandSource is 'commandLine', the terminal number. The value is -1 if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

ccmHistoryEventTerminalUser 1.3.6.1.4.1.9.9.43.1.1.6.1.8
If ccmHistoryEventCommandSource is 'commandLine', the name of the logged in user. The length is zero if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ccmHistoryEventTerminalLocation 1.3.6.1.4.1.9.9.43.1.1.6.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ccmHistoryEventCommandSourceAddress 1.3.6.1.4.1.9.9.43.1.1.6.1.10
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
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

ccmHistoryEventVirtualHostName 1.3.6.1.4.1.9.9.43.1.1.6.1.11
If ccmHistoryEventTerminalType is 'virtual', the host name of the connected system. The length is zero if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ccmHistoryEventServerAddress 1.3.6.1.4.1.9.9.43.1.1.6.1.12
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
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

ccmHistoryEventFile 1.3.6.1.4.1.9.9.43.1.1.6.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ccmHistoryEventRcpUser 1.3.6.1.4.1.9.9.43.1.1.6.1.14
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkRcp', the remote user name. The length is zero if not applicable or not available.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ccmHistoryCLICmdEntriesBumped 1.3.6.1.4.1.9.9.43.1.1.6.1.15
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'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmHistoryEventCommandSourceAddrType 1.3.6.1.4.1.9.9.43.1.1.6.1.16
This object indicates the transport type of the address contained in ccmHistoryEventCommandSourceAddrRev1. The value will be zero if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmHistoryEventCommandSourceAddrRev1 1.3.6.1.4.1.9.9.43.1.1.6.1.17
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
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmHistoryEventServerAddrType 1.3.6.1.4.1.9.9.43.1.1.6.1.18
This object indicates the transport type of the address contained in ccmHistoryEventServerAddrRev1. The value will be zero if not available or not aplicable.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmHistoryEventServerAddrRev1 1.3.6.1.4.1.9.9.43.1.1.6.1.19
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmCLIHistoryMaxCmdEntries 1.3.6.1.4.1.9.9.43.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ccmCLIHistoryCmdEntries 1.3.6.1.4.1.9.9.43.1.2.2
The current number of entries in ccmCLIHistoryCommandTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ccmCLIHistoryCmdEntriesAllowed 1.3.6.1.4.1.9.9.43.1.2.3
This object indicates the upper limit on the number of entries allowed in ccmCLIHistoryCommandTable by the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccmCLIHistoryCommandTable 1.3.6.1.4.1.9.9.43.1.2.4
A table of CLI commands that took effect during configuration events.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmCLIHistoryCommandEntry

ccmCLIHistoryCommandEntry 1.3.6.1.4.1.9.9.43.1.2.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmCLIHistoryCommandEntry  

ccmCLIHistoryCommandIndex 1.3.6.1.4.1.9.9.43.1.2.4.1.1
A monotonically increasing integer for the purpose of indexing CLI commands which took effect during a configuration event.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

ccmCLIHistoryCommand 1.3.6.1.4.1.9.9.43.1.2.4.1.2
The CLI command entered which took effect during the configuration event pointed by ccmHistoryEventIndex.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ccmCLICfgRunConfNotifEnable 1.3.6.1.4.1.9.9.43.1.3.1
This variable indicates whether the system produces the ccmCLIRunningConfigChanged notification. A false value will prevent notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ccmCTID 1.3.6.1.4.1.9.9.43.1.4.1
This object indicates the Config Change Tracking ID which uniquely represents version-incrementing changes to the IOS running configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

ccmCTIDLastChangeTime 1.3.6.1.4.1.9.9.43.1.4.2
This object indicates the time when the Config Change Tracking ID last changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmCTIDWhoChanged 1.3.6.1.4.1.9.9.43.1.4.3
This object indicates the user who last reset the Config Change Tracking ID.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ccmCTIDRolledOverNotifEnable 1.3.6.1.4.1.9.9.43.1.4.4
This variable indicates whether the system produces the ccmCTIDRolledOver notification. A false value will prevent notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoConfigManMIBNotificationPrefix 1.3.6.1.4.1.9.9.43.2
OBJECT IDENTIFIER    

ciscoConfigManMIBNotifications 1.3.6.1.4.1.9.9.43.2.0
OBJECT IDENTIFIER    

ciscoConfigManEvent 1.3.6.1.4.1.9.9.43.2.0.1
Notification of a configuration management event as recorded in ccmHistoryEventTable.
Status: current Access: read-write
NOTIFICATION-TYPE    

ccmCLIRunningConfigChanged 1.3.6.1.4.1.9.9.43.2.0.2
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

ccmCTIDRolledOver 1.3.6.1.4.1.9.9.43.2.0.3
This notification indicates that the Config Change Tracking ID has rolled over and will be reset.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoConfigManMIBConformance 1.3.6.1.4.1.9.9.43.3
OBJECT IDENTIFIER    

ciscoConfigManMIBCompliances 1.3.6.1.4.1.9.9.43.3.1
OBJECT IDENTIFIER    

ciscoConfigManMIBGroups 1.3.6.1.4.1.9.9.43.3.2
OBJECT IDENTIFIER    

ciscoConfigManMIBCompliance 1.3.6.1.4.1.9.9.43.3.1.1
The compliance statement for entities which implement the Cisco Configuration Management MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoConfigManMIBComplianceRev2 1.3.6.1.4.1.9.9.43.3.1.2
The compliance statement for entities which implement the Cisco Configuration Management MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoConfigManMIBComplianceRev3 1.3.6.1.4.1.9.9.43.3.1.3
The compliance statement for entities which implement the Cisco Configuration Management MIB. This compliance module deprecates ciscoConfigManMIBCompliance.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoConfigManMIBComplianceRev4 1.3.6.1.4.1.9.9.43.3.1.4
The compliance statement for entities which implement the Cisco Configuration Management MIB. This compliance module deprecates ciscoConfigManMIBCompliance.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoConfigManHistoryGroup 1.3.6.1.4.1.9.9.43.3.2.1
Configuration history.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoConfigManHistoryGroupRev1 1.3.6.1.4.1.9.9.43.3.2.2
Configuration history.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoConfigManHistNotifyGroup 1.3.6.1.4.1.9.9.43.3.2.3
Notifications of a configuration management event.
Status: current Access: read-write
NOTIFICATION-GROUP    

ciscoConfigManHistoryGroupRev2 1.3.6.1.4.1.9.9.43.3.2.5
Configuration history. This group deprecates the old group ciscoConfigManHistoryGroupRev1
Status: current Access: read-write
OBJECT-GROUP    

ciscoConfigManCLIHistCmdGroup 1.3.6.1.4.1.9.9.43.3.2.4
CLI commands entered during a configuration history event.
Status: current Access: read-write
OBJECT-GROUP    

ciscoConfigManCTIDNotifyGroup 1.3.6.1.4.1.9.9.43.3.2.6
Notifications of a Config Change Tracking ID event.
Status: current Access: read-write
NOTIFICATION-GROUP    

ciscoConfigManCTIDObjectGroup 1.3.6.1.4.1.9.9.43.3.2.7
Information about the current CTID value, when CTID last changed, and who last changed the CTID.
Status: current Access: read-write
OBJECT-GROUP