Specifications

7-97
Cisco Unified Communications Manager Managed Services Guide, Release 8.0(1)
OL-20105-01
Chapter 7 Cisco Management Information Base
CISCO-CCM-MIB
true(1): Enabling this object will allow the CCM 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
CCM agent.
DEFVAL { true }
::= { ccmQualityReportAlarmConfigInfo 1 }
Sip Device Table
ccmSIPDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmSIPDeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The table containing a list of all SIP trunk in the call manager cluster which the local call manager
is aware of.
::= { ccmSIPDeviceInfo 1 }
ccmSIPDeviceEntry OBJECT-TYPE
SYNTAX CcmSIPDeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
An entry (conceptual row) in the SIP Device Table, containing the information about a particular
SIP Trunk Device.
INDEX { ccmSIPDevIndex }
::= { ccmSIPDeviceTable 1 }
CcmSIPDeviceEntry ::= SEQUENCE {
ccmSIPDevIndex CcmIndex,
ccmSIPDevName SnmpAdminString,
ccmSIPDevProductTypeIndex CcmIndexOrZero,
ccmSIPDevDescription SnmpAdminString,
ccmSIPDevInetAddressType InetAddressType,
ccmSIPDevInetAddress InetAddress,
ccmSIPInTransportProtocolType CcmSIPTransportProtocolType,
ccmSIPInPortNumber InetPortNumber,
ccmSIPOutTransportProtocolType CcmSIPTransportProtocolType,
ccmSIPOutPortNumberInetPortNumber
}
ccmSIPDevIndex OBJECT-TYPE