ledSMLEDs
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2
Object
column mandatory
OctetString
A bitmap of LEDs information on the selected switch module. The
bitmap is a string containing a list of 1's and 0's. Every 4 bytes
are used to represent a led state. The first 64 bytes represent the
status of the external LEDs while the last 64 bytes represent the
status of the internal port connections from the switch module to
blades. Each nibble of data is presented in the bitmap format (0000)
and is encoded as followed
- 0000: LED is not present
- 0001: LED is off
- 0010: LED is on
NOTE: The data is read from left to right, starting out with blade
server 1 and so on.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- smLEDsEntry
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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::ledSMLEDs'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::ledSMLEDs.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::ledSMLEDs'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.