pduOutletSwitchState
VERTIV-V5-MIB ·
.1.3.6.1.4.1.21239.5.2.3.5.1.4
Object
column Enumeration
Switch state of the outlet: 1 = Outlet is on 2 = Outlet is off 3 = Outlet is on, but will turn off after a delay 4 = Outlet is off, but will turn on after a delay 5 = Starting reboot cycle, outlet is on, but will go to the rebootOff(6) state after a delay 6 = Rebooting, outlet is off, but it will turn on after a delay 7 = Cannot get outlet state
Context
- MIB
- VERTIV-V5-MIB
- OID
.1.3.6.1.4.1.21239.5.2.3.5.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- pduOutletSwitchEntry
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 'VERTIV-V5-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-V5-MIB::pduOutletSwitchState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VERTIV-V5-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-V5-MIB::pduOutletSwitchState.<pduOutletSwitchIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VERTIV-V5-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VERTIV-V5-MIB::pduOutletSwitchState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
3 | on2off |
4 | off2on |
5 | rebootOn |
6 | rebootOff |
7 | unavailable |