cpqRackPowerEnclosureBladeAutopoweron
CPQRACK-MIB ·
.1.3.6.1.4.1.232.22.2.3.3.1.1.10
Object
column optional
r/w
Enumeration
This indicates current condition of the power enclosure.
other(1)
The blade auto power on feature could not be determined.
disabled(2)
The enclosure will not automatically power on a blade when inserted.
enabled(3)
The enclosure will automatically power on a blade when inserted.
Context
- MIB
- CPQRACK-MIB
- OID
.1.3.6.1.4.1.232.22.2.3.3.1.1.10- Type
- column
- Access
- readwrite
- Status
- optional
- Parent
- cpqRackPowerEnclosureEntry
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 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackPowerEnclosureBladeAutopoweron'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackPowerEnclosureBladeAutopoweron.<cpqRackPowerEnclosureRack>.<cpqRackPowerEnclosureIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQRACK-MIB::cpqRackPowerEnclosureBladeAutopoweron'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | disabled |
3 | enabled |