All MIBs › CPS-MIB › atsOutletDevCommand
atsOutletDevCommand
Module: CPS-MIB
OID (symbolic): CPS-MIB::atsOutletDevCommand
OID (numeric): 1.3.6.1.4.1.3808.1.1.5.6.1.6
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 atsOutletCfgPowerOnTime OID value.
Setting this OID to delayedAllOff (6) will turn all outlets off as defined by each outlet's atsOutletCfgPowerOffTime OID value.
Setting this OID to delayedAllReboot (7) will cause a delayedAllOff command to be performed. Once all outlets are off, the Switched Rack ATS will then delay the largest atsOutletCfgRebootDuration OID time, and then perform a delayedAllOn command.
Setting this OID to cancelAllPendingCommands (8) will cause all pending commands on the Switched Rack ATS to be canceled.
Getting this OID will return the noCommandAll (1) value.
What is atsOutletDevCommand?
This read-write enumeration issues a bulk command to every outlet on the ATS at once, such as immediateAllOn(2), immediateAllOff(3), or immediateAllReboot(4), plus delayed variants. An admin uses it for whole-device power actions instead of toggling outlets one at a time. For example, setting this to immediateAllReboot(4) power-cycles every outlet on the ATS simultaneously, useful when recovering a rack of hung devices after a firmware update.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.5.6.1.6 snmpwalk -v2c -c public <target> CPS-MIB::atsOutletDevCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.5.6.1.6.1 snmpget -v2c -c public <target> CPS-MIB::atsOutletDevCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.5.6.1.6.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::atsOutletDevCommand 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.5 | ats | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.5.6 | atsOutlet | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.5.6.1 | atsOutletDevice | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.5.6.1.6 | atsOutletDevCommand | CPS-MIB |