SNMP allows access to Management Information Base (MIB), which is a collection of information that is organized hierarchically. MIBs comprise managed objects, which are identified by object identifiers. A MIB object, which contains specific characteristics of a managed device, comprises one or more object instances (variables).
The SNMP interface provides these Cisco Standard MIBs:
Observe the following limitations:
Cisco Cisco Unified Communications Manager does not support CISCO-UNITY-MIB.
IM and Presence Service does not support CISCO-CCM-MIB and CISCO-UNITY-MIB.
The SNM) extension agent resides in the server and exposes the CISCO-CCM-MIB, which provides detailed information about devices that are known to the server. In the case of a cluster configuration, the SNMP extension agent resides in each server in the cluster. The CISCO-CCM-MIB provides device information such as device registration status, IP address, description, and model type for the server (not the cluster, in a configuration that supports clusters).
The SNMP interface also provides these Industry Standard MIBs:
Use the CDP subagent to read the Cisco Discovery Protocol MIB, CISCO-CDP-MIB. This MIB enables the SNMP managed device to advertise themself to other Cisco devices on the network.
The CDP subagent implements the CDP-MIB. The CDP-MIB contains the following objects:
cdpInterfaceIfIndex
cdpInterfaceMessageInterval
cdpInterfaceEnable
cdpInterfaceGroup
cdpInterfacePort
cdpGlobalRun
cdpGlobalMessageInterval
cdpGlobalHoldTime
cdpGlobalLastChange
cdpGobalDeviceId
cdpGlobalDeviceIdFormat
cdpGlobalDeviceIdFormatCpd
![]() Note | The CISCO-CDP-MIB is dependent on the presence of the following MIBs: CISCO-SMI, CISCO-TC, CISCO-VTP-MIB. |
Use the System Application Agent to get information from the SYSAPPL-MIB, such as installed applications, application components, and processes that are running on the system.
System Application Agent supports the following object groups of SYSAPPL-MIB:
Command |
Description |
||
| Device-Related Queries | |||
| sysApplInstallPkgVersion | Provides the version number that the software manufacturer assigned to the application package. | ||
| sysApplElmPastRunUser | Provides the process owner's login name (for example, root). | ||
| Memory, Storage, and CPU-Related Queries | |||
| sysApplElmPastRunMemory | Provides the last-known total amount of real system memory measured in kilobytes that was allocated to this process before it terminated. | ||
| sysApplElmtPastRunCPU | Provides the last known number of centi-seconds of the total system CPU resources consumed by this process.
|
||
| sysApplInstallElmtCurSizeLow | Provides the current file size modulo 2^32 bytes. For example, for a file with a total size of 4,294,967,296 bytes this variable would have a value of 0; for a file with a total size of 4,294,967,295 bytes this variable would be 4,294,967,295. | ||
| sysApplInstallElmtSizeLow | Provides the installed file size modulo 2^32 bytes. This is the size of the file on disk immediately after installation. For example, for a file with a total size of 4,294,967,296 bytes this variable would have a value of 0; for a file with a total size of 4,294,967,295 bytes this variable would be 4,294,967,295. | ||
| sysApplElmRunMemory | Provides the total amount of real system memory, measured in kilobytes, that is currently allocated to this process. | ||
| sysApplElmRunCPU | Provides the number of centi-seconds of the total system CPU resources consumed by this process.
|
||
| Process-Related Queries | |||
| sysApplElmtRunState | Provides the current state of the running process. The possible values are running(1), runnable(2) but waiting for a resource such as CPU, waiting(3) for an event, exiting(4), or other(5). | ||
| sysApplElmtRunNumFiles | Provides the number of regular files currently opened by the process. Transport connections (sockets) should not be included in the calculation of this value, nor should operating-system-specific special file types. | ||
| sysApplElmtRunTimeStarted | Provides the time the process was started. | ||
| sysApplElmtRunMemory | Provides the total amount of real system memory, measured in kilobytes, that is currently allocated to this process. | ||
| sysApplElmtPastRunInstallID | Provides the index into the installed element table. The value of this object is the same value as the sysApplInstallElmtIndex for the application element of which this entry represents a previously executed process. | ||
| sysApplElmtPastRunUser | Provides the process owner's login name (for example, root). | ||
| sysApplElmtPastRunTimeEnded | Provides the time the process ended. | ||
| sysApplElmtRunUser | Provides the process owner's login name (for example, root). | ||
| sysApplRunStarted | Provides the date and time that the application was started. | ||
| sysApplElmtRunCPU | Provides the number of centi-seconds of the total system CPU resources consumed by this process.
|
||
| Software Component-Related Queries | |||
| sysApplInstallPkgProductName | Provides the name that the manufacturer assigned to the software application package. | ||
| sysApplElmtRunParameters | Provides the starting parameters for the process. | ||
| sysApplElmtRunName | Provides the full path and filename of the process. For example, '/opt/MYYpkg/bin/myyproc' would be returned for process 'myyproc' whose execution path is 'opt/MYYpkg/bin/myyproc'. | ||
| sysApplInstallElmtName | Provides the name of this element, which is contained in the application. | ||
| sysApplElmtRunUser | Provides the process owner's login name (for example, root). | ||
| sysApplInstallElmtPath | Provides the full path to the directory where this element is installed. For example, the value would be '/opt/EMPuma/bin' for an element installed in the directory '/opt/EMPuma/bin'. Most application packages include information about the elements that are contained in the package. In addition, elements are typically installed in subdirectories under the package installation directory. In cases where the element path names are not included in the package information itself, the path can usually be determined by a simple search of the subdirectories. If the element is not installed in that location and no other information is available to the agent implementation, then the path is unknown and null is returned. | ||
| sysApplMapInstallPkgIndex | Provides the value of this object and identifies the installed software package for the application of which this process is a part. Provided that the parent application of the process can be determined, the value of this object is the same value as the sysApplInstallPkgIndex for the entry in the sysApplInstallPkgTable that corresponds to the installed application of which this process is a part. If, however, the parent application cannot be determined (for example, the process is not part of a particular installed application), the value for this object is then '0', signifying that this process cannot be related back to an application, and in turn, an installed software package. | ||
| sysApplElmtRunInstallID | Provides the index into the sysApplInstallElmtTable. The value of this object is the same value as the sysApplInstallElmtIndex for the application element of which this entry represents a running instance. If this process cannot be associated with an installed executable, the value should be '0'. | ||
| sysApplRunCurrentState | Provides the current state of the running application instance. The possible values are running(1), runnable(2) but waiting for a resource such as CPU, waiting(3) for an event, exiting(4), or other(5). This value is based on an evaluation of the running elements of this application instance (see sysApplElmRunState) and their Roles as defined by sysApplInstallElmtRole. An agent implementation may detect that an application instance is in the process of exiting if one or more of its REQUIRED elements are no longer running. Most agent implementations will wait until a second internal poll is completed to give the system time to start REQUIRED elements before marking the application instance as exiting. | ||
| sysApplInstallPkgDate | Provides the date and time this software application was installed on the host. | ||
| sysApplInstallPkgVersion | Provides the version number that the software manufacturer assigned to the application package. | ||
| sysApplInstallElmtType | Provides the type of element that is part of the installed application. | ||
| Date/Time-Related Queries | |||
| sysApplElmtRunCPU | The number of centi-seconds of the total system CPU resources consumed by this process
|
||
| sysApplInstallPkgDate | Provides the date and time this software application is installed on the host. | ||
| sysApplElmtPastRunTimeEnded | Provides the time the process ended. | ||
| sysApplRunStarted | Provides the date and time that the application was started. | ||
Use MIB2 agent to get information from MIB-II. The MIB2 agent provides access to variables that are defined in RFC 1213, such as interfaces, IP, and so on, and supports the following groups of objects:
Command |
Description |
||
| Device-Related Queries | |||
| sysName | Provides an administratively assigned name for this managed node. By convention, this name is the fully qualified domain name of the node. If the name is unknown, the value is the zero-length string. | ||
| sysDescr | Provides a textual description of the entity. This value should include the full name and version identification of the system hardware type, software operating-system, and networking software. | ||
| SNMP Diagnostic Queries | |||
| sysName | Provides an administratively assigned name for this managed node. By convention, this name is the fully-qualified domain name of the node. If the name is unknown, the value is the zero-length string. | ||
| sysUpTime | Provides the time (in hundredths of a second) since the network management portion of the system was last reinitialized. | ||
| snmpInTotalReqVars | Provides the total number of MIB objects that were retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs. | ||
| snmpOutPkts | Provides the total number of SNMP Messages that were passed from the SNMP entity to the transport service. | ||
| sysServices | Provides a value that indicates the set of services that this entity potentially offers. The value is a sum. This sum initially takes the value zero, then, for each layer, L, in the range 1 through 7, that this node performs transactions for, 2 raised to (L - 1) is added to the sum. For example, a node which is a host offering application services would have a value of 4 (2^(3-1)). In contrast, a node which is a host offering application services would have a value of 72 (2^(4-1) + 2^(7-1)).
|
||
| snmpEnableAuthenTraps | Indicates whether the SNMP entity is permitted to generate authenticationFailure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authenticationFailure traps may be disabled.
|
||
| Syslog-Related Queries | |||
| snmpEnabledAuthenTraps | Indicates whether the SNMP entity is permitted to generate authenticationFailure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authenticationFailure traps may be disabled.
|
||
| Date/Time-Related Queries | |||
| sysUpTime | Provides the time (in hundredths of a second) since the network management portion of the system was last reinitialized. | ||
Use Host Resources Agent to get values from HOST-RESOURCES-MIB. The Host Resources Agent provides SNMP access to host information, such as storage resources, process tables, device information, and installed software base. The Host Resources Agent supports the following groups of objects:
Command |
Description |
| Device-Related Queries | |
| hrFSMountPoint | Provides the path name of the root of this file system. |
| hrDeviceDescr | Provides a textual description of this device, including the device manufacturer and revision, and optionally, the serial number. |
| hrStorageDescr | Provides a description of the type and instance of the storage. |
| Memory, Storage, and CPU Related Queries | |
| hrMemorySize | Provides the amount of physical read-write main memory, typically RAM, that the host contains. |
| hrStorageSize | Provides the size of the storage, in units of hrStorageAllocationUnits.This object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system. For example, you can modify the amount of main memory allocated to a buffer pool or the amount of disk space allocated to virtual memory. |
| Process-Related Queries | |
| hrSWRunName | Provides a textual description of this running piece of software, including the manufacturer, revision, and the name by which it is commonly known. If this software is installed locally, it must be the same string as used in the corresponding hrSWInstalledName. |
| hrSystemProcesses | Provides the number of process contexts that are currently loaded or running on this system. |
| hrSWRunIndex | Provides a unique value for each piece of software that is running on the host. Wherever possible, use the native, unique identification number of the system. |
| Software Component-Related Queries | |
| hrSWInstalledName | Provides a textual description of this installed piece of software, including the manufacturer, revision, the name by which it is commonly known, and optionally, the serial number. |
| hrSWRunPath | Provides a description of the location of long-term storage (for example, a disk drive) from which this software was loaded. |
| Date/Time-Related Queries | |
| hrSystemDate | Provides the host local date and time of day. |
| hrFSLastPartialBackupDate | Provides the last date at which a portion of this file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable will have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. |
Syslog tracks and logs all system messages, from informational through critical. With this MIB, network management applications can receive syslog messages as SNMP traps:
The Cisco Syslog Agent supports trap functionality with the following MIB objects:
![]() Note | The CISCO-SYSLOG-MIB is dependent on the presence of the CISCO-SMI MIB. |
Command |
Description |
||
| Syslog-Related Queries | |||
| clogNotificationEnabled | Indicates whether clogMessageGenerated notifications will be sent when the device generates a syslog message. Disabling notifications does not prevent syslog messages from being added to the clogHistoryTable. | ||
| clogMaxSeverity | Indicates which syslog severity levels will be processed. The agent will ignore any syslog message with a severity value greater than this value.
|
||
The CISCO-CCM-MIB contains both dynamic (real-time) and configured (static) information about the Cisco Cisco Unified Communications Manager and its associated devices, such as phones, gateways, and so on, that are visible on this Cisco Cisco Unified Communications Manager node. Simple Network Management Protocol (SNMP) tables contain information such as IP address, registration status, and model type.
SNMP supports IPv4, although the CISCO-CCM-MIB includes columns and storage for IPv6 addresses, preferences, and so on.
![]() Note | Cisco Cisco Unified Communications Manager supports this MIB in Cisco Cisco Unified Communications Manager systems. IM and Presence Service and Cisco Unity Connection do not support this MIB. |
To view the support lists for the CISCO-CCM-MIB and MIB definitions, go to the following link:
ftp://ftp.cisco.com/pub/mibs/supportlists/callmanager/callmanager-supportlist.html
To view MIB dependencies and MIB contents, including obsolete objects, across Cisco Cisco Unified Communications Manager releases, go to the following link: http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=CISCO-CCM-CAPABILITY
Dynamic tables get populated only if the Cisco CallManager service is up and running (or the local Cisco CallManager service in the case of a Cisco Cisco Unified Communications Manager cluster configuration); static tables get populated when the Cisco CallManager SNMP Service is running.
![]() Note | ‘The "ccmAlarmConfigInfo" and "ccmQualityReportAlarmConfigInfo" groups in the CISCO-CCM-MIB define the configuration parameters that relate to the notifications that are described. |
The CISCO-UNITY-MIB uses the Connection SNMP Agent to get information about Cisco Unity Connection.
To view the CISCO-UNITY-MIB definitions, go to the following link and click SNMP V2 MIBs:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
![]() Note | Cisco Unity Connection supports this MIB. Cisco Cisco Unified Communications Manager and IM and Presence Service do not support this MIB. |
The Connection SNMP Agent supports the following objects.