interfaceStatusName
MX-CROUT-MIB ·
.0.1750.1.100.200.1.200
Object
column OctetString
Name
Name of the interface.
The name may have the following format:
* sip-'name': SIP interface with the name 'name'
* isdn-'name': ISDN interface with the name 'name'
* r2-'name': R2 interface with the name 'name'
* e&m-'name': E&M interface with the name 'name'
* fxs-'name': FXS interface with the name 'name'
* fxo-'name': FXO interface with the name 'name'
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.100.200.1.200- Type
- column
- Access
- readonly
- Status
- current
- Parent
- interfaceStatusEntry
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-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::interfaceStatusName'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::interfaceStatusName.<interfaceStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CROUT-MIB::interfaceStatusName'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.