MIB Viewer

componentPowerAction

OBJECT-TYPE
1.3.6.1.4.1.2.3.51.2.22.31.1.1.4
Access
read-write
Status
mandatory
Source
CME-MIB
Sub-identifiers
0
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)
INTEGER { none(0), off(1), on(2), softoff(3), restart(4), restartSysMgmtProcessor(5), restartNMI(6) }