isdnBearerOperStatus
ISDN-MIB ·
zhone variant
·
.1.3.6.1.2.1.10.20.1.2.1.1.2
Object
column Enumeration
The current call control state for this port.
idle(1): The B channel is idle.
No call or call attempt is going on.
connecting(2): A connection attempt (outgoing call)
is being made on this interface.
connected(3): An incoming call is in the process
of validation.
active(4): A call is active on this interface.
Context
- MIB
- ISDN-MIB
- OID
.1.3.6.1.2.1.10.20.1.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- isdnBearerEntry
- Groups
- 1
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 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISDN-MIB::isdnBearerOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISDN-MIB::isdnBearerOperStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISDN-MIB::isdnBearerOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | connecting |
3 | connected |
4 | active |
Conformance
Member of