bearerChannelInfoState
MX-R2-MIB ·
.0.1875.1.200.100.1.200
Object
column Enumeration
State
The current call control state for this channel:
* Idle: The channel is available
* InUse: The channel is currently used
* Maintenance: Maintenance state, temporarily unavailable
* Error: Error on this channel
* Disabled: The channel is disabled
Context
- MIB
- MX-R2-MIB
- OID
.0.1875.1.200.100.1.200- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bearerChannelInfoEntry
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 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::bearerChannelInfoState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::bearerChannelInfoState.<bearerChannelInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-R2-MIB::bearerChannelInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | idle |
200 | inUse |
300 | maintenance |
400 | error |
500 | disabled |