cpqNicIfPhysAdapterStatsValid
CPQNIC-MIB ·
.1.3.6.1.4.1.232.18.2.3.1.1.15
Object
column mandatory
Enumeration
This value indicates whether the following statistics
in the table are accurate. Some adapters may not be
able to report the statistics accurately, and the
statistics should not be reported for these adapters.
The following values are valid:
true(1)
The statistics are accurate.
false(2)
The statistics are not accurate and should not
be used.
Context
- MIB
- CPQNIC-MIB
- OID
.1.3.6.1.4.1.232.18.2.3.1.1.15- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqNicIfPhysAdapterEntry
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 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatsValid'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatsValid.<cpqNicIfPhysAdapterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNIC-MIB::cpqNicIfPhysAdapterStatsValid'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |