All MIBs › BLADE-MIB › ledSMLEDs
ledSMLEDs
Module: BLADE-MIB
OID (symbolic): BLADE-MIB::ledSMLEDs
OID (numeric): 1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: A bitmap of LEDs information on the selected switch module. The bitmap is a string containing a list of 1's and 0's. The first 16 nibles represent the status of the external LEDs while the last 16 nibles represent the status of the internal port connections from the switch module to blades. Each nible of data is presented in the bitmap format (0b0000) and is encoded as followed - 0b0000: LED is not present - 0b0001: LED is off - 0b0010: LED is on
Note: The data is read from left to right, starting out with switch module 1 and so on.
What is ledSMLEDs?
A 256-byte bitmap string reporting the LED status for the switch module identified by ledSMIndex: the first half covers the module's external LEDs and the second half covers its internal port connections to blades, with each 4-bit nibble encoding whether an LED is absent (0b0000), off (0b0001), or on (0b0010).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2 snmpwalk -v2c -c public <target> BLADE-MIB::ledSMLEDs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2.1 snmpget -v2c -c public <target> BLADE-MIB::ledSMLEDs.1
Start monitoring IBM BladeCenter Management Module (MM) (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BLADE-MIB::ledSMLEDs OID value, configure state conditions and alerts, and monitor any IBM BladeCenter Management Module (MM) (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2 | monitors | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2.8 | leds | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2.8.4 | smLEDs | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2.8.4.1 | smLEDsTable | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2.8.4.1.1 | smLEDsEntry | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.2.8.4.1.1.2 | ledSMLEDs | BLADE-MIB |