modlParamLeds

RAD-GEN-MIB · .1.3.6.1.4.1.164.6.2.32.1.1.1.4

Object

column OctetString
This entry specifies the LEDs status of the module.
Each led is represented by 4 bits where the first 2 bits (left) specify  the status :
(00=NA, 01=OFF, 10=ON, 11=BLINK),
and the next two bits (right) specify the color :
(00=GREEN, 01=RED, 10=YELLOW, 11=GRAY).
The order of the LEDS is from top to bottom, left to right:
For each row starting from the top, the LEDS are returned from left to right.

Context

MIB
RAD-GEN-MIB
OID
.1.3.6.1.4.1.164.6.2.32.1.1.1.4
Type
column
Access
readonly
Status
current
Parent
modlParamEntry

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

Syntax

OctetString

Values & Constraints

No enumerated values or constraints recorded.