ibmHprRtGenResult
IBMHPRROUTETEST-MIB ·
.1.3.6.1.4.1.2.5.10.4.2.1.1.5
Object
column mandatory
Enumeration
The route test result. This indicates whether the route test
was:
1. successfully executed, or
2. in progress and has not completed yet, or
3. no response was received from one or more nodes, or
4. the nce id used to trigger the route test was invalid, or
5. the tcid used to trigger the route test was invalid, or
6. the lu name used to trigger the route test was invalid, or
7. the mode name used to trigger the route test was invalid
for the lu name specified, or
8. a contiguous hpr route from this node to the target lu
does not exist and cannot be created.
Context
- MIB
- IBMHPRROUTETEST-MIB
- OID
.1.3.6.1.4.1.2.5.10.4.2.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmHprRtGenEntry
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::ibmHprRtGenResult'
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::ibmHprRtGenResult.<ibmHprRtGenTestId>'
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::ibmHprRtGenResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | successful |
2 | inProgess |
3 | noResponse |
4 | nceidInvalid |
5 | tcidInvalid |
6 | luInvalid |
7 | modeInvalid |
8 | noHprRoute |