cpqRackServerBladeFrontIOBlankingModeStatus
CPQRACK-MIB ·
.1.3.6.1.4.1.232.22.2.4.1.1.1.34
Object
column optional
Enumeration
Indicates whether the target blade server has the front IO ports blanking feature enabled.
This will be Active(3) if the blade server has this feature eanbled, Inactive (2) if not,
or Unknown(1) if it can't be determined.
Context
- MIB
- CPQRACK-MIB
- OID
.1.3.6.1.4.1.232.22.2.4.1.1.1.34- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- cpqRackServerBladeEntry
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::cpqRackServerBladeFrontIOBlankingModeStatus'
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::cpqRackServerBladeFrontIOBlankingModeStatus.<cpqRackServerBladeRack>.<cpqRackServerBladeChassis>.<cpqRackServerBladeIndex>'
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::cpqRackServerBladeFrontIOBlankingModeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | inactive |
3 | active |