nwIpTraceRouteStatus
NETWORK-DIAGS ·
.1.3.6.1.4.1.52.4.1.3.1.2.2.1.1.5
Object
column mandatory
Enumeration
The results of a trace request. A result of alive(3) means the end device has responded. Otherwise the next hop count will indicate how many hops were traversed.
Context
- MIB
- NETWORK-DIAGS
- OID
.1.3.6.1.4.1.52.4.1.3.1.2.2.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nwIpTraceRouteEntry
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 'NETWORK-DIAGS' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETWORK-DIAGS::nwIpTraceRouteStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETWORK-DIAGS' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETWORK-DIAGS::nwIpTraceRouteStatus.<nwIpTraceRouteDestination>.<nwIpTraceRouteOwner>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETWORK-DIAGS' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETWORK-DIAGS::nwIpTraceRouteStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | not-sent |
3 | in-progress |
4 | alive |
5 | timeout |
6 | bad-results |
7 | failed |
8 | net-unreach |
9 | host-unreach |
10 | proto-unreach |
11 | port-unreach |
12 | cant-frag |
13 | sr-failed |
14 | net-unknown |
15 | host-unknown |
16 | isolated |
17 | no-net-comm |
18 | no-host-comm |
19 | no-net-tos |
20 | no-host-tos |
21 | source-quence |
22 | ttl-exceeded |
23 | frag-exceeded |
24 | parameter |