All MIBs › CME-MIB › componentStatusInventoryReady
componentStatusInventoryReady
Module: CME-MIB
OID (symbolic): CME-MIB::componentStatusInventoryReady
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.37.1.1.22
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: When a component management controller or the MM is reset, the component inventory data is refreshed in the MM database. This includes items like IBM VPD (e.g. - serial number, UUID) and MAC address information.
Applications need to know when this information has been populated on the MM before they begin to query it using SNMP or other means. This simple flag object will return a ready or notReady indication for each component regarding the status of this information.
Notes:
For components that are experiencing a 'communication failure' or 'initialization failure' condition, this object will continue to indicate notReady until the condition is resolved. Therefore, any application that polls this object should also incorporate a timeout period.
What is componentStatusInventoryReady?
This object flags whether the component inventory data, such as serial number, UUID, and MAC address, has finished being refreshed in the MM database after a reset, reporting notReady or ready. An application or admin polling hardware inventory via SNMP right after a management-module or component reset uses this flag to know when it's safe to start querying detailed inventory fields. For example, a monitoring script would wait for this object to report ready before attempting to read a newly reset blade's unique IDs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.37.1.1.22 snmpwalk -v2c -c public <target> CME-MIB::componentStatusInventoryReady
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.37.1.1.22.1 snmpget -v2c -c public <target> CME-MIB::componentStatusInventoryReady.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> componentStatusInventoryReady.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::componentStatusInventoryReady 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 (11 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.22.37 | componentMonitors | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.37.1 | componentSystemStatusTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.37.1.1 | componentSystemStatusEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.37.1.1.22 | componentStatusInventoryReady | CME-MIB |