pdu3OutletControlPowerOnState
CPQPOWER-MIB ·
.1.3.6.1.4.1.232.165.11.5.2.1.5
Object
column mandatory
r/w
Enumeration
Determines the outlet state when power is applied to the unit. 1 : not restart at device startup 2 : should sequence back ON in line with outletControlSequenceTime 3 : should take the state the outlet had when power was lost. If the state was ON, should sequence back ON in line with outletControlSequenceTime.
Context
- MIB
- CPQPOWER-MIB
- OID
.1.3.6.1.4.1.232.165.11.5.2.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pdu3OutletControlEntry
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 'CPQPOWER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQPOWER-MIB::pdu3OutletControlPowerOnState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQPOWER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQPOWER-MIB::pdu3OutletControlPowerOnState.<pdu3IdentIndex>.<pdu3OutletIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQPOWER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQPOWER-MIB::pdu3OutletControlPowerOnState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |
3 | lastState |