vifOperStatus
FS-NMS-IF-MIB ·
.1.3.6.1.4.1.52642.9.63.1.1.1.8
Object
column Enumeration
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.
Context
- MIB
- FS-NMS-IF-MIB
- OID
.1.3.6.1.4.1.52642.9.63.1.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vifEntry
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 'FS-NMS-IF-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-IF-MIB::vifOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-IF-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-IF-MIB::vifOperStatus.<vifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-IF-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-IF-MIB::vifOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
4 | unknown |
5 | dormant |