Specifications
7-21
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
Cisco Unified CM Table
ccmTable OBJECT-TYPE
SYNTAX SEQUENCE of CcmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The table containing information of all the CallManagers in a call manager cluster that the local call
manager knows about. When the local call manager is down, this table will be empty.
::= { ccmGeneralInfo 2 }
ccmEntry OBJECT-TYPE
SYNTAX CcmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An entry (conceptual row) in the CallManager table, containing the information about a
CallManager.
INDEX { ccmIndex }
::= { ccmTable 1 }
CcmEntry ::= SEQUENCE
{
ccmIndexCcmIndex,
ccmNameSnmpAdminString,
ccmDescriptionSnmpAdminString,
ccmVersionSnmpAdminString,
ccmStatusInteger,
ccmInetAddressTypeInetAddressType,
ccmInetAddressInetAddress,
ccmClusterIdSnmpAdminString
}
ccmIndex OBJECT-TYPE
SYNTAX CcmIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An arbitrary integer, selected by the local CCM, which uniquely identifies a CallManager in a call
manager cluster.
::= { ccmEntry 1 }
ccmName OBJECT-TYPE