Specifications
7-40
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
DESCRIPTION
The IP address of the extension.
::= { ccmPhoneExtensionEntry 6 }
Phone Failed Table
ccmPhoneFailedTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmPhoneFailedEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The table containing the list of all phones which attempted to register with the local call manager
and failed. The entries which have not been updated and kept at least for the duration specified in
the ccmPhoneFailedStorePeriod will be deleted. Reasons for these failures could be due to
configuration error, maximum number of phones has been reached, lost contact, etc.
::= { ccmPhoneInfo 3 }
ccmPhoneFailedEntry OBJECT-TYPE
SYNTAX CcmPhoneFailedEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An entry (conceptual row) in the PhoneFailed Table, one for each phone failure in the CCM.
INDEX { ccmPhoneFailedIndex }
::= { ccmPhoneFailedTable 1 }
CcmPhoneFailedEntry ::= SEQUENCE {
ccmPhoneFailedIndexCcmIndex,
ccmPhoneFailedTime DateAndTime,
ccmPhoneFailedName SnmpAdminString,
ccmPhoneFailedInetAddressType InetAddressType,
ccmPhoneFailedInetAddress InetAddress,
ccmPhoneFailCauseCode CcmDevFailCauseCode,
ccmPhoneFailedMacAddress MacAddress
}
ccmPhoneFailedIndex OBJECT-TYPE
SYNTAX CcmIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION