ifTestResult
ITF-MIB ·
.1.3.6.1.2.1.31.1.3.1.4
Object
column optional
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.
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: See above
PERSIST: NO DEFVALUE: NA UNITS: -
Context
- MIB
- ITF-MIB
- OID
.1.3.6.1.2.1.31.1.3.1.4- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- ifTestEntry
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 'ITF-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ITF-MIB::ifTestResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ITF-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ITF-MIB::ifTestResult.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ITF-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ITF-MIB::ifTestResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | success |
3 | inProgress |
4 | notSupported |
5 | unAbleToRun |
6 | aborted |
7 | failed |