rPDUOutletSwitchedControlCmd
DellrPDU-MIB ·
.1.3.6.1.4.1.674.10903.200.2.200.130.1.4.1.4
Object
column mandatory
r/w
Enumeration
Getting this variable will return the outlet state. If the outlet is on, the outletOn (1) value will be returned. If the outlet is off, the outletOff (2) value will be returned. If the state of the outlet cannot be determined, the outletUnknown (4) value will be returned. If the outletUnknown condition should occur, all devices receiving power from the PDU should be shut down. The PDU's power should then be cycled to clear this condition. Setting this variable to outletOn (1) will turn the outlet on. Setting this variable to outletOff (2) will turn the outlet off. Setting this variable to outletReboot (3) will reboot the outlet. Setting this variable to outletOnWithDelay (5) will turn the outlet on after the rPDUOutSwitchedCfgPowerOnTime OID has elapsed. Setting this variable to outletOffWithDelay (6) will turn the outlet off after the rPDUOutSwitchedCfgPowerOffTime OID has elapsed. Setting this variable to outletRebootWithDelay (7) will turn the outlet off after the rPDUOutSwitchedCfgPowerOffTime OID has elapsed, wait the rPDUOutSwtchedCfgRebootDuration OID time, then turn the outlet back on.
Context
- MIB
- DellrPDU-MIB
- OID
.1.3.6.1.4.1.674.10903.200.2.200.130.1.4.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rPDUOutletSwitchedControlEntry
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::rPDUOutletSwitchedControlCmd'
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::rPDUOutletSwitchedControlCmd.<rPDUOutletSwitchedControlIndex>'
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::rPDUOutletSwitchedControlCmd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | outletOn |
2 | outletOff |
3 | outletReboot |
4 | outletUnknown |
5 | outletOnWithDelay |
6 | outletOffWithDelay |
7 | outletRebootWithDelay |