sPDUOutletCtl
OBS ✓
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.4.4.2.1.3
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
powered by 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 sPDUOutletPowerOnTime OID has elapsed. This option is not
valid for MasterSwitch firmware version 1.X.
Setting this variable to outletOffWithDelay (6) will turn the outlet off
after the sPDUOutletPowerOffTime OID has elapsed. This option is not valid
for MasterSwitch firmware version 1.X.
Setting this variable to outletRebootWithDelay (7) will turn the outlet off
after the sPDUOutletPowerOffTime OID has elapsed, wait the sPDUOutletRebootDuration
OID time, then turn the outlet back on.
This option is not valid for MasterSwitch firmware version 1.X.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Power
Status
Explore Observium network monitoring
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.4.4.2.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- sPDUOutletControlEntry
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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::sPDUOutletCtl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::sPDUOutletCtl.<sPDUOutletControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::sPDUOutletCtl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | outletOn |
2 | outletOff |
3 | outletReboot |
4 | outletUnknown |
5 | outletOnWithDelay |
6 | outletOffWithDelay |
7 | outletRebootWithDelay |