rbSlotLedStatus
RAINBOW-MIB ·
.1.3.6.1.4.1.12394.1.2.2.1.1.5
Object
column OctetString
Not supported in current version.
This field represents summarized information about the card leds.
Each byte represents the single Led.
Within each byte, bits 0-3 are the color, 4-7 are the blink rate.
Supported color codes:
0000 : Black (LED is off)
0001 : Green
0010 : Yellow
0011 : Red
0100 : Blue
Supported blink rates:
0000 : no blink
0001 : blink
The type of this field should be suitable to represent leds for all
available cards in slot.
------------------------------------
Card | LEDs
-------------------------------------
NPU |ALRM,BST ALRM,EXT ALRM,PWR,MASTER,GPS,Hot Swap
AU |ALRM,WLINK,TDM,PWR,WACT,IP,Hot Swap,(ODU ALRM,ODU PWR) x 4
Context
- MIB
- RAINBOW-MIB
- OID
.1.3.6.1.4.1.12394.1.2.2.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbSlotConfigEntry
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 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::rbSlotLedStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::rbSlotLedStatus.<rbSlotNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAINBOW-MIB::rbSlotLedStatus'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.