CISCO-CCM-MIB

File: CISCO-CCM-MIB.mib (292403 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Counter32 Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP DateAndTime TruthValue
MacAddress TEXTUAL-CONVENTION SnmpAdminString
InetAddressType InetAddress InetPortNumber
InetAddressIPv4 InetAddressIPv6 ciscoMgmt

Defined Types

CcmIndex  
This syntax is used as the Index into a table. A positive value is used to identify a unique entry in the table.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CcmIndexOrZero  
This textual convention is an extension of the CcmIndex convention. The latter defines a greater than zero to identify an entry of the CUCM MIB table in the managed system. This extension permits the additional value of zero. The value zero is object- specific and must be defined as part of the description of any object which uses this syntax.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CcmDevFailCauseCode  
This syntax is used as means of identifying the reasons for a device communication error. noError: No Error unknown: Unknown error cause noEntryInDatabase: Device not configured properly in the CUCM database databaseConfigurationError: Device configuration error in the CUCM database 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.
TEXTUAL-CONVENTION    
  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)  

CcmDevRegFailCauseCode  
This syntax is used as means of identifying the reasons for a device registration failure. The scope of this enumeration can expand to comply with RFC 2578. noError: No Error unknown: Unknown error cause noEntryInDatabase: Device not configured properly in the CUCM database databaseConfigurationError: Device configuration error in the CUCM database deviceNameUnresolveable: The CallManager is unable to resolve the device name to an IP Address internally maxDevRegExceeded: 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. protocolMismatch: The protocol of the device (SIP or SCCP) does not match the configured protocol in CUCM. deviceNotActive: The device has not been activated. authenticatedDeviceAlreadyExists: A device with the same name is already registered with CUCM. obsoleteProtocolVersion: The SCCP device registered with an obsolete protocol version. databaseTimeout: CUCM requested device configuration data from the database but did not receive a response within 10 minutes. registrationSequenceError: A device requested configuration information from the CUCM at an unexpected time. The CUCM had not yet obtained the requested information. The device will automatically attempt to register again. If this alarm occurs again, manually reset the device. If this alarm continues to occur after the manual reset, there may be an internal firmware error. This is applicable for SCCP protocol only. invalidCapabilities: The CUCM detected an error in the media capabilities reported in the StationCapabilitiesRes message by the device during registration. The device will automatically attempt to register again. If this alarm occurs again, manually reset the device. If this alarm continues to occur after the manual reset, there may be a protocol error. This is applicable for SCCP protocol only. capabilityResponseTimeout: The CUCM timed out while waiting for the device to respond to a request to report its media capabilities. Possible causes include device power outage, network power outage, network configuration error, network delay, packet drops, and packet corruption. It is also possible to get this error if the CUCM node is experiencing high CPU usage. Verify that the device is powered up and operating. Verify that network connectivity exists between the device and CUCM, and verify that the CPU utilization is in the safe range. This is applicable for SCCP protocol only. securityMismatch: The CUCM detected a mismatch in the security settings of the device and/or the CUCM. The mismatches that can be detected are: 1) The device established a secure connection, yet reported that it does not have the ability to do authenticated signaling. 2) The device did not establish a secure connection, but the security mode configured for the device indicates that it should have done so. 3) The device established a secure connection, but the security mode configured for the device indicates that it should not have done so autoRegisterDBError: Auto-registration of a device failed for one of the following reasons: 1)Auto-registration is not allowed for the device type. 2)An error occurred while adding the auto-registering device to the database (stored procedure). dbAccessError: Device registration failed because of an error that occurred while building the station registration profile. This usually indicates a synchronization problem with the database. autoRegisterDBConfigTimeout: The CUCM timed out during auto-registration of a device. The registration profile of the device did not get inserted into the database in time. The device will automatically attempt to register again. This is applicable for SCCP protocol only. deviceTypeMismatch: The device type reported by the device does not match the device type configured on the CUCM addressingModeMismatch: The CUCM detected an error related to the addressing mode configured for the device. One of the following errors were detected: 1)The device is configured to use only IPv4 addressing, but did not specify an IPv4 address. 2)The device is configured to use only IPv6 addressing, but did not specify an IPv6 address. This is applicable for SCCP protocol only.
TEXTUAL-CONVENTION    
  INTEGER noError(0), unknown(1), noEntryInDatabase(2), databaseConfigurationError(3), deviceNameUnresolveable(4), maxDevRegExceeded(5), connectivityError(6), initializationError(7), deviceInitiatedReset(8), callManagerReset(9), authenticationError(10), invalidX509NameInCertificate(11), invalidTLSCipher(12), directoryNumberMismatch(13), malformedRegisterMsg(14), protocolMismatch(15), deviceNotActive(16), authenticatedDeviceAlreadyExists(17), obsoleteProtocolVersion(18), databaseTimeout(23), registrationSequenceError(25), invalidCapabilities(26), capabilityResponseTimeout(27), securityMismatch(28), autoRegisterDBError(29), dbAccessError(30), autoRegisterDBConfigTimeout(31), deviceTypeMismatch(32), addressingModeMismatch(33)  

CcmDevUnregCauseCode  
This syntax is used as means of identifying the reasons for a device getting unregistered. The scope of this enumeration can expand to comply with RFC 2578. noError: No Error unknown: Unknown error cause noEntryInDatabase: Device not configured properly in the CUCM database databaseConfigurationError: Device configuration error in the CUCM database deviceNameUnresolveable: The CallManager is unable to resolve the device name to an IP Address internally maxDevRegExceeded: 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. deviceUnregistered: DeviceUnregistered. malformedRegisterMsg: Indicates that SIP device attempted to register with CallManager, but the REGISTER message contained formatting errors. sccpDeviceThrottling: The indicated SCCP device exceeded the maximum number of events allowed per-SCCP device. keepAliveTimeout: A KeepAlive message was not received. Possible causes include device power outage, network power outage, network configuration error, network delay,packet drops, packet corruption and CUCM node experiencing high CPU usage. configurationMismatch: The configuration on the SIP device does not match the configuration in CUCM. callManagerRestart: A device restart was initiated from CUCM Administration, either due to an explicit command from an administrator or due to a configuration change such as adding, deleting or changing a directory number associated with the device. duplicateRegistration: CUCM detected that the device attempted to register to two nodes at the same time. CUCM initiated a restart to the phone to force it to re-home to a single node. callManagerApplyConfig: CUCM configuration is changed. deviceNoResponse: Device is not responding Service Control Notify from CUCM. emLoginLogout: The device has been unregistered due to an Extension Mobility login or logout. emccLoginLogout: The device has been unregistered due to an Extension Mobility Cross Cluster login or logout. powerSavePlus: The device powered off as a result of the Power Save Plus feature that is enabled for this device. When the device powers off, it remains unregistered from CUCM until the Phone On Time defined in the Product Specific Configuration for this device. callManagerForcedRestart: The device did not respond to an Apply Config request and as a result, CUCM had sent a restart request to the device. The device may be offline due to a power outage or network problem. Confirm that the device is powered-up and that network connectivity exists between the device and CUCM. This is applicable for SIP protocol only. sourceIPAddrChanged: The device has been unregistered because the IP address in the Contact header of the REGISTER message has changed. The device will be automatically re-registered. No action is necessary. This is applicable for SIP protocol only. sourcePortChanged: The device has been unregistered because the port number in the Contact header of the REGISTER message has changed. The device will be automatically re-registered. No action is necessary. This is applicable for SIP protocol only. registrationSequenceError: A device requested configuration information from the CUCM at an unexpected time. The CUCM no longer had the requested information in memory. invalidCapabilities: The CUCM detected an error in the updated media capabilities reported by the device. The device reported the capabilities in one of the StationUpdateCapabilities message variants. This is applicable for SCCP protocol only. fallbackInitiated The device has initiated a fallback and will automatically re-register to a higher-priority CUCM. No action is necessary. deviceSwitch A second instance of an endpoint with the same device name has registered and assumed control. No action is necessary.
TEXTUAL-CONVENTION    
  INTEGER noError(0), unknown(1), noEntryInDatabase(2), databaseConfigurationError(3), deviceNameUnresolveable(4), maxDevRegExceeded(5), connectivityError(6), initializationError(7), deviceInitiatedReset(8), callManagerReset(9), deviceUnregistered(10), malformedRegisterMsg(11), sccpDeviceThrottling(12), keepAliveTimeout(13), configurationMismatch(14), callManagerRestart(15), duplicateRegistration(16), callManagerApplyConfig(17), deviceNoResponse(18), emLoginLogout(19), emccLoginLogout(20), energywisePowerSavePlus(21), callManagerForcedRestart(22), sourceIPAddrChanged(23), sourcePortChanged(24), registrationSequenceError(25), invalidCapabilities(26), fallbackInitiated(28), deviceSwitch(29)  

CcmDeviceStatus  
This syntax is used to identify the registration status of a device with the local call manager. 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.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), registered(2), unregistered(3), rejected(4), partiallyregistered(5)  

CcmPhoneProtocolType  
This syntax is used to identify the protocol between phone and Cisco Call Manager. unknown: The phone protocol is unknown sccp: The phone protocol is SCCP sip: The phone protocol is SIP.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), sccp(2), sip(3)  

CcmDeviceLineStatus  
This syntax is used to identify the registration status of a line of the device with the local call manager. unknown: The registration status of the device line is unknown registered: The device line has successfully registered with the local call manager unregistered: The device line is no longer registered with the local call manager rejected: Registration request from the device line was rejected by the local call manager.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), registered(2), unregistered(3), rejected(4)  

CcmSIPTransportProtocolType  
This textual convention defines the possible transport protocol types which are used for setting up SIP calls unknown: The SIP Trunk transport type is unknown tcp: The SIP Trunk transport type is tcp udp: The SIP Trunk transport type is udp tcpAndUdp: The SIP Trunk transport type is tcp and udp. Applicable only for InTransportProtocolType. tls: The SIP Trunk transport type is tls.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), tcp(2), udp(3), tcpAndUdp(4), tls(5)  

CcmDeviceProductId  
This syntax is used to identify the product id of a device. gwyCiscoCat6KT1(1): Cisco Catalyst 6000 T1 VoIP Gateway gwyCiscoCat6KE1(2): Cisco Catalyst 6000 E1 VoIP Gateway gwyCiscoCat6KFXS(3): Cisco Catalyst 6000 24 Port FXS Gateway gwyCiscoCat6KFXO(4): Cisco Catalyst 6000 12 Port FXO Gateway gwyCiscoDT24Plus(7): Cisco DT-24+ Gateway gwyCiscoDT30Plus(8): Cisco DT-30+ Gateway gwyCiscoDT24(9): Cisco DT-24 Gateway gwyCiscoAT2(10): Cisco AT2 Gateway gwyCiscoAT4(11): Cisco AT4 Gateway gwyCiscoAT8(12): Cisco AT8 Gateway gwyCiscoAS2(13): Cisco AS2 Gateway gwyCiscoAS4(14): Cisco AS4 Gateway gwyCiscoAS8(15): Cisco AS8 Gateway gwyCiscoMGCPFXOPort(18): Cisco MGCP FXO Port gwyCiscoMGCPFXSPort(19): Cisco MGCP FXS Port gwyCiscoVG200(43): Cisco VG200 gwyCisco26XX(44): Cisco 26XX gwyCisco362X(45): Cisco 362X gwyCisco364X(46): Cisco 364X gwyCisco366X(47): Cisco 366X gwyCiscoMGCPT1Port(52): Cisco MGCP T1 Port gwyCiscoMGCPE1Port(55): Cisco MGCP E1 Port gwyCiscoCat4224VoiceGwySwitch(58): Cisco CAT 4224 Voice Gateway Switch gwyCiscoCat4000AccessGwyModule(59): Cisco CAT 4000 Access Gateway Module gwyCiscoIAD2400(62): Cisco IAD2400 gwyCiscoVGCEndPoint(65): Cisco VGC PHONE gwyCiscoVG224AndV248(66): Cisco VGC Gateway gwyCiscoSlotVGCPort(67): Cisco VGC Port gwyciscoVGCBox(68): Cisco VGC Box gwyCiscoATA186(69): Cisco ATA 186 gwyCiscoICS77XXMRP2XX(70): Cisco ICS77XX-MRP2XX gwyCiscoICS77XXASI81(71): Cisco ICS77XX-ASI81 gwyCiscoICS77XXASI160(72): Cisco ICS77XX-ASI160 gwyCiscoCat6000AVVIDServModule(80): Cisco Catalyst 6000 AVVID Services Module gwyCiscoWSX6600(81): Cisco WS-X6600 gwyCiscoMGCPBRIPort(90): Cisco MGCP BRI Port gwyCiscoWSSVCCMMMS(10001): Cisco WS-SVC-CMM-MS gwyCisco3745(20000): Cisco 3745 gwyCisco3725(20002): Cisco 3725 gwyCiscoICS77XXMRP3XX(30004): Cisco ICS77XX MRP3XX gwyCiscoICS77XXMRP38FXS(30005): Cisco ICS77XX MRP3 8FXS gwyCiscoICS77XXMRP316FXS(30006): Cisco ICS77XX MRP3 16FXS gwyCiscoICS77XXMRP38FXOM1(30007): Cisco ICS77XX MRP3 8FXO M1 gwyCisco269X(30011): Cisco 269X gwyCisco1760(30019): Cisco 1760 gwyCisco1751(30020): Cisco 1751 h323Phone(16): H323 Phone h323Trunk(17): H323 Trunk h323AnonymousGateway(49): H323 Anonymous Gateway h323H225GKControlledTrunk(75): H225 Trunk Gatekeeper Controlled h323ICTGKControlled(76): Inter-Cluster Trunk Gatekeeper Controlled h323ICTNonGKControlled(77): Inter-Cluster Trunk Non-Gatekeeper Controlled voiceMailUOnePort(27): Uone Port sipTrunk(95): SIP Trunk unknown(-1): Unknown Device Product Id other(-2): Unidentified Device Product Id.
TEXTUAL-CONVENTION    
  INTEGER other(-2), unknown(-1), gwyCiscoCat6KT1(1), gwyCiscoCat6KE1(2), gwyCiscoCat6KFXS(3), gwyCiscoCat6KFXO(4), gwyCiscoDT24Plus(7), gwyCiscoDT30Plus(8), gwyCiscoDT24(9), gwyCiscoAT2(10), gwyCiscoAT4(11), gwyCiscoAT8(12), gwyCiscoAS2(13), gwyCiscoAS4(14), gwyCiscoAS8(15), h323Phone(16), h323Trunk(17), gwyCiscoMGCPFXOPort(18), gwyCiscoMGCPFXSPort(19), voiceMailUOnePort(27), gwyCiscoVG200(43), gwyCisco26XX(44), gwyCisco362X(45), gwyCisco364X(46), gwyCisco366X(47), h323AnonymousGatewy(49), gwyCiscoMGCPT1Port(52), gwyCiscoMGCPE1Port(55), gwyCiscoCat4224VoiceGwySwitch(58), gwyCiscoCat4000AccessGwyModule(59), gwyCiscoIAD2400(62), gwyCiscoVGCEndPoint(65), gwyCiscoVG224AndV248(66), gwyCiscoSlotVGCPort(67), gwyCiscoVGCBox(68), gwyCiscoATA186(69), gwyCiscoICS77XXMRP2XX(70), gwyCiscoICS77XXASI81(71), gwyCiscoICS77XXASI160(72), h323H225GKControlledTrunk(75), h323ICTGKControlled(76), h323ICTNonGKControlled(77), gwyCiscoCat6000AVVIDServModule(80), gwyCiscoWSX6600(81), gwyCiscoMGCPBRIPort(90), sipTrunk(95), gwyCiscoWSSVCCMMMS(10001), gwyCisco3745(20000), gwyCisco3725(20002), gwyCiscoICS77XXMRP3XX(30004), gwyCiscoICS77XXMRP38FXS(30005), gwyCiscoICS77XXMRP316FXS(30006), gwyCiscoICS77XXMRP38FXOM1(30007), gwyCisco269X(30011), gwyCisco1760(30019), gwyCisco1751(30020)  

CcmGroupEntry  
SEQUENCE    
  ccmGroupIndex CcmIndex
  ccmGroupName SnmpAdminString
  ccmGroupTftpDefault TruthValue

CcmEntry  
SEQUENCE    
  ccmIndex CcmIndex
  ccmName SnmpAdminString
  ccmDescription SnmpAdminString
  ccmVersion SnmpAdminString
  ccmStatus INTEGER
  ccmInetAddressType InetAddressType
  ccmInetAddress InetAddress
  ccmClusterId SnmpAdminString
  ccmInetAddress2Type InetAddressType
  ccmInetAddress2 InetAddress

CcmGroupMappingEntry  
SEQUENCE    
  ccmCMGroupMappingCMPriority Unsigned32

CcmRegionEntry  
SEQUENCE    
  ccmRegionIndex CcmIndex
  ccmRegionName SnmpAdminString

CcmRegionPairEntry  
SEQUENCE    
  ccmRegionSrcIndex CcmIndex
  ccmRegionDestIndex CcmIndex
  ccmRegionAvailableBandWidth INTEGER

CcmTimeZoneEntry  
SEQUENCE    
  ccmTimeZoneIndex CcmIndex
  ccmTimeZoneName SnmpAdminString
  ccmTimeZoneOffset Integer32
  ccmTimeZoneOffsetHours Integer32
  ccmTimeZoneOffsetMinutes Integer32

CcmDevicePoolEntry  
SEQUENCE    
  ccmDevicePoolIndex CcmIndex
  ccmDevicePoolName SnmpAdminString
  ccmDevicePoolRegionIndex CcmIndexOrZero
  ccmDevicePoolTimeZoneIndex CcmIndexOrZero
  ccmDevicePoolGroupIndex CcmIndexOrZero

CcmProductTypeEntry  
SEQUENCE    
  ccmProductTypeIndex CcmIndex
  ccmProductType Unsigned32
  ccmProductName SnmpAdminString
  ccmProductCategory INTEGER

CcmPhoneEntry  
SEQUENCE    
  ccmPhoneIndex CcmIndex
  ccmPhonePhysicalAddress MacAddress
  ccmPhoneType INTEGER
  ccmPhoneDescription SnmpAdminString
  ccmPhoneUserName SnmpAdminString
  ccmPhoneIpAddress IpAddress
  ccmPhoneStatus CcmDeviceStatus
  ccmPhoneTimeLastRegistered DateAndTime
  ccmPhoneE911Location SnmpAdminString
  ccmPhoneLoadID SnmpAdminString
  ccmPhoneLastError Integer32
  ccmPhoneTimeLastError DateAndTime
  ccmPhoneDevicePoolIndex CcmIndexOrZero
  ccmPhoneInetAddressType InetAddressType
  ccmPhoneInetAddress InetAddress
  ccmPhoneStatusReason CcmDevFailCauseCode
  ccmPhoneTimeLastStatusUpdt DateAndTime
  ccmPhoneProductTypeIndex CcmIndexOrZero
  ccmPhoneProtocol CcmPhoneProtocolType
  ccmPhoneName SnmpAdminString
  ccmPhoneInetAddressIPv4 InetAddressIPv4
  ccmPhoneInetAddressIPv6 InetAddressIPv6
  ccmPhoneIPv4Attribute INTEGER
  ccmPhoneIPv6Attribute INTEGER
  ccmPhoneActiveLoadID SnmpAdminString
  ccmPhoneUnregReason CcmDevUnregCauseCode
  ccmPhoneRegFailReason CcmDevRegFailCauseCode

CcmPhoneExtensionEntry  
SEQUENCE    
  ccmPhoneExtensionIndex CcmIndex
  ccmPhoneExtension SnmpAdminString
  ccmPhoneExtensionIpAddress IpAddress
  ccmPhoneExtensionMultiLines Unsigned32
  ccmPhoneExtensionInetAddressType InetAddressType
  ccmPhoneExtensionInetAddress InetAddress

CcmPhoneFailedEntry  
SEQUENCE    
  ccmPhoneFailedIndex CcmIndex
  ccmPhoneFailedTime DateAndTime
  ccmPhoneFailedName SnmpAdminString
  ccmPhoneFailedInetAddressType InetAddressType
  ccmPhoneFailedInetAddress InetAddress
  ccmPhoneFailCauseCode CcmDevFailCauseCode
  ccmPhoneFailedMacAddress MacAddress
  ccmPhoneFailedInetAddressIPv4 InetAddressIPv4
  ccmPhoneFailedInetAddressIPv6 InetAddressIPv6
  ccmPhoneFailedIPv4Attribute INTEGER
  ccmPhoneFailedIPv6Attribute INTEGER
  ccmPhoneFailedRegFailReason CcmDevRegFailCauseCode

CcmPhoneStatusUpdateEntry  
SEQUENCE    
  ccmPhoneStatusUpdateIndex CcmIndex
  ccmPhoneStatusPhoneIndex CcmIndexOrZero
  ccmPhoneStatusUpdateTime DateAndTime
  ccmPhoneStatusUpdateType INTEGER
  ccmPhoneStatusUpdateReason CcmDevFailCauseCode
  ccmPhoneStatusUnregReason CcmDevUnregCauseCode
  ccmPhoneStatusRegFailReason CcmDevRegFailCauseCode

CcmPhoneExtnEntry  
SEQUENCE    
  ccmPhoneExtnIndex CcmIndex
  ccmPhoneExtn SnmpAdminString
  ccmPhoneExtnMultiLines Unsigned32
  ccmPhoneExtnInetAddressType InetAddressType
  ccmPhoneExtnInetAddress InetAddress
  ccmPhoneExtnStatus CcmDeviceLineStatus

CcmGatewayEntry  
SEQUENCE    
  ccmGatewayIndex CcmIndex
  ccmGatewayName SnmpAdminString
  ccmGatewayType INTEGER
  ccmGatewayDescription SnmpAdminString
  ccmGatewayStatus CcmDeviceStatus
  ccmGatewayDevicePoolIndex CcmIndexOrZero
  ccmGatewayInetAddressType InetAddressType
  ccmGatewayInetAddress InetAddress
  ccmGatewayProductId CcmDeviceProductId
  ccmGatewayStatusReason CcmDevFailCauseCode
  ccmGatewayTimeLastStatusUpdt DateAndTime
  ccmGatewayTimeLastRegistered DateAndTime
  ccmGatewayDChannelStatus INTEGER
  ccmGatewayDChannelNumber Integer32
  ccmGatewayProductTypeIndex CcmIndexOrZero
  ccmGatewayUnregReason CcmDevUnregCauseCode
  ccmGatewayRegFailReason CcmDevRegFailCauseCode

CcmGatewayTrunkEntry  
SEQUENCE    
  ccmGatewayTrunkIndex CcmIndex
  ccmGatewayTrunkType INTEGER
  ccmGatewayTrunkName SnmpAdminString
  ccmTrunkGatewayIndex CcmIndexOrZero
  ccmGatewayTrunkStatus INTEGER

CcmMediaDeviceEntry  
SEQUENCE    
  ccmMediaDeviceIndex CcmIndex
  ccmMediaDeviceName SnmpAdminString
  ccmMediaDeviceType INTEGER
  ccmMediaDeviceDescription SnmpAdminString
  ccmMediaDeviceStatus CcmDeviceStatus
  ccmMediaDeviceDevicePoolIndex CcmIndexOrZero
  ccmMediaDeviceInetAddressType InetAddressType
  ccmMediaDeviceInetAddress InetAddress
  ccmMediaDeviceStatusReason CcmDevFailCauseCode
  ccmMediaDeviceTimeLastStatusUpdt DateAndTime
  ccmMediaDeviceTimeLastRegistered DateAndTime
  ccmMediaDeviceProductTypeIndex CcmIndexOrZero
  ccmMediaDeviceInetAddressIPv4 InetAddressIPv4
  ccmMediaDeviceInetAddressIPv6 InetAddressIPv6
  ccmMediaDeviceUnregReason CcmDevUnregCauseCode
  ccmMediaDeviceRegFailReason CcmDevRegFailCauseCode

CcmGatekeeperEntry  
SEQUENCE    
  ccmGatekeeperIndex CcmIndex
  ccmGatekeeperName SnmpAdminString
  ccmGatekeeperType INTEGER
  ccmGatekeeperDescription SnmpAdminString
  ccmGatekeeperStatus INTEGER
  ccmGatekeeperDevicePoolIndex CcmIndexOrZero
  ccmGatekeeperInetAddressType InetAddressType
  ccmGatekeeperInetAddress InetAddress

CcmCTIDeviceEntry  
SEQUENCE    
  ccmCTIDeviceIndex CcmIndex
  ccmCTIDeviceName SnmpAdminString
  ccmCTIDeviceType INTEGER
  ccmCTIDeviceDescription SnmpAdminString
  ccmCTIDeviceStatus CcmDeviceStatus
  ccmCTIDevicePoolIndex CcmIndexOrZero
  ccmCTIDeviceInetAddressType InetAddressType
  ccmCTIDeviceInetAddress InetAddress
  ccmCTIDeviceAppInfo SnmpAdminString
  ccmCTIDeviceStatusReason CcmDevFailCauseCode
  ccmCTIDeviceTimeLastStatusUpdt DateAndTime
  ccmCTIDeviceTimeLastRegistered DateAndTime
  ccmCTIDeviceProductTypeIndex CcmIndexOrZero
  ccmCTIDeviceInetAddressIPv4 InetAddressIPv4
  ccmCTIDeviceInetAddressIPv6 InetAddressIPv6
  ccmCTIDeviceUnregReason CcmDevUnregCauseCode
  ccmCTIDeviceRegFailReason CcmDevRegFailCauseCode

CcmCTIDeviceDirNumEntry  
SEQUENCE    
  ccmCTIDeviceDirNumIndex CcmIndex
  ccmCTIDeviceDirNum SnmpAdminString

CcmH323DeviceEntry  
SEQUENCE    
  ccmH323DevIndex CcmIndex
  ccmH323DevName SnmpAdminString
  ccmH323DevProductId CcmDeviceProductId
  ccmH323DevDescription SnmpAdminString
  ccmH323DevInetAddressType InetAddressType
  ccmH323DevInetAddress InetAddress
  ccmH323DevCnfgGKInetAddressType InetAddressType
  ccmH323DevCnfgGKInetAddress InetAddress
  ccmH323DevAltGK1InetAddressType InetAddressType
  ccmH323DevAltGK1InetAddress InetAddress
  ccmH323DevAltGK2InetAddressType InetAddressType
  ccmH323DevAltGK2InetAddress InetAddress
  ccmH323DevAltGK3InetAddressType InetAddressType
  ccmH323DevAltGK3InetAddress InetAddress
  ccmH323DevAltGK4InetAddressType InetAddressType
  ccmH323DevAltGK4InetAddress InetAddress
  ccmH323DevAltGK5InetAddressType InetAddressType
  ccmH323DevAltGK5InetAddress InetAddress
  ccmH323DevActGKInetAddressType InetAddressType
  ccmH323DevActGKInetAddress InetAddress
  ccmH323DevStatus INTEGER
  ccmH323DevStatusReason CcmDevFailCauseCode
  ccmH323DevTimeLastStatusUpdt DateAndTime
  ccmH323DevTimeLastRegistered DateAndTime
  ccmH323DevRmtCM1InetAddressType InetAddressType
  ccmH323DevRmtCM1InetAddress InetAddress
  ccmH323DevRmtCM2InetAddressType InetAddressType
  ccmH323DevRmtCM2InetAddress InetAddress
  ccmH323DevRmtCM3InetAddressType InetAddressType
  ccmH323DevRmtCM3InetAddress InetAddress
  ccmH323DevProductTypeIndex CcmIndexOrZero
  ccmH323DevUnregReason CcmDevUnregCauseCode
  ccmH323DevRegFailReason CcmDevRegFailCauseCode

CcmVoiceMailDeviceEntry  
SEQUENCE    
  ccmVMailDevIndex CcmIndex
  ccmVMailDevName SnmpAdminString
  ccmVMailDevProductId CcmDeviceProductId
  ccmVMailDevDescription SnmpAdminString
  ccmVMailDevStatus CcmDeviceStatus
  ccmVMailDevInetAddressType InetAddressType
  ccmVMailDevInetAddress InetAddress
  ccmVMailDevStatusReason CcmDevFailCauseCode
  ccmVMailDevTimeLastStatusUpdt DateAndTime
  ccmVMailDevTimeLastRegistered DateAndTime
  ccmVMailDevProductTypeIndex CcmIndexOrZero
  ccmVMailDevUnregReason CcmDevUnregCauseCode
  ccmVMailDevRegFailReason CcmDevRegFailCauseCode

CcmVoiceMailDeviceDirNumEntry  
SEQUENCE    
  ccmVMailDevDirNumIndex CcmIndex
  ccmVMailDevDirNum SnmpAdminString

CcmSIPDeviceEntry  
SEQUENCE    
  ccmSIPDevIndex CcmIndex
  ccmSIPDevName SnmpAdminString
  ccmSIPDevProductTypeIndex CcmIndexOrZero
  ccmSIPDevDescription SnmpAdminString
  ccmSIPDevInetAddressType InetAddressType
  ccmSIPDevInetAddress InetAddress
  ccmSIPInTransportProtocolType CcmSIPTransportProtocolType
  ccmSIPInPortNumber InetPortNumber
  ccmSIPOutTransportProtocolType CcmSIPTransportProtocolType
  ccmSIPOutPortNumber InetPortNumber
  ccmSIPDevInetAddressIPv4 InetAddressIPv4
  ccmSIPDevInetAddressIPv6 InetAddressIPv6

Defined Values

ciscoCcmMIB 1.3.6.1.4.1.9.9.156
The MIB Module for the management of a Cisco Unified Communications Manager (CUCM) application running with a Cisco Communication Network (CCN) System. CUCM is an IP-PBX which controls the call processing of a Voice Over IP (VoIP) network. A CCN system comprises multiple regions, with each region consisting of several CUCM groups with multiple CUCMs. The MIB can be used by the CUCM Application to present Provision and statistics information. Terminology: CUCM: Cisco Unified Communications Manager SCCP: Skinny Client Control Protocol SIP: Session Initiation Protocol TLS: Transport Layer Security MGCP: Media Gateway Control Protocol EM: Extension Mobility EMCC: Extension Mobility Cross Cluster
MODULE-IDENTITY    

ciscoCcmMIBObjects 1.3.6.1.4.1.9.9.156.1
OBJECT IDENTIFIER    

ccmGeneralInfo 1.3.6.1.4.1.9.9.156.1.1
OBJECT IDENTIFIER    

ccmPhoneInfo 1.3.6.1.4.1.9.9.156.1.2
OBJECT IDENTIFIER    

ccmGatewayInfo 1.3.6.1.4.1.9.9.156.1.3
OBJECT IDENTIFIER    

ccmGatewayTrunkInfo 1.3.6.1.4.1.9.9.156.1.4
OBJECT IDENTIFIER    

ccmGlobalInfo 1.3.6.1.4.1.9.9.156.1.5
OBJECT IDENTIFIER    

ccmMediaDeviceInfo 1.3.6.1.4.1.9.9.156.1.6
OBJECT IDENTIFIER    

ccmGatekeeperInfo 1.3.6.1.4.1.9.9.156.1.7
OBJECT IDENTIFIER    

ccmCTIDeviceInfo 1.3.6.1.4.1.9.9.156.1.8
OBJECT IDENTIFIER    

ccmAlarmConfigInfo 1.3.6.1.4.1.9.9.156.1.9
OBJECT IDENTIFIER    

ccmNotificationsInfo 1.3.6.1.4.1.9.9.156.1.10
OBJECT IDENTIFIER    

ccmH323DeviceInfo 1.3.6.1.4.1.9.9.156.1.11
OBJECT IDENTIFIER    

ccmVoiceMailDeviceInfo 1.3.6.1.4.1.9.9.156.1.12
OBJECT IDENTIFIER    

ccmQualityReportAlarmConfigInfo 1.3.6.1.4.1.9.9.156.1.13
OBJECT IDENTIFIER    

ccmSIPDeviceInfo 1.3.6.1.4.1.9.9.156.1.14
OBJECT IDENTIFIER    

ccmGroupTable 1.3.6.1.4.1.9.9.156.1.1.1
The table containing the CallManager groups in a call manager cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmGroupEntry

ccmGroupEntry 1.3.6.1.4.1.9.9.156.1.1.1.1
An entry (conceptual row) in the CallManager Group table, containing the information about a CallManager group in a call manager cluster. An entry is created to represent a CallManager Group. New entries to the CallManager Group table in the database are created when the User inserts a new CallManager Group via the CallManager Web Admin pages. This entry is subsequently picked up by the CUCM SNMP Agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmGroupEntry  

ccmGroupIndex 1.3.6.1.4.1.9.9.156.1.1.1.1.1
An arbitrary integer, selected by the local CUCM which uniquely identifies a CallManager Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmGroupName 1.3.6.1.4.1.9.9.156.1.1.1.1.2
The name of the CallManager Group.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmGroupTftpDefault 1.3.6.1.4.1.9.9.156.1.1.1.1.3
Whether this is the default TFTP server group or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ccmTable 1.3.6.1.4.1.9.9.156.1.1.2
The table containing information of all the CUCMs in a CUCM cluster that the local CUCM knows about. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmEntry

ccmEntry 1.3.6.1.4.1.9.9.156.1.1.2.1
An entry (conceptual row) in the CallManager table, containing the information about a CallManager.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmEntry  

ccmIndex 1.3.6.1.4.1.9.9.156.1.1.2.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a CallManager in a call manager cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmName 1.3.6.1.4.1.9.9.156.1.1.2.1.2
The host name of the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmDescription 1.3.6.1.4.1.9.9.156.1.1.2.1.3
The description for the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmVersion 1.3.6.1.4.1.9.9.156.1.1.2.1.4
The version number of the CallManager software.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

ccmStatus 1.3.6.1.4.1.9.9.156.1.1.2.1.5
The current status of the CallManager. A CallManager is up if the SNMP Agent received a system up event from the local CUCM unknown: Current status of the CallManager is Unknown up: CallManager is running & is able to communicate with other CallManagers down: CallManager is down or the Agent is unable to communicate with the local CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3)  

ccmInetAddressType 1.3.6.1.4.1.9.9.156.1.1.2.1.6
This object identifies IP address type of the Cisco Call Manager defined in ccmInetAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmInetAddress 1.3.6.1.4.1.9.9.156.1.1.2.1.7
This object identifies IP address of the Cisco Call Manager. The type of address for this is identified by ccmInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmClusterId 1.3.6.1.4.1.9.9.156.1.1.2.1.8
The unique ID of the Cluster to which this CallManager belongs. At any point in time, the Cluster Id helps in associating a CallManager to any given Cluster.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmInetAddress2Type 1.3.6.1.4.1.9.9.156.1.1.2.1.9
This object identifies IP address type of the Cisco Unified Communications Manager defined in ccmInetAddress2.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmInetAddress2 1.3.6.1.4.1.9.9.156.1.1.2.1.10
This object identifies the additional IP(v4/v6) address details of Cisco Unified Communications Manager. The type of address for this object is identified by ccmInetAddress2Type.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmGroupMappingTable 1.3.6.1.4.1.9.9.156.1.1.3
The table containing the list of all CallManager to group mappings in a call manager cluster. When the local call manager is down, this table will be empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmGroupMappingEntry

ccmGroupMappingEntry 1.3.6.1.4.1.9.9.156.1.1.3.1
An entry (conceptual row) in the CallManager group Mapping table, containing the information about a mapping between a CallManager and a CallManager group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmGroupMappingEntry  

ccmCMGroupMappingCMPriority 1.3.6.1.4.1.9.9.156.1.1.3.1.1
The priority of the CallManager in the group. Sets the order of the CallManager in the list.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccmRegionTable 1.3.6.1.4.1.9.9.156.1.1.4
The table containing the list of all geographically separated regions in a CCN system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmRegionEntry

ccmRegionEntry 1.3.6.1.4.1.9.9.156.1.1.4.1
An entry (conceptual row) in the Region Table, containing the information about a region.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmRegionEntry  

ccmRegionIndex 1.3.6.1.4.1.9.9.156.1.1.4.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Region Name in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmRegionName 1.3.6.1.4.1.9.9.156.1.1.4.1.2
The name of the CallManager region.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmRegionPairTable 1.3.6.1.4.1.9.9.156.1.1.5
The table containing the list of all geographical region pairs defined for a call manager cluster. The pair consists of the Source region and Destination region.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmRegionPairEntry

ccmRegionPairEntry 1.3.6.1.4.1.9.9.156.1.1.5.1
An entry (conceptual row) in the Region Pair Table, containing the information about bandwidth restrictions when communicating between the two specified regions.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmRegionPairEntry  

ccmRegionSrcIndex 1.3.6.1.4.1.9.9.156.1.1.5.1.1
The index of the Source Region in the Region table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmRegionDestIndex 1.3.6.1.4.1.9.9.156.1.1.5.1.2
The index of the Destination Region in the Region table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmRegionAvailableBandWidth 1.3.6.1.4.1.9.9.156.1.1.5.1.3
The maximum available bandwidth between the two given regions. unknown: Unknown Bandwidth other: Unidentified Bandwidth bwG723: For low bandwidth using G.723 codec bwG729: For low bandwidth using G.729 codec bwG711: For high bandwidth using G.711 codec bwGSM: For GSM bandwidth 13K bwWideband: For Wideband 256K.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), bwG723(3), bwG729(4), bwG711(5), bwGSM(6), bwWideband(7)  

ccmTimeZoneTable 1.3.6.1.4.1.9.9.156.1.1.6
The table containing the list of all time zone groups in a call manager cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmTimeZoneEntry

ccmTimeZoneEntry 1.3.6.1.4.1.9.9.156.1.1.6.1
An entry (conceptual row) in the time zone Table, containing the information about a particular time zone group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmTimeZoneEntry  

ccmTimeZoneIndex 1.3.6.1.4.1.9.9.156.1.1.6.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Time Zone group entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmTimeZoneName 1.3.6.1.4.1.9.9.156.1.1.6.1.2
The name of the time zone group.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmTimeZoneOffset 1.3.6.1.4.1.9.9.156.1.1.6.1.3
The offset of the time zone group's time zone from GMT.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 -12..12  

ccmTimeZoneOffsetHours 1.3.6.1.4.1.9.9.156.1.1.6.1.4
The offset hours of the time zone group's time zone from GMT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -12..12  

ccmTimeZoneOffsetMinutes 1.3.6.1.4.1.9.9.156.1.1.6.1.5
The offset minutes of the time zone group's time zone from GMT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -59..59  

ccmDevicePoolTable 1.3.6.1.4.1.9.9.156.1.1.7
The table containing the list of all device pools in a call manager cluster. A Device Pool contains Region, Date/Time Group and CallManager Group criteria that will be common among many devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmDevicePoolEntry

ccmDevicePoolEntry 1.3.6.1.4.1.9.9.156.1.1.7.1
An entry (conceptual row) in the device pool Table, containing the information about a particular device pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmDevicePoolEntry  

ccmDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.1.7.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Device Pool entry in the table. Each entry contains Region, Date/Time Group and CallManager Group criteria that will be common among many devices, for that entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmDevicePoolName 1.3.6.1.4.1.9.9.156.1.1.7.1.2
The name of the device pool.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmDevicePoolRegionIndex 1.3.6.1.4.1.9.9.156.1.1.7.1.3
A positive value of this index is used to identify the Region to which this Device Pool entry belongs. A value of 0 indicates that the index to the Region table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmDevicePoolTimeZoneIndex 1.3.6.1.4.1.9.9.156.1.1.7.1.4
A positive value of this index is used to identify the TimeZone to which this Device Pool entry belongs. A value of 0 indicates that the index to the TimeZone table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmDevicePoolGroupIndex 1.3.6.1.4.1.9.9.156.1.1.7.1.5
A positive value of this index is used to identify the CallManager Group to which this Device Pool entry belongs. A value of 0 indicates that the index to the CallManager Group table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmProductTypeTable 1.3.6.1.4.1.9.9.156.1.1.8
The table containing the list of product types supported in a call manager cluster. The product types will include the list of phone types, gateway types, media device types, H323 device types, CTI device types, Voice Messaging device types and SIP device types.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmProductTypeEntry

ccmProductTypeEntry 1.3.6.1.4.1.9.9.156.1.1.8.1
An entry (conceptual row) in the ccmProductTypeTable, containing the information about a product type supported in a call manager cluster. An entry is created to represent a product type.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmProductTypeEntry  

ccmProductTypeIndex 1.3.6.1.4.1.9.9.156.1.1.8.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies an entry in the ccmProductTypeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmProductType 1.3.6.1.4.1.9.9.156.1.1.8.1.2
The type of the product as defined in the CUCM database.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccmProductName 1.3.6.1.4.1.9.9.156.1.1.8.1.3
The name of the product as defined in the CUCM database.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..100)  

ccmProductCategory 1.3.6.1.4.1.9.9.156.1.1.8.1.4
The category of the product. unknown: Unknown product category notApplicable: Not Applicable phone: Phone gateway: Gateway h323Device: H323 Device ctiDevice: CTI Device voiceMailDevice: Voice Messaging Device mediaResourceDevice: Media Resource Device huntListDevice: Hunt List Device sipDevice: SIP Device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1), notApplicable(0), phone(1), gateway(2), h323Device(3), ctiDevice(4), voiceMailDevice(5), mediaResourceDevice(6), huntListDevice(7), sipDevice(8)  

ccmPhoneTable 1.3.6.1.4.1.9.9.156.1.2.1
The table containing the list of all IP Phone devices which have tried to register with the local CUCM at least once. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmPhoneEntry

ccmPhoneEntry 1.3.6.1.4.1.9.9.156.1.2.1.1
An entry (conceptual row) in the phone Table, containing information about a particular phone device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmPhoneEntry  

ccmPhoneIndex 1.3.6.1.4.1.9.9.156.1.2.1.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Phone within the CallManager.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmPhonePhysicalAddress 1.3.6.1.4.1.9.9.156.1.2.1.1.2
The physical address(MAC address) of the IP phone.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ccmPhoneType 1.3.6.1.4.1.9.9.156.1.2.1.1.3
The type of the phone device. unknown: Unknown phone type other: Unidentified phone type cisco30SPplus: IP Phone 30 SP+ cisco12SPplus: IP Phone 12 SP+ cisco12SP: IP Phone 12 SP cisco12S: IP Phone 12 S cisco30VIP: IP Phone 30 VIP ciscoTeleCasterBid: IP Phone Telecaster 7910 ciscoTeleCasterMgr: IP Phone Telecaster 7960 ciscoTeleCasterBusiness: IP Phone Telecaster 7940 ciscoSoftPhone: Softphone ciscoConferencePhone: IP Conference Station 7935 cisco7902: IP Phone 7902 cisco7905: IP Phone 7905 cisco7912: IP Phone 7912 cisco7970: IP Phone 7970.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), cisco30SPplus(3), cisco12SPplus(4), cisco12SP(5), cisco12S(6), cisco30VIP(7), ciscoTeleCasterBid(8), ciscoTeleCasterMgr(9), ciscoTeleCasterBusiness(10), ciscoSoftPhone(11), ciscoConferencePhone(12), cisco7902(13), cisco7905(14), cisco7912(15), cisco7970(16)  

ccmPhoneDescription 1.3.6.1.4.1.9.9.156.1.2.1.1.4
The description about the phone itself.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmPhoneUserName 1.3.6.1.4.1.9.9.156.1.2.1.1.5
The name of the user of the phone. When the phone is not in use, the name would refer to the last known user of the phone.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmPhoneIpAddress 1.3.6.1.4.1.9.9.156.1.2.1.1.6
The last known IP address of the phone.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ccmPhoneStatus 1.3.6.1.4.1.9.9.156.1.2.1.1.7
The status of the phone. The status of the Phone changes from Unknown to registered when it registers itself with the local CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceStatus  

ccmPhoneTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.2.1.1.8
The time when the phone last registered with the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneE911Location 1.3.6.1.4.1.9.9.156.1.2.1.1.9
The E911 location of the phone.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmPhoneLoadID 1.3.6.1.4.1.9.9.156.1.2.1.1.10
This object identifies the configured load ID for the phone device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmPhoneLastError 1.3.6.1.4.1.9.9.156.1.2.1.1.11
A positive value or 0 indicates the last error reported by the phone. A value of -1 indicates that the last error reported is Unknown.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 -1..65535  

ccmPhoneTimeLastError 1.3.6.1.4.1.9.9.156.1.2.1.1.12
The amount of time elapsed since the last phone error occurred. The reference point for this time is the time the last error occurred, as reported by the local CUCM.
Status: obsolete Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.2.1.1.13
A positive value of this index is used to identify the Device Pool to which this Phone entry belongs. A value of 0 indicates that the index to the Device Pool table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmPhoneInetAddressType 1.3.6.1.4.1.9.9.156.1.2.1.1.14
This object identifies the IP address type of the phone.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmPhoneInetAddress 1.3.6.1.4.1.9.9.156.1.2.1.1.15
This object identifies the last known IP address of the phone. The type of address for this is identified by ccmPhoneInetAddressType.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmPhoneStatusReason 1.3.6.1.4.1.9.9.156.1.2.1.1.16
The reason code associated with the phone status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmPhoneTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.2.1.1.17
The time the status of the phone changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneProductTypeIndex 1.3.6.1.4.1.9.9.156.1.2.1.1.18
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmPhoneProtocol 1.3.6.1.4.1.9.9.156.1.2.1.1.19
The protocol used between the phone and Cisco Call Manager.
Status: current Access: read-only
OBJECT-TYPE    
  CcmPhoneProtocolType  

ccmPhoneName 1.3.6.1.4.1.9.9.156.1.2.1.1.20
The name of the phone. The name of the phone can be + MAC Address, where 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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmPhoneInetAddressIPv4 1.3.6.1.4.1.9.9.156.1.2.1.1.21
This object identifies the last known primary IPv4 address of the Phone Device. This object contains value zero if IPV4 address is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

ccmPhoneInetAddressIPv6 1.3.6.1.4.1.9.9.156.1.2.1.1.22
This object identifies the last known primary IPv6 address of the Phone device. This object contains value zero if IPV6 address is not available
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

ccmPhoneIPv4Attribute 1.3.6.1.4.1.9.9.156.1.2.1.1.23
This object identifies the scope of ccmPhoneInetAddressIPv4. unknown(0): It is not known if ccmPhoneInetAddressIPv4 is used for Administration purpose or Controlling purpose. adminOnly(1): ccmPhoneInetAddressIPv4 is used for the serviceability/administrative purpose. controlOnly(2): ccmPhoneInetAddressIPv4 is used for signaling/registration purpose. adminAndControl(3): ccmPhoneInetAddressIPv4 is used for controlling as well as administrative purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), adminOnly(1), controlOnly(2), adminAndControl(3)  

ccmPhoneIPv6Attribute 1.3.6.1.4.1.9.9.156.1.2.1.1.24
This object identifies the scope of ccmPhoneInetAddressIPv6. unknown(0): It is not known if ccmPhoneInetAddressIPv6 is used for Administration purpose or Controlling purpose. adminOnly(1): ccmPhoneInetAddressIPv6 is used for the serviceability/administrative purpose. controlOnly(2): ccmPhoneInetAddressIPv6 is used for signaling/registration purpose. adminAndControl(3):ccmPhoneInetAddressIPv6 is used for controlling as well as administrative purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), adminOnly(1), controlOnly(2), adminAndControl(3)  

ccmPhoneActiveLoadID 1.3.6.1.4.1.9.9.156.1.2.1.1.25
This object identifies the ID of actual load that is successfully loaded and running on the phone device. If the phone is successfully upgraded to the new load then ccmPhoneLoadID and ccmPhoneActiveLoadID will have same value. If the upgrade fails then the ccmPhoneLoadID has the configured load ID and ccmPhoneActiveLoadID has the actual load ID that is running on the phone.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ccmPhoneUnregReason 1.3.6.1.4.1.9.9.156.1.2.1.1.26
The reason code associated with unregistered phone.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmPhoneRegFailReason 1.3.6.1.4.1.9.9.156.1.2.1.1.27
The reason code associated with registration failed phone.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmPhoneExtensionTable 1.3.6.1.4.1.9.9.156.1.2.2
The table containing the list of all phone extensions associated with the registered and unregistered phones in the ccmPhoneTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmPhoneExtensionEntry

ccmPhoneExtensionEntry 1.3.6.1.4.1.9.9.156.1.2.2.1
An entry (conceptual row) in the phone extension Table, containing the information about a particular phone extension.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmPhoneExtensionEntry  

ccmPhoneExtensionIndex 1.3.6.1.4.1.9.9.156.1.2.2.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Phone Extension within the CallManager.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmPhoneExtension 1.3.6.1.4.1.9.9.156.1.2.2.1.2
The extension number of the extension.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

ccmPhoneExtensionIpAddress 1.3.6.1.4.1.9.9.156.1.2.2.1.3
The IP address of the extension.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ccmPhoneExtensionMultiLines 1.3.6.1.4.1.9.9.156.1.2.2.1.4
The number of multiline appearances for each phone extension.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccmPhoneExtensionInetAddressType 1.3.6.1.4.1.9.9.156.1.2.2.1.5
Represents the type of address stored in ccmPhoneExtensionInetAddress.
Status: obsolete Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmPhoneExtensionInetAddress 1.3.6.1.4.1.9.9.156.1.2.2.1.6
The IP address of the extension.
Status: obsolete Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmPhoneFailedTable 1.3.6.1.4.1.9.9.156.1.2.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmPhoneFailedEntry

ccmPhoneFailedEntry 1.3.6.1.4.1.9.9.156.1.2.3.1
An entry (conceptual row) in the PhoneFailed Table, one for each phone failure in the CUCM.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmPhoneFailedEntry  

ccmPhoneFailedIndex 1.3.6.1.4.1.9.9.156.1.2.3.1.1
An arbitrary integer, selected by the local CUCM, which is incremented with each new entry in the ccmPhoneFailedTable. This integer value will wrap if needed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmPhoneFailedTime 1.3.6.1.4.1.9.9.156.1.2.3.1.2
The time when the phone failed to register with the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneFailedName 1.3.6.1.4.1.9.9.156.1.2.3.1.3
The name assigned to the phone when it is added to the CallManager. It contains an ASCII form of the phone's MAC Address.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

ccmPhoneFailedInetAddressType 1.3.6.1.4.1.9.9.156.1.2.3.1.4
This object identifies the IP address type of the phone that is experiencing communication failure. The value of this object is 'unknown(0)' if the IP address of a phone is not available.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmPhoneFailedInetAddress 1.3.6.1.4.1.9.9.156.1.2.3.1.5
This object identifies the last known IP address of the phone experiencing a communication failure. If the IP address of a device is not available then this object contains an empty string. The type of address for this is identified by ccmPhoneFailedInetAddressType
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmPhoneFailCauseCode 1.3.6.1.4.1.9.9.156.1.2.3.1.6
States the reason for the phone device communication error.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmPhoneFailedMacAddress 1.3.6.1.4.1.9.9.156.1.2.3.1.7
The MAC address of the failed phone.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ccmPhoneFailedInetAddressIPv4 1.3.6.1.4.1.9.9.156.1.2.3.1.8
This object identifies the last known primary IPv4 address of the phone experiencing a communication failure. This object contains value zero if IPV4 address is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

ccmPhoneFailedInetAddressIPv6 1.3.6.1.4.1.9.9.156.1.2.3.1.9
This object identifies the last known primary IPv6 address of the phone experiencing a communication failure. This object contains value zero if IPV6 address is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

ccmPhoneFailedIPv4Attribute 1.3.6.1.4.1.9.9.156.1.2.3.1.10
This object identifies the scope of ccmPhoneFailedInetAddressIPv4. unknown(0):It is not known if ccmPhoneFailedInetAddressIPv4 is used for Administration purpose or Controlling purpose. adminOnly(1): ccmPhoneFailedInetAddressIPv4 is used for the serviceability/administrative purpose. controlOnly(2): ccmPhoneFailedInetAddressIPv4 is used for signaling/registration purpose. adminAndControl(3): ccmPhoneFailedInetAddressIPv4 is used for controlling as well as administrative purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), adminOnly(1), controlOnly(2), adminAndControl(3)  

ccmPhoneFailedIPv6Attribute 1.3.6.1.4.1.9.9.156.1.2.3.1.11
This object identifies the scope of ccmPhoneFailedInetAddressIPv6. unknown(0):It is not known if ccmPhoneFailedInetAddressIPv6 is used for Administration purpose or Controlling purpose. adminOnly(1): ccmPhoneFailedInetAddressIPv6 is used for the serviceability/administrative purpose. controlOnly(2): ccmPhoneFailedInetAddressIPv6 is used for signaling/registration purpose. adminAndControl(3): ccmPhoneFailedInetAddressIPv6 is used for controlling as well as administrative purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), adminOnly(1), controlOnly(2), adminAndControl(3)  

ccmPhoneFailedRegFailReason 1.3.6.1.4.1.9.9.156.1.2.3.1.12
The reason code associated with registration failed phone.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmPhoneStatusUpdateTable 1.3.6.1.4.1.9.9.156.1.2.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmPhoneStatusUpdateEntry

ccmPhoneStatusUpdateEntry 1.3.6.1.4.1.9.9.156.1.2.4.1
An entry (conceptual row) in the PhoneStatusUpdate Table, one for each phone status update in the CUCM.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmPhoneStatusUpdateEntry  

ccmPhoneStatusUpdateIndex 1.3.6.1.4.1.9.9.156.1.2.4.1.1
An arbitrary integer, selected by the local CUCM, which is incremented with each new entry in the ccmPhoneStatusUpdateTable. This integer value will wrap if needed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmPhoneStatusPhoneIndex 1.3.6.1.4.1.9.9.156.1.2.4.1.2
A positive value of this index is used to identify an entry in the ccmPhoneTable. A value of 0 indicates that the index to the ccmPhoneTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmPhoneStatusUpdateTime 1.3.6.1.4.1.9.9.156.1.2.4.1.3
The time of the phone's registration status change.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneStatusUpdateType 1.3.6.1.4.1.9.9.156.1.2.4.1.4
States the type of phone status change. unknown: Unknown status phoneRegistered: Phone has registered with the Callmanager phoneUnregistered: Phone is no longer registered with the callmanager phonePartiallyregistered: Phone is partially registered with the callmanager.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), phoneRegistered(2), phoneUnregistered(3), phonePartiallyregistered(4)  

ccmPhoneStatusUpdateReason 1.3.6.1.4.1.9.9.156.1.2.4.1.5
The reason code associated with the phone status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmPhoneStatusUnregReason 1.3.6.1.4.1.9.9.156.1.2.4.1.6
The reason code associated with unregistered phone.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmPhoneStatusRegFailReason 1.3.6.1.4.1.9.9.156.1.2.4.1.7
The reason code associated with registration failed phone.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmPhoneExtnTable 1.3.6.1.4.1.9.9.156.1.2.5
The table containing the list of all phone extensions associated with the registered and unregistered phones in the ccmPhoneTable. This table has combination index ccmPhoneIndex, ccmPhoneExtnIndex so the ccmPhoneTable and the ccmPhoneExtnTable entries can be related.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmPhoneExtnEntry

ccmPhoneExtnEntry 1.3.6.1.4.1.9.9.156.1.2.5.1
An entry (conceptual row) in the phone extension Table, containing the information about a particular phone extension.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmPhoneExtnEntry  

ccmPhoneExtnIndex 1.3.6.1.4.1.9.9.156.1.2.5.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Phone Extension within the CallManager.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmPhoneExtn 1.3.6.1.4.1.9.9.156.1.2.5.1.2
The extension number of the extension.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

ccmPhoneExtnMultiLines 1.3.6.1.4.1.9.9.156.1.2.5.1.3
The number of multiline appearances for each phone extension.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccmPhoneExtnInetAddressType 1.3.6.1.4.1.9.9.156.1.2.5.1.4
This object identifies the IP address type of the phone extension.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmPhoneExtnInetAddress 1.3.6.1.4.1.9.9.156.1.2.5.1.5
This object identifies the IP address of the phone extension. The type of address for this is identified by ccmPhoneExtnInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmPhoneExtnStatus 1.3.6.1.4.1.9.9.156.1.2.5.1.6
Represents the status of this phone line.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceLineStatus  

ccmGatewayTable 1.3.6.1.4.1.9.9.156.1.3.1
The table containing the list of all gateway devices which have tried to register with the local CUCM at least once. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmGatewayEntry

ccmGatewayEntry 1.3.6.1.4.1.9.9.156.1.3.1.1
An entry (conceptual row) in the gateway Table, one for each gateway device in the CUCM.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmGatewayEntry  

ccmGatewayIndex 1.3.6.1.4.1.9.9.156.1.3.1.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Gateway within the scope of the local call manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmGatewayName 1.3.6.1.4.1.9.9.156.1.3.1.1.2
This is the Gateway name assigned to the Gateway in the CallManager. This name is assigned when a new device of type Gateway is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmGatewayType 1.3.6.1.4.1.9.9.156.1.3.1.1.3
The type of the gateway device. unknown(1): Unknown Gateway type other(2): Unidentified Gateway type ciscoAnalogAccess(3): Analog Access ciscoDigitalAccessPRI(4): Digital Access PRI ciscoDigitalAccessT1(5): Digital Access T1 ciscoDigitalAccessPRIPlus(6): Digital Access PRI Plus ciscoDigitalAccessWSX6608E1(7): Cat 6000 Digital Access E1 ciscoDigitalAccessWSX6608T1(8): Cat 6000 Digital Access T1 ciscoAnalogAccessWSX6624(9): Cat 6000 Analog Access FXS ciscoMGCPStation(10): MGCP Gateway ciscoDigitalAccessE1Plus(11): Digital Access E1 Plus ciscoDigitalAccessT1Plus(12): Digital Access T1 Plus ciscoDigitalAccessWSX6608PRI(13): Cat 6000 Digital Access PRI ciscoAnalogAccessWSX6612(14): Cat 6000 Analog Access FXO ciscoMGCPTrunk(15): MGCP Trunk ciscoVG200(16): VG200 cisco26XX(17): 26XX cisco362X(18): 362X cisco364X(19): 364X cisco366X(20): 366X ciscoCat4224VoiceGatewaySwitch(21): Cisco Catalyst 4224 Voice Gateway Switch ciscoCat4000AccessGatewayModule(22): Cisco Catalyst 4000 Access Gateway Module ciscoIAD2400(23): Cisco IAD2400 ciscoVGCEndPoint(24): Cisco VGC Phone ciscoVG224VG248Gateway(25): Cisco VGC Gateway ciscoVGCBox(26): Cisco VGC Box ciscoATA186(27): Cisco ATA 186 ciscoICS77XXMRP2XX(28): Cisco ICS77XX-MRP2XX ciscoICS77XXASI81(29): Cisco ICS77XX-ASI81 ciscoICS77XXASI160(30): Cisco ICS77XX-ASI160 ciscoSlotVGCPort(31): Cisco VGC Port ciscoCat6000AVVIDServModule(32): Cisco Catalyst 6000 AVVID Services Module ciscoWSX6600(33): WS-X6600 ciscoWSSVCCMMMS(34): Cisco WS-SVC-CMM-MS cisco3745(35): Cisco 3745 cisco3725(36): Cisco 3725 ciscoICS77XXMRP3XX(37): Cisco ICS77XX MRP3XX ciscoICS77XXMRP38FXS(38): Cisco ICS77XX MRP3 8FXS ciscoICS77XXMRP316FXS(39): Cisco ICS77XX MRP3 16FXS ciscoICS77XXMRP38FXOM1(40): Cisco ICS77XX MRP3 8FXO M1 cisco269X(41): Cisco 269X cisco1760(42): Cisco 1760 cisco1751(43): Cisco 1751 ciscoMGCPBRIPort(44) Cisco MGCP BRI Port.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), ciscoAnalogAccess(3), ciscoDigitalAccessPRI(4), ciscoDigitalAccessT1(5), ciscoDigitalAccessPRIPlus(6), ciscoDigitalAccessWSX6608E1(7), ciscoDigitalAccessWSX6608T1(8), ciscoAnalogAccessWSX6624(9), ciscoMGCPStation(10), ciscoDigitalAccessE1Plus(11), ciscoDigitalAccessT1Plus(12), ciscoDigitalAccessWSX6608PRI(13), ciscoAnalogAccessWSX6612(14), ciscoMGCPTrunk(15), ciscoVG200(16), cisco26XX(17), cisco362X(18), cisco364X(19), cisco366X(20), ciscoCat4224VoiceGatewaySwitch(21), ciscoCat4000AccessGatewayModule(22), ciscoIAD2400(23), ciscoVGCEndPoint(24), ciscoVG224VG248Gateway(25), ciscoVGCBox(26), ciscoATA186(27), ciscoICS77XXMRP2XX(28), ciscoICS77XXASI81(29), ciscoICS77XXASI160(30), ciscoSlotVGCPort(31), ciscoCat6000AVVIDServModule(32), ciscoWSX6600(33), ciscoWSSVCCMMMS(34), cisco3745(35), cisco3725(36), ciscoICS77XXMRP3XX(37), ciscoICS77XXMRP38FXS(38), ciscoICS77XXMRP316FXS(39), ciscoICS77XXMRP38FXOM1(40), cisco269X(41), cisco1760(42), cisco1751(43), ciscoMGCPBRIPort(44)  

ccmGatewayDescription 1.3.6.1.4.1.9.9.156.1.3.1.1.4
The description attached to the gateway device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmGatewayStatus 1.3.6.1.4.1.9.9.156.1.3.1.1.5
The status of the gateway. The Gateway status changes from Unknown to Registered when the Gateway registers itself with the local CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceStatus  

ccmGatewayDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.3.1.1.6
A positive value of this index is used to identify the Device Pool to which this Gateway entry belongs. A value of 0 indicates that the index to the Device Pool table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmGatewayInetAddressType 1.3.6.1.4.1.9.9.156.1.3.1.1.7
This object identifies the IP address type of the Gateway device. The value of this object is 'unknown(0)' if the IP address of a Gateway device is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmGatewayInetAddress 1.3.6.1.4.1.9.9.156.1.3.1.1.8
This object identifies last known IP Address of the gateway. If the IP address is not available then this object contains an empty string. The type of address for this is identified by ccmGatewayInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmGatewayProductId 1.3.6.1.4.1.9.9.156.1.3.1.1.9
The product identifier of the gateway device.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CcmDeviceProductId  

ccmGatewayStatusReason 1.3.6.1.4.1.9.9.156.1.3.1.1.10
The reason code associated with the gateway status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmGatewayTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.3.1.1.11
The time the status of the gateway changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmGatewayTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.3.1.1.12
The time the gateway last registered with the call manager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmGatewayDChannelStatus 1.3.6.1.4.1.9.9.156.1.3.1.1.13
The D-Channel status of the gateway. active(1): The D-Channel is up inActive(1): The D-Channel is down unknown(3): The D-Channel status is unknown notApplicable(4): The D-channel status is not applicable for this gateway.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inActive(2), unknown(3), notApplicable(4)  

ccmGatewayDChannelNumber 1.3.6.1.4.1.9.9.156.1.3.1.1.14
The D-Channel number of the gateway. A value of -1 in this field indicates that the DChannel number is not applicable for this gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..24  

ccmGatewayProductTypeIndex 1.3.6.1.4.1.9.9.156.1.3.1.1.15
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmGatewayUnregReason 1.3.6.1.4.1.9.9.156.1.3.1.1.16
The reason code associated with unregistered gateway.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmGatewayRegFailReason 1.3.6.1.4.1.9.9.156.1.3.1.1.17
The reason code associated with registration failed gateway.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmGatewayTrunkTable 1.3.6.1.4.1.9.9.156.1.4.1
The table containing the list of all gateway trunks in a CCN system. When the local CUCM is restarted, this table will be refreshed.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmGatewayTrunkEntry

ccmGatewayTrunkEntry 1.3.6.1.4.1.9.9.156.1.4.1.1
An entry (conceptual row) in the gateway trunk table, one for each gateway trunk in a CCN system.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmGatewayTrunkEntry  

ccmGatewayTrunkIndex 1.3.6.1.4.1.9.9.156.1.4.1.1.1
An arbitrary integer, selected by the local CUCM, which uniquely identifies a Gateway trunk within the scope of a CallManager.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmGatewayTrunkType 1.3.6.1.4.1.9.9.156.1.4.1.1.2
The type of the gateway Trunk. unknown: Unknown Trunk other: Unidentified Trunk type trunkGroundStart: Provides Far-End Disconnect Supervision trunkLoopStart: Provides No Far-End Disconnect Supervision trunkDID: Direct Inward Dial trunkPOTS: Plain Old Telephone Service trunkEM1: E&M Type 1 trunkEM2: E&M Type 2 trunkEM3: E&M Type 3 trunkEM4: E&M Type 4 trunkEM5: E&M Type 5 analog: Analog pri: PRI bri: BRI.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), trunkGroundStart(3), trunkLoopStart(4), trunkDID(5), trunkPOTS(6), trunkEM1(7), trunkEM2(8), trunkEM3(9), trunkEM4(10), trunkEM5(11), analog(12), pri(13), bri(14)  

ccmGatewayTrunkName 1.3.6.1.4.1.9.9.156.1.4.1.1.3
The name of the trunk.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmTrunkGatewayIndex 1.3.6.1.4.1.9.9.156.1.4.1.1.4
A positive value of this index is used to identify the Gateway to which this Trunk entry belongs. A value of 0 indicates that the index to the Gateway table is Unknown.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmGatewayTrunkStatus 1.3.6.1.4.1.9.9.156.1.4.1.1.5
The state of the trunk. The Trunk status changes from Unknown to Up when it registers itself with the local CUCM. unknown: Unknown state of Trunk up: Up and running, and is Idle with no calls busy: The trunk is in a Busy state down: The trunk is Down.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), busy(3), down(4)  

ccmActivePhones 1.3.6.1.4.1.9.9.156.1.5.1
The number of phones connected to this CM and actively in communication (via keepalives) with this CallManager.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

ccmInActivePhones 1.3.6.1.4.1.9.9.156.1.5.2
The number of phones that are registered with the Call Manager but have lost contact with the CallManager. The phones are said to have lost contact with the CallManager if the CallManager does not receive any keepalives.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

ccmActiveGateways 1.3.6.1.4.1.9.9.156.1.5.3
The number of gateways configured with this CallManager and actively in communication (via keepalives) with the Call Manager.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

ccmInActiveGateways 1.3.6.1.4.1.9.9.156.1.5.4
The number of gateways that are registered with the Call Manager but have lost contact with the CallManager. The gateways are said to have lost contact with the CallManager if the CallManager does not receive any keepalives.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRegisteredPhones 1.3.6.1.4.1.9.9.156.1.5.5
The number of phones that are registered and actively in communication with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmUnregisteredPhones 1.3.6.1.4.1.9.9.156.1.5.6
The number of phone that are unregistered or have lost contact with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRejectedPhones 1.3.6.1.4.1.9.9.156.1.5.7
The number of phones whose registration requests were rejected by the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRegisteredGateways 1.3.6.1.4.1.9.9.156.1.5.8
The number of gateways that are registered and actively in communication with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmUnregisteredGateways 1.3.6.1.4.1.9.9.156.1.5.9
The number of gateways that are unregistered or have lost contact with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRejectedGateways 1.3.6.1.4.1.9.9.156.1.5.10
The number of gateways whose registration requests were rejected by the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRegisteredMediaDevices 1.3.6.1.4.1.9.9.156.1.5.11
The number of media devices that are registered and actively in communication with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmUnregisteredMediaDevices 1.3.6.1.4.1.9.9.156.1.5.12
The number of media devices that are unregistered or have lost contact with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRejectedMediaDevices 1.3.6.1.4.1.9.9.156.1.5.13
The number of media devices whose registration requests were rejected by the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRegisteredCTIDevices 1.3.6.1.4.1.9.9.156.1.5.14
The number of CTI devices that are registered and actively in communication with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmUnregisteredCTIDevices 1.3.6.1.4.1.9.9.156.1.5.15
The number of CTI devices that are unregistered or have lost contact with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRejectedCTIDevices 1.3.6.1.4.1.9.9.156.1.5.16
The number of CTI devices whose registration requests were rejected by the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRegisteredVoiceMailDevices 1.3.6.1.4.1.9.9.156.1.5.17
The number of voice messaging devices that are registered and actively in communication with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmUnregisteredVoiceMailDevices 1.3.6.1.4.1.9.9.156.1.5.18
The number of voice messaging devices that are unregistered or have lost contact with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmRejectedVoiceMailDevices 1.3.6.1.4.1.9.9.156.1.5.19
The number of voice messaging devices whose registration requests were rejected by the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmCallManagerStartTime 1.3.6.1.4.1.9.9.156.1.5.20
The last time the local call manager service started. This is available only when the local call manager is up and running.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmPhoneTableStateId 1.3.6.1.4.1.9.9.156.1.5.21
The current state of ccmPhoneTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmPhoneTable. This value and ccmCallManagerStartTime should be used together to find if the table has changed or not. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmPhoneExtensionTableStateId 1.3.6.1.4.1.9.9.156.1.5.22
The current state of ccmPhoneExtensionTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmPhoneExtensionTable. This value and ccmCallManagerStartTime should be used together to find if the table has changed or not. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmPhoneStatusUpdateTableStateId 1.3.6.1.4.1.9.9.156.1.5.23
The current state of ccmPhoneStatusUpdateTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmPhoneStatusUpdateTable. This value and sysUpTime should be used together to find if the table has changed or not. When the SNMP service is restarted this value will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmGatewayTableStateId 1.3.6.1.4.1.9.9.156.1.5.24
The current state of ccmGatewayTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmGatewayTable. This value and ccmCallManagerStartTime should be used together to find if the table has changed or not. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmCTIDeviceTableStateId 1.3.6.1.4.1.9.9.156.1.5.25
The current state of ccmCTIDeviceTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmCTIDeviceTable. This value and ccmCallManagerStartTime should be used together to find if the table has changed or not. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmCTIDeviceDirNumTableStateId 1.3.6.1.4.1.9.9.156.1.5.26
The current state of ccmCTIDeviceDirNumTable. The initial value of this object is 0 and it will be incremented every time when there is a change (addition/deletion/modification) to the ccmCTIDeviceDirNumTable. This value and ccmCallManagerStartTime should be used together to find if the table has changed or not. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmPhStatUpdtTblLastAddedIndex 1.3.6.1.4.1.9.9.156.1.5.27
The ccmPhoneStatusUpdateIndex value of the last entry that was added to the ccmPhoneStatusUpdateTable. This value together with sysUpTime can be used by the manager applications to identify the new entries in the ccmPhoneStatusUpdateTable since their last poll. This value need not be the same as the highest index in the ccmPhoneStatusUpdateTable as the index could have wrapped around. The initial value of this object is 0 which indicates that there has been no entries added to this table. When the SNMP service is restarted this value will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmPhFailedTblLastAddedIndex 1.3.6.1.4.1.9.9.156.1.5.28
The ccmPhoneFailedIndex value of the last entry that was added to the ccmPhoneFailedTable. This value together with sysUpTime can be used by the manager applications to identify the new entries in the ccmPhoneFailedTable since their last poll. This value need not be the same as the highest index in the ccmPhoneFailedTable as the index could have wrapped around. The initial value of this object is 0 which indicates that there has been no entries added to this table. When the SNMP service is restarted this value will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmSystemVersion 1.3.6.1.4.1.9.9.156.1.5.29
The installed version of the local call manager system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmInstallationId 1.3.6.1.4.1.9.9.156.1.5.30
The installation component identifier of the local call manager component(ccm.exe).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmPartiallyRegisteredPhones 1.3.6.1.4.1.9.9.156.1.5.31
The number of phones that are partially registered with the local call manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccmH323TableEntries 1.3.6.1.4.1.9.9.156.1.5.32
The current number of entries in ccmH323DeviceTable. The initial value of this object is 0 and it will be incremented everytime when there is an addition to the ccmH323DeviceTable. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmSIPTableEntries 1.3.6.1.4.1.9.9.156.1.5.33
The current number of entries in ccmSIPDeviceTable. The initial value of this object is 0 and it will be incremented everytime when there is an addition to the ccmSIPDeviceTable. When the call manager is restarted, this will be reset to 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ccmMediaDeviceTable 1.3.6.1.4.1.9.9.156.1.6.1
The table containing a list of all Media Devices which have tried to register with the local CUCM at least once. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmMediaDeviceEntry

ccmMediaDeviceEntry 1.3.6.1.4.1.9.9.156.1.6.1.1
An entry (conceptual row) in the MediaDevice Table, containing the information about a particular Media Resource device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmMediaDeviceEntry  

ccmMediaDeviceIndex 1.3.6.1.4.1.9.9.156.1.6.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a Media Device entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmMediaDeviceName 1.3.6.1.4.1.9.9.156.1.6.1.1.2
This is the device name assigned to the Media Device. This name is assigned when a new device of this type is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMediaDeviceType 1.3.6.1.4.1.9.9.156.1.6.1.1.3
The type of Media Device. unknown(1): Unknown Media Device ciscoMediaTerminPointWSX6608(2): Hardware based Media Termination Point WSX6608 ciscoConfBridgeWSX6608(3): Hardware based Conference Bridge WSX6608 ciscoSwMediaTerminationPoint(4): Software based Media Termination Point ciscoSwConfBridge(5): Software based Conference Bridge ciscoMusicOnHold(6): Music on Hold Server ciscoToneAnnouncementPlayer(7): Tone Announcement Player ciscoConfBridgeWSSVCCMM(8): Conference Bridge WS-SVC-CMM ciscoMediaServerWSSVCCMMMS(9): Media Server WS-SVC-CMM-MS ciscoMTPWSSVCCMM(10): Media Termination Point WS-SVC-CMM ciscoIOSSWMTPHDV2(11): IOS Software Media Termination Point HDV2 ciscoIOSConfBridgeHDV2(12): IOS Conference Bridge HDV2 ciscoIOSMTPHDV2(13): IOS Media Termination Point HDV2 ciscoVCBIPVC35XX(14): Video Conference Bridge IPVC 35XX.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ciscoMediaTerminPointWSX6608(2), ciscoConfBridgeWSX6608(3), ciscoSwMediaTerminationPoint(4), ciscoSwConfBridge(5), ciscoMusicOnHold(6), ciscoToneAnnouncementPlayer(7), ciscoConfBridgeWSSVCCMM(8), ciscoMediaServerWSSVCCMMMS(9), ciscoMTPWSSVCCMM(10), ciscoIOSSWMTPHDV2(11), ciscoIOSConfBridgeHDV2(12), ciscoIOSMTPHDV2(13), ciscoVCBIPVC35XX(14)  

ccmMediaDeviceDescription 1.3.6.1.4.1.9.9.156.1.6.1.1.4
A description of the Media Device. This description is given when the device is configured in the CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMediaDeviceStatus 1.3.6.1.4.1.9.9.156.1.6.1.1.5
The status of the Media Device. The status changes from unknown to registered when it registers itself with the local CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceStatus  

ccmMediaDeviceDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.6.1.1.6
A positive value of this index is used to identify the Device Pool to which this MediaDevice entry belongs. A value of 0 indicates that the index to the Device Pool table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmMediaDeviceInetAddressType 1.3.6.1.4.1.9.9.156.1.6.1.1.7
This object identifies the IP address type of the Media Device. The value of this object is 'unknown(0)' if the IP address of a Media Device is not available.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmMediaDeviceInetAddress 1.3.6.1.4.1.9.9.156.1.6.1.1.8
This object identifies last known IP Address of the Media Device. If the IP Address is not available then this object contains an empty string. The type of address for this is identified by ccmMediaDeviceInetAddressType.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmMediaDeviceStatusReason 1.3.6.1.4.1.9.9.156.1.6.1.1.9
The reason code associated with the media device status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmMediaDeviceTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.6.1.1.10
The time the status of the media device changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmMediaDeviceTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.6.1.1.11
The time the media device last registered with the call manager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmMediaDeviceProductTypeIndex 1.3.6.1.4.1.9.9.156.1.6.1.1.12
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmMediaDeviceInetAddressIPv4 1.3.6.1.4.1.9.9.156.1.6.1.1.13
This object identifies the last known primary IPv4 address of the Media Device. This object contains value zero if IPV4 address is not available
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

ccmMediaDeviceInetAddressIPv6 1.3.6.1.4.1.9.9.156.1.6.1.1.14
This object identifies the last known primary IPv6 address of the Media Device. This object contains value zero if IPV6 address is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

ccmMediaDeviceUnregReason 1.3.6.1.4.1.9.9.156.1.6.1.1.15
The reason code associated with unregistered Media Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmMediaDeviceRegFailReason 1.3.6.1.4.1.9.9.156.1.6.1.1.16
The reason code associated with registration failed Media Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmGatekeeperTable 1.3.6.1.4.1.9.9.156.1.7.1
The table containing a list of all Gatekeepers to which the local CUCM has tried to register at least once. When the local CUCM is restarted, this table will be refreshed.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmGatekeeperEntry

ccmGatekeeperEntry 1.3.6.1.4.1.9.9.156.1.7.1.1
An entry (conceptual row) in the Gatekeeper Table, containing the information about a particular Gatekeeper that the local call manager tried to register with.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmGatekeeperEntry  

ccmGatekeeperIndex 1.3.6.1.4.1.9.9.156.1.7.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a Gatekeeper entry in the table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmGatekeeperName 1.3.6.1.4.1.9.9.156.1.7.1.1.2
This is the Gatekeeper name assigned to the Gatekeeper. This name is assigned when a new device of type Gatekeeper is added to the CallManager.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmGatekeeperType 1.3.6.1.4.1.9.9.156.1.7.1.1.3
The type of Gatekeeper. unknown: Unknown Gatekeeper other: Unidentified Gatekeeper terminal: Terminal gateway: Gateway.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), terminal(3), gateway(4)  

ccmGatekeeperDescription 1.3.6.1.4.1.9.9.156.1.7.1.1.4
A description of the Gatekeeper. This description is given when the Gatekeeper is configured in the CUCM.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmGatekeeperStatus 1.3.6.1.4.1.9.9.156.1.7.1.1.5
The local call manager registration status with the Gatekeeper. The status changes from unknown to registered when the local call manager successfully registers itself with the gatekeeper. unknown: The registration status of the call manager with the gatekeeper is unknown registered: The local call manager has registered with the gatekeeper successfully unregistered: The local call manager is no longer registered with the gatekeeper rejected: Registration request from the local call manager was rejected by the gatekeeper.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), registered(2), unregistered(3), rejected(4)  

ccmGatekeeperDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.7.1.1.6
A positive value of this index is used to identify the Device Pool to which this Gatekeeper entry belongs. A value of 0 indicates that the index to the Device Pool table is Unknown.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmGatekeeperInetAddressType 1.3.6.1.4.1.9.9.156.1.7.1.1.7
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmGatekeeperInetAddress 1.3.6.1.4.1.9.9.156.1.7.1.1.8
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmCTIDeviceTable 1.3.6.1.4.1.9.9.156.1.8.1
The table containing a list of all CTI (Computer Telephony Integration) Devices which have tried to register with the local CUCM at least once. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmCTIDeviceEntry

ccmCTIDeviceEntry 1.3.6.1.4.1.9.9.156.1.8.1.1
An entry (conceptual row) in the CTIDevice Table, containing the information about a particular CTI Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmCTIDeviceEntry  

ccmCTIDeviceIndex 1.3.6.1.4.1.9.9.156.1.8.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a CTI Device entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmCTIDeviceName 1.3.6.1.4.1.9.9.156.1.8.1.1.2
The name of the CTI Device. This name is assigned to the CTI Device when it is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

ccmCTIDeviceType 1.3.6.1.4.1.9.9.156.1.8.1.1.3
The type of CTI Device. unknown: Unknown CTI Device other: Unidentified CTI Device ctiRoutePoint: A CTI Route Point ctiPort: A CTI Port.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), ctiRoutePoint(3), ctiPort(4)  

ccmCTIDeviceDescription 1.3.6.1.4.1.9.9.156.1.8.1.1.4
A description of the CTI Device. This description is given when the CTI Device is configured in the CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmCTIDeviceStatus 1.3.6.1.4.1.9.9.156.1.8.1.1.5
The status of the CTI Device. The CTI Device status changes from unknown to registered when it registers itself with the local CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceStatus  

ccmCTIDevicePoolIndex 1.3.6.1.4.1.9.9.156.1.8.1.1.6
A positive value of this index is used to identify the Device Pool to which this CTI Device entry belongs. A value of 0 indicates that the index to the Device Pool table is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmCTIDeviceInetAddressType 1.3.6.1.4.1.9.9.156.1.8.1.1.7
This object identifies the IP address type of the CTIDevice. The value of this object is 'unknown(0)' if the IP address of a CTIDevice is not available.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmCTIDeviceInetAddress 1.3.6.1.4.1.9.9.156.1.8.1.1.8
This object identifies IP Address of the host where this CTI Device is running. If the IP address is not available then this object contains an empty string. The type of address for this is identified by ccmCTIDeviceInetAddressType.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmCTIDeviceAppInfo 1.3.6.1.4.1.9.9.156.1.8.1.1.9
The appinfo string indicates the application name/ type that uses this CTI Device.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

ccmCTIDeviceStatusReason 1.3.6.1.4.1.9.9.156.1.8.1.1.10
The reason code associated with the CTI Device status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmCTIDeviceTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.8.1.1.11
The time the status of the CTI device changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmCTIDeviceTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.8.1.1.12
The time the CTI Device last registered with the call manager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmCTIDeviceProductTypeIndex 1.3.6.1.4.1.9.9.156.1.8.1.1.13
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmCTIDeviceInetAddressIPv4 1.3.6.1.4.1.9.9.156.1.8.1.1.14
This object identifies IPv4 Address of the host where this CTI Device is running. If the IPv4 address is not available then this object contains an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

ccmCTIDeviceInetAddressIPv6 1.3.6.1.4.1.9.9.156.1.8.1.1.15
This object identifies IPv6 Address of the host where this CTI Device is running. If the IPv6 address is not available then this object contains an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

ccmCTIDeviceUnregReason 1.3.6.1.4.1.9.9.156.1.8.1.1.16
The reason code associated with unregistered CTI Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmCTIDeviceRegFailReason 1.3.6.1.4.1.9.9.156.1.8.1.1.17
The reason code associated with registration failed CTI Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmCTIDeviceDirNumTable 1.3.6.1.4.1.9.9.156.1.8.2
The table containing a list of directory numbers that are assigned to all of the registered and unregistered CTI Devices in the ccmCTIDeviceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmCTIDeviceDirNumEntry

ccmCTIDeviceDirNumEntry 1.3.6.1.4.1.9.9.156.1.8.2.1
An entry (conceptual row) in the CTIDeviceDirNum Table, containing the information about a particular CTI Device extension.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmCTIDeviceDirNumEntry  

ccmCTIDeviceDirNumIndex 1.3.6.1.4.1.9.9.156.1.8.2.1.1
An arbitrary integer, selected by the local system, which identifies a Directory Number of a CTI Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmCTIDeviceDirNum 1.3.6.1.4.1.9.9.156.1.8.2.1.2
A Directory Number of the CTI Device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

ccmCallManagerAlarmEnable 1.3.6.1.4.1.9.9.156.1.9.1
Allows the generation of Alarms in response to CallManager general failures. true(1): Enabling this object will allow the CUCM agent to generate the following alarms - ccmCallManagerFailure, ccmMediaResourceListExhausted, ccmRouteListExhausted and ccmTLSConnectionFailure. This is the default value. false(2): Disabling this object will stop the generation of the following alarms by the CUCM agent - ccmCallManagerFailure ccmMediaResourceListExhausted, ccmRouteListExhausted and ccmTLSConnectionFailure.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ccmPhoneFailedAlarmInterval 1.3.6.1.4.1.9.9.156.1.9.2
The minimum interval between sending of the ccmPhoneFailed notification in seconds. The ccmPhoneFailed notification is only sent when there is at least one entry in the ccmPhoneFailedTable and the notification has not been sent for the last ccmPhoneFailedAlarmInterval defined in this object. A value of 0 indicates that the alarm notification is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 30..3600  

ccmPhoneFailedStorePeriod 1.3.6.1.4.1.9.9.156.1.9.3
The time duration for storing each entry in the ccmPhoneFailedTable. The entries which have not been updated and kept at least this period will be deleted. This value should ideally be set to a higher value than the ccmPhoneFailedAlarmInterval object.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1800..3600  

ccmPhoneStatusUpdateAlarmInterv 1.3.6.1.4.1.9.9.156.1.9.4
The minimum interval between sending of the ccmPhoneStatusUpdate notification in seconds. The ccmPhoneStatusUpdate notification is only sent when there is at least one entry in the ccmPhoneStatusUpdateTable and the notification has not been sent for the last ccmPhoneStatusUpdateAlarmInterv defined in this object. A value of 0 indicates that the alarm notification is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 30..3600  

ccmPhoneStatusUpdateStorePeriod 1.3.6.1.4.1.9.9.156.1.9.5
The time duration for storing each entry in the ccmPhoneStatusUpdateTable. The entries which have been kept at least this period will be deleted. This value should ideally be set to a higher value than the ccmPhoneStatusUpdateAlarmInterv object.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1800..3600  

ccmGatewayAlarmEnable 1.3.6.1.4.1.9.9.156.1.9.6
Allows the generation of Alarms in response to Gateway general failures that the CallManager is aware of. true(1): Enabling this object will allow the CUCM agent to generate the following alarms - ccmGatewayFailedReason and ccmGatewayLayer2Change notifications. This is the default value. false(2): Disabling this object will stop the generation of the following alarms by the CUCM agent - ccmGatewayFailedReason and ccmGatewayLayer2Change.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ccmMaliciousCallAlarmEnable 1.3.6.1.4.1.9.9.156.1.9.7
Allows the generation of alarms for malicious calls that the local call manager is aware of. true(1): Enabling this object will allow the CUCM agent to generate the ccmMaliciousCall alarm. This is the default value. false(2): Disabling this object will stop the generation of the ccmMaliciousCall alarm.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ccmAlarmSeverity 1.3.6.1.4.1.9.9.156.1.10.1
The Alarm Severity code. emergency: System unusable alert: Immediate response needed critical: Critical condition error: Error condition warning: Warning condition notice: Normal but significant condition informational: Informational situation.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7)  

ccmFailCauseCode 1.3.6.1.4.1.9.9.156.1.10.2
The Cause code of the failure. This cause is derived from a monitoring thread in the CallManager or from a heartbeat monitoring process. unknown: Unknown heartBeatStopped: The CallManager stops generating a heartbeat routerThreadDied: The CallManager detects the death of the router thread timerThreadDied: The CallManager detects the death of the timer thread criticalThreadDied: The CallManager detects the death of one of its critical threads deviceMgrInitFailed: The CallManager fails to start its device manager subsystem digitAnalysisInitFailed: The CallManager fails to start its digit analysis subsystem callControlInitFailed: The CallManager fails to start its call control subsystem linkMgrInitFailed: The CallManager fails to start its link manager subsystem dbMgrInitFailed: The CallManager fails to start its database manager subsystem msgTranslatorInitFailed: The CallManager fails to start its message translation manager subsystem suppServicesInitFailed: The CallManager fails to start its supplementary services subsystem.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), heartBeatStopped(2), routerThreadDied(3), timerThreadDied(4), criticalThreadDied(5), deviceMgrInitFailed(6), digitAnalysisInitFailed(7), callControlInitFailed(8), linkMgrInitFailed(9), dbMgrInitFailed(10), msgTranslatorInitFailed(11), suppServicesInitFailed(12)  

ccmPhoneFailures 1.3.6.1.4.1.9.9.156.1.10.3
The count of the phone initialization or communication failures that are stored in the ccmPhoneFailedTable object.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

ccmPhoneUpdates 1.3.6.1.4.1.9.9.156.1.10.4
The count of the phone status changes that are stored in the ccmPhoneStatusUpdateTable object.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

ccmGatewayFailCauseCode 1.3.6.1.4.1.9.9.156.1.10.5
States the reason for a gateway device communication error.
Status: deprecated Access: accessible-for-notify
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmMediaResourceType 1.3.6.1.4.1.9.9.156.1.10.6
The type of media resource. unknown: Unknown resource type mediaTerminationPoint: Media Termination Point transcoder: Transcoder conferenceBridge: Conference Bridge musicOnHold: Music On Hold.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), mediaTerminationPoint(2), transcoder(3), conferenceBridge(4), musicOnHold(5)  

ccmMediaResourceListName 1.3.6.1.4.1.9.9.156.1.10.7
The name of a Media Resource List. This name is assigned when a new Media Resource List is added to the CallManager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmRouteListName 1.3.6.1.4.1.9.9.156.1.10.8
The name of a Route List. This name is assigned when a new Route List is added to the CallManager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmGatewayPhysIfIndex 1.3.6.1.4.1.9.9.156.1.10.9
This object is the identifier of an interface in a gateway that has registered with the local CallManager. On a DS1/E1 interface, this should be the same as the ifIndex value in the gateway.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

ccmGatewayPhysIfL2Status 1.3.6.1.4.1.9.9.156.1.10.10
The layer 2 status of a physical interface in a gateway that has registered with the local CallManager. unknown: Unknown status up: Interface is up down: Interface is down.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3)  

ccmMaliCallCalledPartyName 1.3.6.1.4.1.9.9.156.1.10.11
The display name of the called party who received the malicious call.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallCalledPartyNumber 1.3.6.1.4.1.9.9.156.1.10.12
The phone number of the device where the malicious call is received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallCalledDeviceName 1.3.6.1.4.1.9.9.156.1.10.13
The name of the device where the malicious call is received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallCallingPartyName 1.3.6.1.4.1.9.9.156.1.10.14
The display name of the caller whose call is registered as malicious with the local call manager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallCallingPartyNumber 1.3.6.1.4.1.9.9.156.1.10.15
The phone number of the caller whose call is registered as malicious with the local call manager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallCallingDeviceName 1.3.6.1.4.1.9.9.156.1.10.16
The edge device name through which the malicious call originated or passed through.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmMaliCallTime 1.3.6.1.4.1.9.9.156.1.10.17
The time when the malicious call is detected by the local call manager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

ccmQualityRprtSourceDevName 1.3.6.1.4.1.9.9.156.1.10.18
The name of the source device from where the problem was reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmQualityRprtClusterId 1.3.6.1.4.1.9.9.156.1.10.19
The cluster identifier of the source device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmQualityRprtCategory 1.3.6.1.4.1.9.9.156.1.10.20
The category of the problem reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmQualityRprtReasonCode 1.3.6.1.4.1.9.9.156.1.10.21
The description of the problem reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmQualityRprtTime 1.3.6.1.4.1.9.9.156.1.10.22
The time when the problem was reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

ccmTLSDevName 1.3.6.1.4.1.9.9.156.1.10.23
The device for which TLS connection failure was reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmTLSDevInetAddressType 1.3.6.1.4.1.9.9.156.1.10.24
This object identifies the type of address for the device for which TLS connection failure was reported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

ccmTLSDevInetAddress 1.3.6.1.4.1.9.9.156.1.10.25
This object identifies IP Address of the device, for which TLS connection failure was reported. The type of address for this is identified by ccmTLSDevInetAddressType.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

ccmTLSConnFailTime 1.3.6.1.4.1.9.9.156.1.10.26
The time when TLS connection failure was detected by the local call manager.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

ccmTLSConnectionFailReasonCode 1.3.6.1.4.1.9.9.156.1.10.27
The reason for connection failure.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), authenticationerror(2), invalidx509nameincertificate(3), invalidtlscipher(4)  

ccmGatewayRegFailCauseCode 1.3.6.1.4.1.9.9.156.1.10.28
States the reason for a gateway device registration failure.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmH323DeviceTable 1.3.6.1.4.1.9.9.156.1.11.1
The table containing a list of all H323 devices in the CUCM cluster which the local CUCM is aware of. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmH323DeviceEntry

ccmH323DeviceEntry 1.3.6.1.4.1.9.9.156.1.11.1.1
An entry (conceptual row) in the H323Device Table, containing the information about a particular H323 Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmH323DeviceEntry  

ccmH323DevIndex 1.3.6.1.4.1.9.9.156.1.11.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a H323 Device entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmH323DevName 1.3.6.1.4.1.9.9.156.1.11.1.1.2
The device name assigned to the H323 Device. This name is assigned when a new H323 device is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmH323DevProductId 1.3.6.1.4.1.9.9.156.1.11.1.1.3
The product identifier of the H323 device.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CcmDeviceProductId  

ccmH323DevDescription 1.3.6.1.4.1.9.9.156.1.11.1.1.4
A description of the H323 device. This description is given when the H323 device is configured in the CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmH323DevInetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.5
This object identifies the IP address type of the H323 device. The value of this object is 'unknown(0)' if the IP address of a H323 device is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevInetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.6
This object identifies last known IP Address of the H323 device. If the IP address is not available then this object contains an empty string. The type of address for this is identified by ccmH323DevInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevCnfgGKInetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.7
This object identifies the IP address type of the gatekeeper device. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevCnfgGKInetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.8
This object represents configured gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no H323 gatekeeper configured, this object contains an empty string. The type of address for this is identified by ccmH323DevCnfgGKInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevAltGK1InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.9
This object identifies the IP address type of the first alternate gatekeeper. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevAltGK1InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.10
This object identifies the first alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no first alternate H323 gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevAltGK1InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevAltGK2InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.11
This object identifies the IP address type of the second alternate gatekeeper. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevAltGK2InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.12
This object identifies the second alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no second alternate H323 gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevAltGK2InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevAltGK3InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.13
This object identifies the IP address type of the third alternate gatekeeper. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevAltGK3InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.14
This object identifies the third alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no third alternate H323 gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevAltGK3InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevAltGK4InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.15
This object identifies the IP address type of the fourth alternate gatekeeper. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevAltGK4InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.16
This object identifies the fourth alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no fourth H323 alternate gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevAltGK4InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevAltGK5InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.17
This object identifies the IP address type of the fifth alternate gatekeeper. The value of this object is 'unknown(0)' if the IP address of a H323 gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevAltGK5InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.18
This object identifies the fifth alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no fifth H323 alternate gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevAltGK5InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevActGKInetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.19
This object identifies the IP address type of the active gatekeeper. The value of this object is 'unknown(0)' if the IP address of a gatekeeper is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevActGKInetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.20
This object identifies the active alternate gatekeeper DNS name or IP address for this H323 device. This is applicable only for H323 devices with gatekeepers configured. When there is no active alternate H323 gatekeeper, this object contains an empty string. The type of address for this is identified by ccmH323DevActGKInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevStatus 1.3.6.1.4.1.9.9.156.1.11.1.1.21
The H323 device registration status with the gatekeeper. The status changes from unknown to registered when the H323 device successfully registers itself with the gatekeeper. notApplicable: The registration status is not applicable for this H323 device unknown: The registration status of the H323 device with the gatekeeper is unknown registered: The H323 device has registered with the gatekeeper successfully unregistered: The H323 device is no longer registered with the gatekeeper rejected: Registration request from the H323 device was rejected by the gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(0), unknown(1), registered(2), unregistered(3), rejected(4)  

ccmH323DevStatusReason 1.3.6.1.4.1.9.9.156.1.11.1.1.22
The reason code associated with ccmH233DevStatus change. This is applicable only for H323 devices with gatekeepers configured.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmH323DevTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.11.1.1.23
The time the registration status with the gatekeeper changed. This is applicable only for H323 devices with gatekeepers configured.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmH323DevTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.11.1.1.24
The time when the H323 device last registered with the gatekeeper. This is applicable only for H323 devices with gatekeepers configured.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmH323DevRmtCM1InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.25
This object identifies the IP address type of the first remote call manager. The value of this object is 'unknown(0)' if the first remote call manager is not configured.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevRmtCM1InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.26
This object identifies the first remote call manager DNS name or IP address configured for this H323 device. When there is no first remote call manager configured, this object contains an empty string. The type of address for this is identified by ccmH323DevRmtCM1InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevRmtCM2InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.27
This object identifies the IP address type of the second remote call manager. The value of this object is 'unknown(0)' if the second remote call manager is not configured.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevRmtCM2InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.28
This object identifies the second remote call manager DNS name or IP address configured for this H323 device. When there is no second remote call manager configured, this object contains an empty string. The type of address for this is identified by ccmH323DevRmtCM2InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevRmtCM3InetAddressType 1.3.6.1.4.1.9.9.156.1.11.1.1.29
This object identifies the IP address type of the third remote call manager. The value of this object is 'unknown(0)' if the third remote call manager is not configured.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmH323DevRmtCM3InetAddress 1.3.6.1.4.1.9.9.156.1.11.1.1.30
This object identifies the third remote call manager DNS name or IP address configured for this H323 device. When there is no third remote call manager configured, this object contains an empty string. The type of address for this is identified by ccmH323DevRmtCM3InetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmH323DevProductTypeIndex 1.3.6.1.4.1.9.9.156.1.11.1.1.31
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmH323DevUnregReason 1.3.6.1.4.1.9.9.156.1.11.1.1.32
The reason code associated with unregistered H323 Device. This is applicable only for H323 devices with gatekeepers configured.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmH323DevRegFailReason 1.3.6.1.4.1.9.9.156.1.11.1.1.33
The reason code associated with registration failed H323 Device. This is applicable only for H323 devices with gatekeepers configured.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmVoiceMailDeviceTable 1.3.6.1.4.1.9.9.156.1.12.1
The table containing a list of all voice messaging devices which have tried to register with the local CUCM at least once. When the local CUCM is restarted, this table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmVoiceMailDeviceEntry

ccmVoiceMailDeviceEntry 1.3.6.1.4.1.9.9.156.1.12.1.1
An entry (conceptual row) in the VoiceMailDevice Table, containing the information about a particular Voice Messaging Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmVoiceMailDeviceEntry  

ccmVMailDevIndex 1.3.6.1.4.1.9.9.156.1.12.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a voice messaging device entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmVMailDevName 1.3.6.1.4.1.9.9.156.1.12.1.1.2
The name of the Voice Messaging Device. This name is assigned to the Voice Messaging Device when it is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmVMailDevProductId 1.3.6.1.4.1.9.9.156.1.12.1.1.3
The product identifier of the Voice Messaging device.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CcmDeviceProductId  

ccmVMailDevDescription 1.3.6.1.4.1.9.9.156.1.12.1.1.4
The description of the Voice Messaging Device. This description is given when the Voice Messaging Device is configured in the CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmVMailDevStatus 1.3.6.1.4.1.9.9.156.1.12.1.1.5
The status of the Voice Messaging Device. The Voice Messaging Device status changes from unknown to registered when it registers itself with the local CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDeviceStatus  

ccmVMailDevInetAddressType 1.3.6.1.4.1.9.9.156.1.12.1.1.6
This object identifies the IP address type of the Voice Messaging device. The value of this object is 'unknown(0)'if the IP address of the Voice Messaging device is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmVMailDevInetAddress 1.3.6.1.4.1.9.9.156.1.12.1.1.7
This object identifies the IP Address of the Voice Messaging Device. If the IP Address is not available then this object contains an empty string. The type of address for this is identified by ccmVMailDevInetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmVMailDevStatusReason 1.3.6.1.4.1.9.9.156.1.12.1.1.8
The reason code associated with the Voice Messaging Device status change.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CcmDevFailCauseCode  

ccmVMailDevTimeLastStatusUpdt 1.3.6.1.4.1.9.9.156.1.12.1.1.9
The time the status of the voice messaging device changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmVMailDevTimeLastRegistered 1.3.6.1.4.1.9.9.156.1.12.1.1.10
The time the Voice Messaging Device has last registered with the call manager.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ccmVMailDevProductTypeIndex 1.3.6.1.4.1.9.9.156.1.12.1.1.11
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmVMailDevUnregReason 1.3.6.1.4.1.9.9.156.1.12.1.1.12
The reason code associated with unregistered Voice Messaging Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevUnregCauseCode  

ccmVMailDevRegFailReason 1.3.6.1.4.1.9.9.156.1.12.1.1.13
The reason code associated with registration failed Voice Messaging Device.
Status: current Access: read-only
OBJECT-TYPE    
  CcmDevRegFailCauseCode  

ccmVoiceMailDeviceDirNumTable 1.3.6.1.4.1.9.9.156.1.12.2
The table containing a list of directory numbers that are assigned to all of the registered and unregistered Voice Messaging Devices in the ccmVoiceMailDeviceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmVoiceMailDeviceDirNumEntry

ccmVoiceMailDeviceDirNumEntry 1.3.6.1.4.1.9.9.156.1.12.2.1
An entry (conceptual row) in the VoiceMailDirNum Table, has the associated directory number for a Voice Messaging Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmVoiceMailDeviceDirNumEntry  

ccmVMailDevDirNumIndex 1.3.6.1.4.1.9.9.156.1.12.2.1.1
An arbitrary integer, selected by the local system, which identifies a Directory Number of a Voice Messaging Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmVMailDevDirNum 1.3.6.1.4.1.9.9.156.1.12.2.1.2
The Directory Number of the Voice Messaging Device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

ccmQualityReportAlarmEnable 1.3.6.1.4.1.9.9.156.1.13.1
Allows the generation of the quality report alarm. true(1): Enabling this object will allow the CUCM agent to generate the ccmQualityReport alarm. This is the default value. false(2): Disabling this object will stop the generation of the ccmQualityReport alarm by the CUCM agent.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ccmSIPDeviceTable 1.3.6.1.4.1.9.9.156.1.14.1
The table containing a list of all SIP trunk in the CUCM cluster which the local CUCM is aware of. When the local CUCM is restarted, this table will be refreshed. If the local CUCM is down, then this table will be empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcmSIPDeviceEntry

ccmSIPDeviceEntry 1.3.6.1.4.1.9.9.156.1.14.1.1
An entry (conceptual row) in the SIP Device Table, containing the information about a particular SIP Trunk Device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmSIPDeviceEntry  

ccmSIPDevIndex 1.3.6.1.4.1.9.9.156.1.14.1.1.1
An arbitrary integer, selected by the local CUCM, which identifies a SIP Trunk Device entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcmIndex  

ccmSIPDevName 1.3.6.1.4.1.9.9.156.1.14.1.1.2
The device name assigned to the SIP Trunk Device. This name is assigned when a new SIP Trunk device is added to the CallManager.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ccmSIPDevProductTypeIndex 1.3.6.1.4.1.9.9.156.1.14.1.1.3
A positive value of this index is used to identify the related product type entry in the ccmProductTypeTable. A value of 0 indicates that the index to the ccmProductTypeTable is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CcmIndexOrZero  

ccmSIPDevDescription 1.3.6.1.4.1.9.9.156.1.14.1.1.4
A description of the SIP Trunk device. This description is given when the SIP Trunk device is configured in the CUCM.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ccmSIPDevInetAddressType 1.3.6.1.4.1.9.9.156.1.14.1.1.5
Identifies the IP address type of the SIP Trunk Device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddressType  

ccmSIPDevInetAddress 1.3.6.1.4.1.9.9.156.1.14.1.1.6
Identifies last known IP Address of the SIP Trunk device. The type of address for this is identified by ccmSIPDevInetAddressType.
Status: deprecated Access: read-only
OBJECT-TYPE    
  InetAddress  

ccmSIPInTransportProtocolType 1.3.6.1.4.1.9.9.156.1.14.1.1.7
Specifies the transport protocol type used by CallManager for setting up incoming SIP call.
Status: current Access: read-only
OBJECT-TYPE    
  CcmSIPTransportProtocolType  

ccmSIPInPortNumber 1.3.6.1.4.1.9.9.156.1.14.1.1.8
Specifies the port number used by CallManager for setting up incoming SIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

ccmSIPOutTransportProtocolType 1.3.6.1.4.1.9.9.156.1.14.1.1.9
Specifies the transport protocol type used by CallManager for setting up outgoing SIP call.
Status: current Access: read-only
OBJECT-TYPE    
  CcmSIPTransportProtocolType  

ccmSIPOutPortNumber 1.3.6.1.4.1.9.9.156.1.14.1.1.10
Specifies the port number used by CallManager for setting up outgoing SIP call.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

ccmSIPDevInetAddressIPv4 1.3.6.1.4.1.9.9.156.1.14.1.1.11
This object identifies the last known primary IPv4 address of the SIP Trunk Device. This object contains value zero if IPV4 address is not available
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

ccmSIPDevInetAddressIPv6 1.3.6.1.4.1.9.9.156.1.14.1.1.12
This object identifies the last known primary IPv6 address of the SIP Trunk Device. This object contains value zero if IPV6 address is not available
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

ccmMIBNotificationPrefix 1.3.6.1.4.1.9.9.156.2
OBJECT IDENTIFIER    

ccmMIBNotifications 1.3.6.1.4.1.9.9.156.2.0
OBJECT IDENTIFIER    

ccmCallManagerFailed 1.3.6.1.4.1.9.9.156.2.0.1
This Notification signifies that the CallManager process detects a failure in one of its critical subsystems. It can also be detected from a heartbeat/event monitoring process.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmPhoneFailed 1.3.6.1.4.1.9.9.156.2.0.2
This Notification will be generated in the intervals specified in ccmPhoneFailedAlarmInterval if there is at least one entry in the ccmPhoneFailedTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmPhoneStatusUpdate 1.3.6.1.4.1.9.9.156.2.0.3
This Notification will be generated in the intervals specified in ccmPhoneStatusUpdateInterv if there is at least one entry in the ccmPhoneStatusUpdateTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmGatewayFailed 1.3.6.1.4.1.9.9.156.2.0.4
This Notification indicates that at least one gateway has attempted to register or communicate with the CallManager and failed.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

ccmMediaResourceListExhausted 1.3.6.1.4.1.9.9.156.2.0.5
This Notification indicates that the CallManager has run out a certain specified type of resource.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmRouteListExhausted 1.3.6.1.4.1.9.9.156.2.0.6
This Notification indicates that the CallManager could not find an available route in the indicated route list.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmGatewayLayer2Change 1.3.6.1.4.1.9.9.156.2.0.7
This Notification is sent when the D-Channel/Layer 2 of an interface in a skinny gateway that has registered with the CallManager changes state.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmMaliciousCall 1.3.6.1.4.1.9.9.156.2.0.8
This Notification is sent when a user registers a call as malicious with the local call manager.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmQualityReport 1.3.6.1.4.1.9.9.156.2.0.9
This Notification is sent when a user reports a quality problem using the Quality Report Tool.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmTLSConnectionFailure 1.3.6.1.4.1.9.9.156.2.0.10
This Notification is sent when CallManager fails to open TLS connection for the indicated device.
Status: current Access: read-only
NOTIFICATION-TYPE    

ccmGatewayFailedReason 1.3.6.1.4.1.9.9.156.2.0.11
This Notification indicates that at least one gateway has attempted to register or communicate with the CallManager and failed.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoCcmMIBConformance 1.3.6.1.4.1.9.9.156.3
OBJECT IDENTIFIER    

ciscoCcmMIBCompliances 1.3.6.1.4.1.9.9.156.3.1
OBJECT IDENTIFIER    

ciscoCcmMIBGroups 1.3.6.1.4.1.9.9.156.3.2
OBJECT IDENTIFIER    

ciscoCcmMIBCompliance 1.3.6.1.4.1.9.9.156.3.1.1
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev1 1.3.6.1.4.1.9.9.156.3.1.2
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev2 1.3.6.1.4.1.9.9.156.3.1.3
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev3 1.3.6.1.4.1.9.9.156.3.1.4
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev4 1.3.6.1.4.1.9.9.156.3.1.5
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev5 1.3.6.1.4.1.9.9.156.3.1.6
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev6 1.3.6.1.4.1.9.9.156.3.1.7
The compliance statement for entities which implement the CISCO CUCM MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoCcmMIBComplianceRev7 1.3.6.1.4.1.9.9.156.3.1.8
The compliance statement for entities which implement the CISCO-CCM-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ccmInfoGroup 1.3.6.1.4.1.9.9.156.3.2.1
A collection of objects which provide info about all CallManagers and its related information within a call manager cluster. It comprises of all the CallManager tables, apart from Region, TimeZone and Device Pool tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroup 1.3.6.1.4.1.9.9.156.3.2.2
A collection of objects which provide info about all phones within the scope of a CallManager. It comprises of the Phone and Phone Extension tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmGatewayInfoGroup 1.3.6.1.4.1.9.9.156.3.2.3
A collection of objects which provide info about all Gateways and Gateway Trunks within the scope of a CallManager. It comprises of the Gateway and Gateway Trunk tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.4
A collection of objects which provide info about all CallManagers and its related information within a call manager cluster. It comprises of all the CallManager tables, apart from Region, TimeZone and Device Pool tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.5
A collection of objects which provide info about all phones within the scope of a CallManager. It comprises of the Phone and Phone Extension tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmGatewayInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.6
A collection of objects which provide info about all Gateways and Gateway Trunks within the scope of a CallManager. It comprises of the Gateway and Gateway Trunk tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmMediaDeviceInfoGroup 1.3.6.1.4.1.9.9.156.3.2.7
A collection of objects which provide info about all Media Devices within the scope of a CallManager. It comprises of the MediaDevice table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmGatekeeperInfoGroup 1.3.6.1.4.1.9.9.156.3.2.8
A collection of objects which provide info about all Gatekeeper within the scope of a CallManager. It comprises of the Gatekeeper table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmCTIDeviceInfoGroup 1.3.6.1.4.1.9.9.156.3.2.9
A collection of objects which provide info about all CTI Devices within the scope of a CallManager. It comprises of the ccmCTIDevice and ccmCTIDeviceDirNum tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroup 1.3.6.1.4.1.9.9.156.3.2.10
A collection of objects which provide info about all the Notifications generated by the CUCM Agent.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmNotificationsGroup 1.3.6.1.4.1.9.9.156.3.2.11
A collection of notifications that are generated by the CUCM Agent.
Status: obsolete Access: read-only
NOTIFICATION-GROUP    

ccmInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.12
A collection of objects which provide info about all CallManagers and its related information within a call manager cluster. It comprises of GroupTable, ccmTable, GroupMappingTable, Region, TimeZone, and Device Pool tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.13
A collection of objects which provide info about all phones within the scope of the local CallManager. It comprises of the Phone and Phone Extension tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmGatewayInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.14
A collection of objects which provide info about all Gateways within the scope of the local CallManager. It comprises of the Gateway table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmMediaDeviceInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.15
A collection of objects which provide info about all Media Devices within the scope of the local CallManager. It comprises of the MediaDevice table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmCTIDeviceInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.16
A collection of objects which provide info about all CTI Devices within the scope of the local CallManager. It comprises of the ccmCTIDevice and ccmCTIDeviceDirNum tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmH323DeviceInfoGroup 1.3.6.1.4.1.9.9.156.3.2.17
A collection of objects which provide info about all H323 devices within the scope of the local CallManager. It comprises of the H323Device table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmVoiceMailDeviceInfoGroup 1.3.6.1.4.1.9.9.156.3.2.18
A collection of objects which provide info about all Voice Messaging Devices within the scope of the local CallManager. It comprises of the ccmVoiceMailDevice and ccmVoiceMailDirNum tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.19
A collection of objects which provide info about all the Notifications generated by the CUCM Agent.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.20
A collection of objects which provide info about all CallManagers and its related information within a call manager cluster. It comprises of GroupTable, ccmTable, GroupMappingTable, Region, TimeZone, Device Pool and ProductType tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.21
A collection of objects which provide info about all the Notifications generated by the CUCM Agent.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmNotificationsGroupRev1 1.3.6.1.4.1.9.9.156.3.2.22
A collection of notifications that are generated by the CUCM Agent.
Status: obsolete Access: read-only
NOTIFICATION-GROUP    

ccmSIPDeviceInfoGroup 1.3.6.1.4.1.9.9.156.3.2.23
A collection of objects which provide info about all SIP devices within the scope of the local CallManager. It comprises of the SIP Device table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.24
A collection of objects which provide info about all phones within the scope of the local CallManager. It comprises of the Phone and Phone Extension tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmGatewayInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.25
A collection of objects which provide info about all Gateways within the scope of the local CallManager. It comprises of the Gateway table.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmMediaDeviceInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.26
A collection of objects which provide info about all Media Devices within the scope of the local CallManager. It comprises of the MediaDevice table.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmCTIDeviceInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.27
A collection of objects which provide info about all CTI Devices within the scope of the local CallManager. It comprises of the ccmCTIDevice and ccmCTIDeviceDirNum tables.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmH323DeviceInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.28
A collection of objects which provide info about all H323 devices within the scope of the local CallManager. It comprises of the H323Device table.
Status: obsolete Access: read-only
OBJECT-GROUP    

ccmVoiceMailDeviceInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.29
A collection of objects which provide info about all Voice Messaging Devices within the scope of the local CallManager. It comprises of the ccmVoiceMailDevice and ccmVoiceMailDirNum tables.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.30
A collection of objects which provide info about all phones within the scope of the local CallManager. It comprises of the Phone and Phone Extension tables.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmSIPDeviceInfoGroupRev1 1.3.6.1.4.1.9.9.156.3.2.31
A collection of objects which provide info about all SIP Trunk devices within the scope of the local CallManager. It comprises of the SIP Device table.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.32
A collection of objects which provide info about all the Notifications generated by the CUCM Agent.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmNotificationsGroupRev2 1.3.6.1.4.1.9.9.156.3.2.33
A collection of notifications that are generated by the CUCM Agent.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

ccmInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.34
A collection of objects which provide info about all Cisco Unified Communications Managers and its related information within a CUCM cluster. It comprises of GroupTable, ccmTable, GroupMappingTable, Region, TimeZone, Device Pool and ProductType tables.
Status: current Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev5 1.3.6.1.4.1.9.9.156.3.2.35
A collection of objects which provide info about all phones within the scope of the local Cisco Unified Communications Manager. It comprises of the Phone and Phone Extension tables.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmMediaDeviceInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.36
A collection of objects which provide info about all Media Devices within the scope of the local Cisco Unified Communications Manager. It comprises of the MediaDevice table.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmSIPDeviceInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.37
A collection of objects which provide info about all SIP Trunk devices within the scope of the local Cisco Unified Communications Manager. It comprises of the SIP Device table.
Status: current Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.38
A collection of objects which provide info about all the Notifications generated by the CISCO CUCM Agent.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmH323DeviceInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.39
A collection of objects which provide info about all H323 devices within the scope of the local Cisco Unified Communications Manager. It comprises of the H323Device table.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmCTIDeviceInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.40
A collection of objects which provide info about all CTI Devices within the scope of the local CUCM. It comprises of the ccmCTIDevice and ccmCTIDeviceDirNum tables.
Status: deprecated Access: read-only
OBJECT-GROUP    

ccmPhoneInfoGroupRev6 1.3.6.1.4.1.9.9.156.3.2.41
A collection of objects which provide info about all phones within the scope of the local Cisco Unified Communications Manager. It comprises of the Phone and Phone Extension tables.
Status: current Access: read-only
OBJECT-GROUP    

ccmNotificationsInfoGroupRev5 1.3.6.1.4.1.9.9.156.3.2.42
A collection of objects which provide info about all the Notifications generated by the CISCO CUCM Agent.
Status: current Access: read-only
OBJECT-GROUP    

ccmGatewayInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.43
A collection of objects which provide info about all Gateways within the scope of the local CallManager. It comprises of the Gateway table.
Status: current Access: read-only
OBJECT-GROUP    

ccmMediaDeviceInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.44
A collection of objects which provide info about all Media Devices within the scope of the local Cisco Unified Communications Manager. It comprises of the MediaDevice table.
Status: current Access: read-only
OBJECT-GROUP    

ccmCTIDeviceInfoGroupRev4 1.3.6.1.4.1.9.9.156.3.2.45
A collection of objects which provide info about all CTI Devices within the scope of the local CUCM. It comprises of the ccmCTIDevice and ccmCTIDeviceDirNum tables.
Status: current Access: read-only
OBJECT-GROUP    

ccmH323DeviceInfoGroupRev3 1.3.6.1.4.1.9.9.156.3.2.46
A collection of objects which provide info about all H323 devices within the scope of the local Cisco Unified Communications Manager. It comprises of the H323Device table.
Status: current Access: read-only
OBJECT-GROUP    

ccmVoiceMailDeviceInfoGroupRev2 1.3.6.1.4.1.9.9.156.3.2.47
A collection of objects which provide info about all Voice Messaging Devices within the scope of the local CallManager. It comprises of the ccmVoiceMailDevice and ccmVoiceMailDirNum tables.
Status: current Access: read-only
OBJECT-GROUP    

ccmNotificationsGroupRev3 1.3.6.1.4.1.9.9.156.3.2.48
A collection of notifications that are generated by the CUCM Agent.
Status: current Access: read-only
NOTIFICATION-GROUP