uxChOperState
UX-CALL-STATS-MIB ·
.1.3.6.1.4.1.177.15.1.5.6.1.6
Object
column Enumeration
Operational state of the channel. Indicates all the channel states similar to the channel monitor view on WEBUI.
Context
- MIB
- UX-CALL-STATS-MIB
- OID
.1.3.6.1.4.1.177.15.1.5.6.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- uxChannelStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'UX-CALL-STATS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-CALL-STATS-MIB::uxChOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UX-CALL-STATS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-CALL-STATS-MIB::uxChOperState.<uxChShelfNumber>.<uxChSlotNumber>.<uxChPortNumber>.<uxChChannelNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UX-CALL-STATS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UX-CALL-STATS-MIB::uxChOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | outOfService |
1 | idle |
2 | pending |
3 | waitingForRoute |
4 | actionList |
5 | waitingForDigits |
6 | remoteSetUp |
7 | peerSetUp |
8 | alerting |
9 | inBandInfo |
10 | connected |
11 | toneGeneration |
12 | releasing |
13 | aborting |
14 | resetting |
15 | up |
16 | down |