swpoEPortInfoLedStatus
PoE-MIB ·
.1.3.6.1.4.1.171.12.24.4.1.1.7
Object
column Enumeration
The LED display for PoE port status.
on (1): power is provided to the port on which a 802.3af-compliant
or legacy PD is connected,
off(2): no power is provided to the port where there aren't any errors,
error(3): some error happens on the port, like overload, underload,
short,...or power budget exceeded conditions.
Context
- MIB
- PoE-MIB
- OID
.1.3.6.1.4.1.171.12.24.4.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swPoEPortInfoEntry
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 'PoE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PoE-MIB::swpoEPortInfoLedStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PoE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PoE-MIB::swpoEPortInfoLedStatus.<swPoEPortInfoPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PoE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PoE-MIB::swpoEPortInfoLedStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
3 | error |