|
|
Description:
|
acsPowerMgmtOutletsTablePowerControl OBJECT-TYPE
SYNTAX INTEGER {
noAction(1),
powerOn(2),
powerOff(3),
powerCycle(4),
powerLock(5),
powerUnlock(6)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A set value of power*(2-6) will send command to PDU.
noAction(1) = always returned in a GET. Does nothing if SET.
powerOn(2) = when SET the power On command is sent to PDU.
powerOff(3) = when SET the power Off command is sent to PDU.
powerCycle(4)=when SET the power cycle command is sent to PDU.
powerLock(5)= when SET the power lock command is sent to PDU.
powerUnlock(6)=when SET the power unlock command is sent to PDU.
The powerLock and powerUnlock are valid only for Cyclades-PM PDUs"
|
|
|
|