cXgcpConnCallState

CISCO-XGCP-MIB · .1.3.6.1.4.1.9.9.318.1.4.1.1.9

Object

column Enumeration
Represents possible MG call states.
idle                   - Idle
setting                - Incoming call from PSTN
connecting             - CRCX message received
conferencing           - Call connected, await
                         conf
active                 - Conference created
confDestroying         - Destroying conference
disconnecting          - Conf destroyed, disconnect call
inactive               - call in inactive mode
voiceConnecting        - Creating telephony call leg only
voiceActive            - Telephony call leg created
confDissociating       - Destroying conf
callLegsDissociated    - Conf destroyed
hpConnecting           - connecting TDM hair-pin call leg
hpConnected            - one HP call leg connected
hpConferencing         - Conferencing TDM Hairpin call leg
hpActive               - TDM hair-pinning active state
voipConfDestroy        - Conf destroyed, make HP call
erroState              - call in error state
connectingInactive     - creating inactive connection
confDestroyingInactive - conf destroy inactive conn
confTest               - AAL2/IP continuity test
setupWait              - Waiting for setup information
waitNseSent            - Wait for NSE event to be sent
twcActive              - TWC call active
waitState              - App is waiting for call control
handOver               - App is grabbing back the control

Context

MIB
CISCO-XGCP-MIB
OID
.1.3.6.1.4.1.9.9.318.1.4.1.1.9
Type
column
Access
readonly
Status
current
Parent
cXgcpConnectionEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-XGCP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-XGCP-MIB::cXgcpConnCallState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-XGCP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-XGCP-MIB::cXgcpConnCallState.<cmgwIndex>.<cXgcpConnId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-XGCP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-XGCP-MIB::cXgcpConnCallState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0idle
1setting
2connecting
3conferencing
4active
5confDestroying
6disconnecting
7inactive
8voiceConnecting
9voiceActive
10confDissociating
11callLegsDissociated
12hpConnecting
13hpConnected
14hpConferencing
15hpActive
16voipConfDestroy
17erroState
18connectingInactive
19confDestroyingInactive
20confTest
21setupWait
22waitNseSent
23twcActive
24waitState
25handOver

Conformance