All MIBs › CME-MIB › componentPowerDetailsStaticCap
componentPowerDetailsStaticCap
Module: CME-MIB
OID (symbolic): CME-MIB::componentPowerDetailsStaticCap
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.31.6.1.13
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Component Module Details Table static capabilities list. This is a list of five power management capabilities that the component may or may not support. The list of power management capabilities is as follow:
Power Measurement Power Capping Power Saving Dynamic Power Saving Extended Dynamic Power Saving
The returned octet string contains 5 pairs of numeric characters separated by blank characters. Each of these pairs will consist of either '00' or '01'. '00' indicates that the capability is not there, '01' indicates that the capability is present on the component.
The 5 pairs represent the capabilities of the 5 types listed above, in order, for this component in the table.
Example response: '01 01 00 00 00' This component has the capability of Power Management and Power Capping, but does not support the last three types.
What is componentPowerDetailsStaticCap?
This read-only string lists which of five power-management capabilities (power measurement, power capping, power saving, dynamic power saving, extended dynamic power saving) a component is built to support, regardless of current configuration. Admins consult it first to know which power-management objects on that component will even be usable before attempting to configure them. For example, if this list doesn't include power capping, an admin knows setting componentPowerDetailsMaxPowerConfig on that component will have no effect.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.31.6.1.13 snmpwalk -v2c -c public <target> CME-MIB::componentPowerDetailsStaticCap
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.31.6.1.13.1 snmpget -v2c -c public <target> CME-MIB::componentPowerDetailsStaticCap.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> componentPowerDetailsStaticCap.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::componentPowerDetailsStaticCap 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.31 | componentPower | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.31.6 | componentPowerDetailsTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.31.6.1 | componentPowerDetailsEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.31.6.1.13 | componentPowerDetailsStaticCap | CME-MIB |