All MIBs › CPS-MIB › ePDUOutletDevCommand
ePDUOutletDevCommand
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDUOutletDevCommand
OID (numeric): 1.3.6.1.4.1.3808.1.1.3.3.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting this OID to immediateAllOn (2) will turn all outlets on immediately.
Setting this OID to immediateAllOff (3) will turn all outlets off immediately.
Setting this OID to immediateAllReboot (4) will reboot all outlets immediately.
Setting this OID to delayedAllOn (5) will turn all outlets on as defined by each outlet's ePDUOutletConfigPowerOnTime OID value.
Setting this OID to delayedAllOff (6) will turn all outlets off as defined by each outlet's ePDUOutletConfigPowerOffTime OID value.
Setting this OID to delayedAllReboot (7) will cause a delayedAllOff command to be performed. Once all outlets are off, the Switched Rack PDU will then delay the largest ePDUOutletConfigRebootDuration OID time, and then perform a delayedAllOn command.
Setting this OID to cancelAllPendingCommands (8) will cause all pending commands on the Switched Rack PDU to be canceled.
Getting this OID will return the noCommandAll (1) value.
What is ePDUOutletDevCommand?
This read-write enumerated integer issues a power command to every outlet on the Rack PDU at once, such as immediateAllOn(2), immediateAllOff(3), immediateAllReboot(4), or a delayed variant that honors each outlet's configured power-on/off timing. Admins use it for coordinated actions like powering down an entire rack for maintenance or bringing all outlets back up together after a planned outage. Setting this to immediateAllReboot(4) during a scheduled maintenance window power-cycles every outlet on that PDU simultaneously rather than one at a time.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.3.1.1 snmpwalk -v2c -c public <target> CPS-MIB::ePDUOutletDevCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.3.1.1.1 snmpget -v2c -c public <target> CPS-MIB::ePDUOutletDevCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.3.3.1.1.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::ePDUOutletDevCommand 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.1 | ePDUOutletDevice | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.3.1.1 | ePDUOutletDevCommand | CPS-MIB |