signalingInterfaceStatusState
MX-SBC-MIB ·
.0.4400.1.200.200.1.900
Object
column Enumeration
State
State
* Active: The Signaling Interface is active.
* NetworkDown: The Signaling Interface is inactive because
the network is down.
* NoIpAddress: The Signaling Interface is inactive because
it has no IP address.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.200.200.1.900- Type
- column
- Access
- readonly
- Status
- current
- Parent
- signalingInterfaceStatusEntry
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::signalingInterfaceStatusState'
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::signalingInterfaceStatusState.<signalingInterfaceStatusId>'
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::signalingInterfaceStatusState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | active |
200 | networkDown |
300 | noIpAddress |