slEntPhysicalOperStatus
OBS ✓
SL-ENTITY-MIB ·
smartoptics variant
·
.1.3.6.1.4.1.4515.1.3.6.1.1.1.18
Object
column Enumeration
The current operational state of the interface. If slEntPhysicalAdminStatus is down(2) then slEntPhysicalOperStatus should be down(2). If slEntPhysicalAdminStatus is changed to up(1) then slEntPhysicalOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state; it should remain in the notPresent(6) state if the interface has missing (typically, hardware) components.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- SL-ENTITY-MIB
- OID
.1.3.6.1.4.1.4515.1.3.6.1.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slEntPhysicalEntry
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 'SL-ENTITY-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-ENTITY-MIB::slEntPhysicalOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-ENTITY-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-ENTITY-MIB::slEntPhysicalOperStatus.<slEntPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-ENTITY-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-ENTITY-MIB::slEntPhysicalOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
6 | notPresent |