indicationLedState

NATEKS-MIB · .1.3.6.1.4.1.4249.2.5.5.2.1.3

Object

column Enumeration
The state of a LED. If the LED is not present, it's state is not-populated.
If it is not lit, it's state is OFF. If it is lit, then a color is reported.

Context

MIB
NATEKS-MIB
OID
.1.3.6.1.4.1.4249.2.5.5.2.1.3
Type
column
Access
readonly
Status
current
Parent
indicationLedEntry
Groups
1

Walk 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 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::indicationLedState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::indicationLedState.<indicationLedId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NATEKS-MIB::indicationLedState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0notPopulated
1off
2red
3yellow
4green
5cyan
6blue
7magenta
8white

Conformance