Specifications

7-42
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
DESCRIPTION
States the reason for the phone device communication error.
::= { ccmPhoneFailedEntry 6 }
ccmPhoneFailedMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
The MAC address of the failed phone.
::= { ccmPhoneFailedEntry 7 }
Phone Status Update Table
ccmPhoneStatusUpdateTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmPhoneStatusUpdateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The table containing the list of all phone status updates with respect to the local call manager. This
table will only have registered, unregistered, and partially-registered status updates. The rejected
phones are stored in the ccmPhoneFailedTable. Each entry of this table is stored at least for the
duration specified in the ccmPhoneStatusUpdateStorePeriod object, after that it will be deleted.
::= { ccmPhoneInfo 4 }
ccmPhoneStatusUpdateEntry OBJECT-TYPE
SYNTAX CcmPhoneStatusUpdateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An entry (conceptual row) in the PhoneStatusUpdate Table, one for each phone status update in the
CCM.
INDEX { ccmPhoneStatusUpdateIndex }
::= { ccmPhoneStatusUpdateTable 1 }
CcmPhoneStatusUpdateEntry ::= SEQUENCE {
ccmPhoneStatusUpdateIndexCcmIndex,
ccmPhoneStatusPhoneIndex CcmIndexOrZero,
ccmPhoneStatusUpdateTime DateAndTime,
ccmPhoneStatusUpdateType INTEGER,
ccmPhoneStatusUpdateReason CcmDevFailCauseCode
}