mediaInterfaceStatusState
MX-SBC-MIB ·
.0.4400.1.200.300.1.700
Object
column Enumeration
State
State
* Active: The Media Interface is active.
* NetworkDown: The Media Interface is inactive because the
network is down.
* NoIpAddress: The Media Interface is inactive because it
has no IP address.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.200.300.1.700- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mediaInterfaceStatusEntry
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-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::mediaInterfaceStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::mediaInterfaceStatusState.<mediaInterfaceStatusId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SBC-MIB::mediaInterfaceStatusState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | active |
200 | networkDown |
300 | noIpAddress |