All MIBs › CME-MIB › componentPowerAction
componentPowerAction
Module: CME-MIB
OID (symbolic): CME-MIB::componentPowerAction
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.31.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Control the power state of a specific component.
none: No action, value returned for GET. off: Power-off component. on: Power-on component.
softoff: Shutdown OS and power-off component. This operation is not supported on all components.
restart: Restart a component.
restartSysMgmtProcessor: Restart a component's system management processor.
restartNMI: Issue a NMI (Non-Maskable Interrupt) restart to the component. This option is not supported on all components.
NOTE: Value returned for the GET command is meaningless for this MIB object. The componentPowerState MIB object should be used to check the power state of the component(s)
What is componentPowerAction?
This read-write enumeration lets an admin remotely power a specific component off, on, soft-off (OS-level shutdown then power-off), restart, or restart its system-management processor; not all actions are supported on every component. It's the primary remote power-control lever admins use instead of physically visiting the chassis. For example, an admin sets this object to softoff(3) on an unresponsive blade to gracefully shut down its OS before power is cut, rather than forcing a hard power-off.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.31.1.1.4 snmpwalk -v2c -c public <target> CME-MIB::componentPowerAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.31.1.1.4.1 snmpget -v2c -c public <target> CME-MIB::componentPowerAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.22.31.1.1.4.1 i <value>
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::componentPowerAction 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.1 | componentPowerTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.31.1.1 | componentPowerEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.31.1.1.4 | componentPowerAction | CME-MIB |