MIB Viewer

atsOutletCtrlCommand

OBJECT-TYPE
1.3.6.1.4.1.3808.1.1.5.6.5.1.3
Access
read-write
Status
mandatory
Source
CPS-MIB
Sub-identifiers
0
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.
INTEGER { none (1), immediateOn (2), immediateOff (3), immediateReboot (4), delayedOn (5), delayedOff (6), delayedReboot (7), cancelPendingCommand (8) }