ifExtnsTestResult
RFC1229-MIB ·
.1.3.6.1.3.6.2.1.5
Object
column mandatory
Enumeration
This object contains the result of the most recently requested test, or the value none(1) if no tests have been requested since the last reset. Note that this facility provides no provision for saving the results of one test when starting another, as could be required if used by multiple managers concurrently.
Context
- MIB
- RFC1229-MIB
- OID
.1.3.6.1.3.6.2.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ifExtnsTestEntry
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 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1229-MIB::ifExtnsTestResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1229-MIB::ifExtnsTestResult.<ifExtnsTestIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1229-MIB::ifExtnsTestResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | success |
3 | inProgress |
4 | notSupported |
5 | unAbleToRun |
6 | aborted |
7 | failed |