Specifications

7-14
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
deviceNameUnresolveable—The CallManager is unable to resolve the device name to an IP
Address internally
maxDevRegReached—Maximum number of device registrations have been reached
connectivityError—CallManager is unable to establish communication with the device during
registration
initializationError—Indicates an error occurred when the CallManager tries to initialize the
device
deviceInitiatedReset—Indicates that the error was due to device initiated reset
callManagerReset—Indicates that the error was due to call manager reset.
authenticationError—Indicates mismatch between configured authentication mode and the
authentication mode that the device is using to connect to the CallManager.
invalidX509NameInCertificate—Indicates mismatch between the peer X.509 certificate subject
name and what is configured for the device.
invalidTLSCipher—Indicates Cipher mismatch during TLS handshake process.
directoryNumberMismatch—Indicates mismatch between the directory number that the SIP
device is trying to register with and the directory number configured in the CallManager for the
SIP device.
malformedRegisterMsg—Indicates that SIP device attempted to register with CallManager, but
the REGISTER message contained formatting errors.
SYNTAX INTEGER { noError(0), unknown(1), noEntryInDatabase(2),
databaseConfigurationError(3), deviceNameUnresolveable(4), maxDevRegReached(5),
connectivityError(6), initializationError(7), deviceInitiatedReset(8), callManagerReset(9),
authenticationError(10), invalidX509NameInCertificate(11), invalidTLSCipher(12),
directoryNumberMismatch(13), malformedRegisterMsg(14) }
CcmDeviceStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
This syntax is used to identify the registration status of a device with the local call manager. The
status is as follows:
unknown—The registration status of the device is unknown
registered—The device has successfully registered with the local call manager
unregistered—The device is no longer registered with the local call manager
rejected—Registration request from the device was rejected by the local call manager.
partiallyregistered—At least one but not all of the lines are successfully registered to the local
call manager.
Applicable only to SIP Phones
SYNTAX INTEGER { unknown (1), registered(2), unregistered (3), rejected (4),
partiallyregistered (5) }
CcmPhoneProtocolType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION