ibmHprRtDetResult
IBMHPRROUTETEST-MIB ·
.1.3.6.1.4.1.2.5.10.4.3.1.1.7
Object
column mandatory
Enumeration
The result of this portion of the route test. It indicates
whether this portion of the route test was:
1. successfully executed, or
2. no response was received.
Context
- MIB
- IBMHPRROUTETEST-MIB
- OID
.1.3.6.1.4.1.2.5.10.4.3.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmHprRtDetEntry
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 'IBMHPRROUTETEST-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMHPRROUTETEST-MIB::ibmHprRtDetResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBMHPRROUTETEST-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMHPRROUTETEST-MIB::ibmHprRtDetResult.<ibmHprRtDetTestId>.<ibmHprRtDetSubTestId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBMHPRROUTETEST-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBMHPRROUTETEST-MIB::ibmHprRtDetResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | successful |
2 | noResponse |