Specifications
7-38
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
ccmPhoneName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
The name of the phone. The name of the phone can be <prefix> + MAC Address, where <prefix>
is SEP for Cisco SCCP and SIP Phones. In the case of other phones such as communicator (soft
phone) it can be free-form name, a string which uniquely identifies the phone.
::= { ccmPhoneEntry 20 }
Phone Extension Table
ccmPhoneExtensionTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmPhoneExtensionEntry
MAX-ACCESS not-accessible
STATUS obsoleted and replaced by ccmPhoneExtnTable
DESCRIPTION
The table containing the list of all phone extensions associated with the registered and unregistered
phones in the ccmPhoneTable.
::= { ccmPhoneInfo 2 }
ccmPhoneExtensionEntry OBJECT-TYPE
SYNTAX CcmPhoneExtensionEntry
MAX-ACCESS not-accessible
STATUS obsolete
DESCRIPTION
An entry (conceptual row) in the phone extension Table, containing the information about a
particular phone extension.
INDEX { ccmPhoneExtensionIndex }
::= { ccmPhoneExtensionTable 1 }
CcmPhoneExtensionEntry ::= SEQUENCE {
ccmPhoneExtensionIndexCcmIndex,
ccmPhoneExtension SnmpAdminString,
ccmPhoneExtensionIpAddressIpAddress,
ccmPhoneExtensionMultiLines Unsigned32,
ccmPhoneExtensionInetAddressType InetAddressType,
ccmPhoneExtensionInetAddress InetAddress
}
ccmPhoneExtensionIndex OBJECT-TYPE
SYNTAX CcmIndex