ccmFailCauseCode
CISCO-CCM-MIB ·
.1.3.6.1.4.1.9.9.156.1.10.2
Object
scalar Enumeration
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.
Context
- MIB
- CISCO-CCM-MIB
- OID
.1.3.6.1.4.1.9.9.156.1.10.2- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- ccmNotificationsInfo
- Groups
- 6
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CCM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CCM-MIB::ccmFailCauseCode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CCM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CCM-MIB::ccmFailCauseCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | heartBeatStopped |
3 | routerThreadDied |
4 | timerThreadDied |
5 | criticalThreadDied |
6 | deviceMgrInitFailed |
7 | digitAnalysisInitFailed |
8 | callControlInitFailed |
9 | linkMgrInitFailed |
10 | dbMgrInitFailed |
11 | msgTranslatorInitFailed |
12 | suppServicesInitFailed |