CISCO-CONFIG-MAN-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CONFIG-MAN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       ciscoConfigManMIBObjects 1.3.6.1.4.1.9.9.43.1
           ccmHistory 1.3.6.1.4.1.9.9.43.1.1
               ccmHistoryRunningLastChanged 1.3.6.1.4.1.9.9.43.1.1.1 timeticks read-only
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.
               ccmHistoryRunningLastSaved 1.3.6.1.4.1.9.9.43.1.1.2 timeticks read-only
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.
               ccmHistoryStartupLastChanged 1.3.6.1.4.1.9.9.43.1.1.3 timeticks read-only
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.
               ccmHistoryMaxEventEntries 1.3.6.1.4.1.9.9.43.1.1.4 integer32 read-only
The maximum number of entries that can be held in ccmHistoryEventTable. The recommended value for implementations is 10.
               ccmHistoryEventEntriesBumped 1.3.6.1.4.1.9.9.43.1.1.5 counter32 read-only
The number of times the oldest entry in ccmHistoryEventTable was deleted to make room for a new entry.
               ccmHistoryEventTable 1.3.6.1.4.1.9.9.43.1.1.6 no-access
A table of configuration events on this router.
                   ccmHistoryEventEntry 1.3.6.1.4.1.9.9.43.1.1.6.1 no-access
Information about a configuration event on this router.
                       ccmHistoryEventIndex 1.3.6.1.4.1.9.9.43.1.1.6.1.1 integer32 no-access
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.
                       ccmHistoryEventTime 1.3.6.1.4.1.9.9.43.1.1.6.1.2 timeticks read-only
The value of sysUpTime when the event occurred.
                       ccmHistoryEventCommandSource 1.3.6.1.4.1.9.9.43.1.1.6.1.3 integer read-only
The source of the command that instigated the event. Enumeration: 'commandLine': 1, 'snmp': 2.
                       ccmHistoryEventConfigSource 1.3.6.1.4.1.9.9.43.1.1.6.1.4 historyeventmedium read-only
The configuration data source for the event.
                       ccmHistoryEventConfigDestination 1.3.6.1.4.1.9.9.43.1.1.6.1.5 historyeventmedium read-only
The configuration data destination for the event.
                       ccmHistoryEventTerminalType 1.3.6.1.4.1.9.9.43.1.1.6.1.6 integer read-only
If ccmHistoryEventCommandSource is 'commandLine', the terminal type, otherwise 'notApplicable'. Enumeration: 'console': 3, 'auxiliary': 6, 'unknown': 2, 'virtual': 5, 'terminal': 4, 'notApplicable': 1.
                       ccmHistoryEventTerminalNumber 1.3.6.1.4.1.9.9.43.1.1.6.1.7 integer32 read-only
If ccmHistoryEventCommandSource is 'commandLine', the terminal number. The value is -1 if not available or not applicable.
                       ccmHistoryEventTerminalUser 1.3.6.1.4.1.9.9.43.1.1.6.1.8 displaystring read-only
If ccmHistoryEventCommandSource is 'commandLine', the name of the logged in user. The length is zero if not available or not applicable.
                       ccmHistoryEventTerminalLocation 1.3.6.1.4.1.9.9.43.1.1.6.1.9 displaystring read-only
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.
                       ccmHistoryEventCommandSourceAddress 1.3.6.1.4.1.9.9.43.1.1.6.1.10 ipaddress read-only
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
                       ccmHistoryEventVirtualHostName 1.3.6.1.4.1.9.9.43.1.1.6.1.11 displaystring read-only
If ccmHistoryEventTerminalType is 'virtual', the host name of the connected system. The length is zero if not available or not applicable.
                       ccmHistoryEventServerAddress 1.3.6.1.4.1.9.9.43.1.1.6.1.12 ipaddress read-only
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
                       ccmHistoryEventFile 1.3.6.1.4.1.9.9.43.1.1.6.1.13 displaystring read-only
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.
                       ccmHistoryEventRcpUser 1.3.6.1.4.1.9.9.43.1.1.6.1.14 displaystring read-only
If ccmHistoryEventConfigSource or ccmHistoryEventConfigDestination is 'networkRcp', the remote user name. The length is zero if not applicable or not available.
                       ccmHistoryCLICmdEntriesBumped 1.3.6.1.4.1.9.9.43.1.1.6.1.15 counter32 read-only
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'.
                       ccmHistoryEventCommandSourceAddrType 1.3.6.1.4.1.9.9.43.1.1.6.1.16 inetaddresstype read-only
This object indicates the transport type of the address contained in ccmHistoryEventCommandSourceAddrRev1. The value will be zero if not available or not applicable.
                       ccmHistoryEventCommandSourceAddrRev1 1.3.6.1.4.1.9.9.43.1.1.6.1.17 inetaddress read-only
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
                       ccmHistoryEventServerAddrType 1.3.6.1.4.1.9.9.43.1.1.6.1.18 inetaddresstype read-only
This object indicates the transport type of the address contained in ccmHistoryEventServerAddrRev1. The value will be zero if not available or not aplicable.
                       ccmHistoryEventServerAddrRev1 1.3.6.1.4.1.9.9.43.1.1.6.1.19 inetaddress read-only
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.
           ccmCLIHistory 1.3.6.1.4.1.9.9.43.1.2
               ccmCLIHistoryMaxCmdEntries 1.3.6.1.4.1.9.9.43.1.2.1 unsigned32 read-write
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.
               ccmCLIHistoryCmdEntries 1.3.6.1.4.1.9.9.43.1.2.2 gauge32 read-only
The current number of entries in ccmCLIHistoryCommandTable.
               ccmCLIHistoryCmdEntriesAllowed 1.3.6.1.4.1.9.9.43.1.2.3 unsigned32 read-only
This object indicates the upper limit on the number of entries allowed in ccmCLIHistoryCommandTable by the managed system.
               ccmCLIHistoryCommandTable 1.3.6.1.4.1.9.9.43.1.2.4 no-access
A table of CLI commands that took effect during configuration events.
                   ccmCLIHistoryCommandEntry 1.3.6.1.4.1.9.9.43.1.2.4.1 no-access
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.
                       ccmCLIHistoryCommandIndex 1.3.6.1.4.1.9.9.43.1.2.4.1.1 unsigned32 no-access
A monotonically increasing integer for the purpose of indexing CLI commands which took effect during a configuration event.
                       ccmCLIHistoryCommand 1.3.6.1.4.1.9.9.43.1.2.4.1.2 displaystring read-only
The CLI command entered which took effect during the configuration event pointed by ccmHistoryEventIndex.
           ccmCLICfg 1.3.6.1.4.1.9.9.43.1.3
               ccmCLICfgRunConfNotifEnable 1.3.6.1.4.1.9.9.43.1.3.1 truthvalue read-write
This variable indicates whether the system produces the ccmCLIRunningConfigChanged notification. A false value will prevent notifications from being generated by this system.
           ccmCTIDObjects 1.3.6.1.4.1.9.9.43.1.4
               ccmCTID 1.3.6.1.4.1.9.9.43.1.4.1 unsigned64 read-only
This object indicates the Config Change Tracking ID which uniquely represents version-incrementing changes to the IOS running configuration.
               ccmCTIDLastChangeTime 1.3.6.1.4.1.9.9.43.1.4.2 dateandtime read-only
This object indicates the time when the Config Change Tracking ID last changed.
               ccmCTIDWhoChanged 1.3.6.1.4.1.9.9.43.1.4.3 snmpadminstring read-only
This object indicates the user who last reset the Config Change Tracking ID.
               ccmCTIDRolledOverNotifEnable 1.3.6.1.4.1.9.9.43.1.4.4 truthvalue read-write
This variable indicates whether the system produces the ccmCTIDRolledOver notification. A false value will prevent notifications from being generated by this system.
       ciscoConfigManMIBNotificationPrefix 1.3.6.1.4.1.9.9.43.2
           ciscoConfigManMIBNotifications 1.3.6.1.4.1.9.9.43.2.0
               ciscoConfigManEvent 1.3.6.1.4.1.9.9.43.2.0.1
Notification of a configuration management event as recorded in ccmHistoryEventTable.
               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.
               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.
       ciscoConfigManMIBConformance 1.3.6.1.4.1.9.9.43.3
           ciscoConfigManMIBCompliances 1.3.6.1.4.1.9.9.43.3.1
               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
               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
               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.
               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.
           ciscoConfigManMIBGroups 1.3.6.1.4.1.9.9.43.3.2
               ciscoConfigManHistoryGroup 1.3.6.1.4.1.9.9.43.3.2.1
Configuration history.
               ciscoConfigManHistoryGroupRev1 1.3.6.1.4.1.9.9.43.3.2.2
Configuration history.
               ciscoConfigManHistNotifyGroup 1.3.6.1.4.1.9.9.43.3.2.3
Notifications of a configuration management event.
               ciscoConfigManCLIHistCmdGroup 1.3.6.1.4.1.9.9.43.3.2.4
CLI commands entered during a configuration history event.
               ciscoConfigManHistoryGroupRev2 1.3.6.1.4.1.9.9.43.3.2.5
Configuration history. This group deprecates the old group ciscoConfigManHistoryGroupRev1
               ciscoConfigManCTIDNotifyGroup 1.3.6.1.4.1.9.9.43.3.2.6
Notifications of a Config Change Tracking ID event.
               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.