All MIBs › CME-MIB › bayDataBladeStatus
bayDataBladeStatus
Module: CME-MIB
OID (symbolic): CME-MIB::bayDataBladeStatus
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.1.13.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This shows Blade Bay Data (BBD) status. 0 means the blade fully supports BBD; 1 means that the blade's BIOS does not support BBD; 2 means that there is no blade in the bay; 3 means that the blade is being discovered. 255 means that the blade does not support BBD.
What is bayDataBladeStatus?
This read-only enum reports the Blade Bay Data support status for a blade: supported(0) means the blade fully supports BBD, bsmp(1) means the blade's BIOS doesn't support it, notPresent(2) means no blade occupies the bay, discovering(3) means the blade is still being detected, and notApplicable(255) means the blade doesn't support BBD at all. It matters because an admin trying to push a bayData string to a blade that reports anything other than supported(0) would find that data silently fails to reach the blade's BIOS/OS. Before setting a new bayData value, an admin would check bayDataBladeStatus is supported(0) to confirm the push will actually work.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.1.13.1.7 snmpwalk -v2c -c public <target> CME-MIB::bayDataBladeStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.1.13.1.7.1 snmpget -v2c -c public <target> CME-MIB::bayDataBladeStatus.1
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::bayDataBladeStatus OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (12 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 |
| 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.22 | bladeCenter | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.1 | processorBlade | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.22.1.13 | bladeBayDataTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.1.13.1 | bladeBayDataEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.1.13.1.7 | bayDataBladeStatus | CME-MIB |