rPDUDeviceControlCommand
DellrPDU-MIB ·
.1.3.6.1.4.1.674.10903.200.2.200.110.5.1.3
Object
column mandatory
r/w
Enumeration
Setting this OID to turnAllOnNow (1) will turn all outlets on immediately. Setting this OID to turnAllOnSequence (2) will turn all outlets on as defined by each outlet's sPDUOutletPowerOnTime OID value. Setting this OID to turnAllOff (3) will turn all outlets off immediately. Setting this OID to rebootAllNow (4) will reboot all outlets immediately. Setting this OID to rebootAllSequence (5) reboots all outlets, with power returned to the outlets in the sequence defined by each outlet's rPDUOutSwitchedCfgPowerOnTime OID value. Setting this OID to rebootAllSequence (5) will cause a turnAllOffSequence to be performed. Once all outlets are off, the Rack PDU will then delay the rPDUOutSwtchedCfgRebootDuration OID time, and then perform a turnAllOnSequence. Setting this OID to turnAllOffSequence (7) will turn all outlets off as defined by each outlet's rPDUOutSwitchedCfgPowerOffTime OID value. Getting this OID will return the noCommand (6) value.
Context
- MIB
- DellrPDU-MIB
- OID
.1.3.6.1.4.1.674.10903.200.2.200.110.5.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rPDUDeviceControlEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DellrPDU-MIB::rPDUDeviceControlCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DellrPDU-MIB::rPDUDeviceControlCommand.<rPDUDeviceControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DellrPDU-MIB::rPDUDeviceControlCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | turnAllOnNow |
2 | turnAllOnSequence |
3 | turnAllOffNow |
4 | rebootAllNow |
5 | rebootAllSequence |
6 | noCommand |
7 | turnAllOffSequence |