fsifOperStatusw
FS-INTERFACE-MIB ·
.1.3.6.1.4.1.52642.1.1.10.2.10.1.1.1.32
Object
column Enumeration
The current operational state of the interface. If fsApIfAdminStatus is admindown(2) then fsApIfOperStatus should be admindown(2). If fsApIfAdminStatus is changed to up(0) then fsApIfOperStatus should change to up(0) . it should remain in the down(1) state if and only if there is a fault that prevents it from going to the up(0) state;
Context
- MIB
- FS-INTERFACE-MIB
- OID
.1.3.6.1.4.1.52642.1.1.10.2.10.1.1.1.32- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fsIfEntry
- Groups
- 1
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-INTERFACE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-INTERFACE-MIB::fsifOperStatusw'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-INTERFACE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-INTERFACE-MIB::fsifOperStatusw.<fsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-INTERFACE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-INTERFACE-MIB::fsifOperStatusw'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | up |
1 | down |
2 | admindown |
Conformance
Member of