pduOutletSwitchPoaAction
VERTIV-V5-MIB ·
.1.3.6.1.4.1.21239.5.2.3.5.1.12
Object
column r/w
Enumeration
The outlet is set to this state during power-up. The action can be have one the following values: 1 = Outlet will be turned on 2 = Outlet will stay off 3 = Outlet will be set to last known state
Context
- MIB
- VERTIV-V5-MIB
- OID
.1.3.6.1.4.1.21239.5.2.3.5.1.12- Type
- column
- Access
- readwrite
- 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::pduOutletSwitchPoaAction'
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::pduOutletSwitchPoaAction.<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::pduOutletSwitchPoaAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
3 | last |