All MIBs › CPS-MIB › ePDUOutletControlOutletCommand
ePDUOutletControlOutletCommand
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDUOutletControlOutletCommand
OID (numeric): 1.3.6.1.4.1.3808.1.1.3.3.3.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Getting this variable will return the outlet state. If the outlet is on, the immediateOn (1) value will be returned. If the outlet is off, the immediateOff (2) value will be returned.
Setting this variable to immediateOn (1) will immediately turn the outlet on.
Setting this variable to immediateOff (2) will immediately turn the outlet off.
Setting this variable to immediateReboot (3) will immediately reboot the outlet.
Setting this variable to delayedOn (4) will turn the outlet on after the ePDUOutletConfigPowerOnTime OID time has elapsed.
Setting this variable to delayedOff (5) will turn the outlet off after the ePDUOutletConfigPowerOffTime OID time has elapsed.
Setting this variable to delayedReboot (6) will cause the Switched Rack PDU to perform a delayedOff command, wait the ePDUOutletConfigRebootDuration OID time, and then perform a delayedOn command.
Setting this variable to cancelPendingCommand (7) will cause any pending command to this outlet to be canceled.
Setting this variable to outletIdentify (8) will cause PDU LED to display the number of the outlet.
What is ePDUOutletControlOutletCommand?
This read-write enumerated integer both reports an outlet's current power state when read, immediateOn(1) if on, immediateOff(2) if off, and issues an immediate or delayed on/off/reboot command when written. Admins use it as the primary lever for remotely power-cycling a specific outlet's equipment, such as forcing a reboot of a hung device without walking to the rack. Writing immediateReboot(3) to a specific outlet index lets an admin remotely power-cycle just that one piece of equipment while every other outlet on the PDU stays untouched.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.3.3.1.1.4 snmpwalk -v2c -c public <target> CPS-MIB::ePDUOutletControlOutletCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.3.3.1.1.4.1 snmpget -v2c -c public <target> CPS-MIB::ePDUOutletControlOutletCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.3.3.3.1.1.4.1 i <value>
Start monitoring UPS product line (vendor unclear, enterprise OID 3808) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPS-MIB::ePDUOutletControlOutletCommand OID value, configure state conditions and alerts, and monitor any UPS product line (vendor unclear, enterprise OID 3808) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3808 | cps | CPS-MIB |
| 1.3.6.1.4.1.3808.1 | products | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1 | hardware | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3 | ePDU | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3 | ePDUOutlet | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3.3 | ePDUOutletControl | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3.3.1 | ePDUOutletControlTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3.3.1.1 | ePDUOutletControlEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3.3.1.1.4 | ePDUOutletControlOutletCommand | CPS-MIB |