eqlifOperStatus
EQLIPADDR-MIB ·
.1.3.6.1.4.1.12740.9.4.1.3
Object
column Enumeration
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If eqlifAdminStatus is down(2) then eqlifOperStatus should be down(2). If eqlifAdminStatus is changed to up(1) then eqlifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state.
Context
- MIB
- EQLIPADDR-MIB
- OID
.1.3.6.1.4.1.12740.9.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eqlifStatusEntry
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 'EQLIPADDR-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLIPADDR-MIB::eqlifOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLIPADDR-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLIPADDR-MIB::eqlifOperStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLIPADDR-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLIPADDR-MIB::eqlifOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
4 | unknown |
5 | dormant |