All MIBs › CPS-MIB › atsOutletCtrlCommand
atsOutletCtrlCommand
Module: CPS-MIB
OID (symbolic): CPS-MIB::atsOutletCtrlCommand
OID (numeric): 1.3.6.1.4.1.3808.1.1.5.6.5.1.3
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 (2) value will be returned. If the outlet is off, the immediateOff (2) value will be returned.
Setting this variable to immediateOn (2) will immediately turn the outlet on.
Setting this variable to immediateOff (3) will immediately turn the outlet off.
Setting this variable to immediateReboot (4) will immediately reboot the outlet.
Setting this variable to delayedOn (5) will turn the outlet on after the ePDUOutletConfigPowerOnTime OID time has elapsed.
Setting this variable to delayedOff (6) will turn the outlet off after the ePDUOutletConfigPowerOffTime OID time has elapsed.
Setting this variable to delayedReboot (7) will cause the ATS to perform a delayedOff command, wait the atsOutletCfgRebootDuration OID time, and then perform a delayedOn command.
Setting this variable to cancelPendingCommand (8) will cause any pending command to this outlet to be canceled.
What is atsOutletCtrlCommand?
This read-write enumeration both reports and sets the power state of an individual ATS outlet, using values like immediateOn(2), immediateOff(3), immediateReboot(4), and delayed variants. An admin uses it to power-cycle a single misbehaving device without affecting the rest of the outlets on the ATS. For example, setting this to immediateReboot(4) on the outlet feeding a frozen access point power-cycles just that device while leaving neighboring outlets untouched.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.5.6.5.1.3 snmpwalk -v2c -c public <target> CPS-MIB::atsOutletCtrlCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.5.6.5.1.3.1 snmpget -v2c -c public <target> CPS-MIB::atsOutletCtrlCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.5.6.5.1.3.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::atsOutletCtrlCommand 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.5 | atsOutletCtrlTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.5.6.5.1 | atsOutletCtrlEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.5.6.5.1.3 | atsOutletCtrlCommand | CPS-MIB |