All MIBs › CME-MIB › configurationBladeActiveBootMode
configurationBladeActiveBootMode
Module: CME-MIB
OID (symbolic): CME-MIB::configurationBladeActiveBootMode
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.1.7.1.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Indicates the active copy of the firmware from which the blade is booting. NOTE: Some blades do not support the automatic boot recovery. It displays 'notApplicable' for such blades. Booting from the temporary copy is recommended since it typically contains the latest enhancements and fixes. Switching to the permanent copy should be reserved for when booting from the temporary copy is no longer possible.
What is configurationBladeActiveBootMode?
This read-only enum reports which firmware copy, temporary or permanent, a blade is actually currently booted from, showing notApplicable on blades that don't support automatic boot recovery; the MIB notes the temporary copy typically has the latest fixes and is the recommended default. It matters when an admin is troubleshooting a blade behaving oddly after a firmware update, since knowing which copy is actively running clarifies whether the update actually took effect. An admin who just pushed new firmware would check configurationBladeActiveBootMode to confirm the blade is now running from temporary(1) rather than still on the old permanent(2) copy.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.1.7.1.1.7 snmpwalk -v2c -c public <target> CME-MIB::configurationBladeActiveBootMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.1.7.1.1.7.1 snmpget -v2c -c public <target> CME-MIB::configurationBladeActiveBootMode.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> configurationBladeActiveBootMode.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::configurationBladeActiveBootMode 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 (15 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 |
| 1.3.6.1.4.1.2.3.51.2.22.1.7 | bladeConfiguration | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.1.7.1 | bladeConfigurationTable | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.1.7.1.1 | bladeConfigurationEntry | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.22.1.7.1.1.7 | configurationBladeActiveBootMode | CME-MIB |