bearerChannelInfoState

MX-EAM-MIB · .0.1880.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-EAM-MIB
OID
.0.1880.1.200.100.1.200
Type
column
Access
readonly
Status
current
Parent
bearerChannelInfoEntry

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 'MX-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EAM-MIB::bearerChannelInfoState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EAM-MIB::bearerChannelInfoState.<bearerChannelInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-EAM-MIB::bearerChannelInfoState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100idle
200inUse
300maintenance
400error
500disabled