Specifications
7-69
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
STATUS obsolete
DESCRIPTION
This object identifies the IP address type of the Gatekeeper. The value of this object is 'unknown(0)'
if the IP address of a Gatekeeper is not available.
::= { ccmGatekeeperEntry 7 }
ccmGatekeeperInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
This object identifies last known IP Address of the gatekeeper. If the IP address is not available then
this object contains an empty string. The type of address for this is identified by
ccmGatekeeperInetAddressType.
::= { ccmGatekeeperEntry 8 }
CTI Device Table
ccmCTIDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmCTIDeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION—The table containing a list of all CTI (Computer Telephony Integration) Devices
which have tried to register with the local call manager at least once.
::= { ccmCTIDeviceInfo 1 }
ccmCTIDeviceEntry OBJECT-TYPE
SYNTAX CcmCTIDeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION—An entry (conceptual row) in the CTIDevice Table, containing the information
about a particular CTI Device.
INDEX { ccmCTIDeviceIndex }
::= { ccmCTIDeviceTable 1 }
CcmCTIDeviceEntry ::= SEQUENCE {
ccmCTIDeviceIndex CcmIndex,
ccmCTIDeviceName SnmpAdminString,
ccmCTIDeviceType INTEGER,
ccmCTIDeviceDescription SnmpAdminString,
ccmCTIDeviceStatus CcmDeviceStatus,
ccmCTIDevicePoolIndex CcmIndexOrZero,
ccmCTIDeviceInetAddressType [DEPRECATED InetAddressType,