Exam JN0-106 Topic 2 Question 115 Discussion
Actual exam question for Juniper's JN0-106 exam
Question #: 115
Topic #: 2
Question #: 115
Topic #: 2
Which Junos tool should you use to identify the path that packets take through the network to a destination?
Suggested Answer: B Vote an answer
When you need to visualize the hop-by-hop journey of a packet across a multi-vendor or Junos-based network, traceroute is the definitive operational tool. Unlike ping , which merely confirms end-to-end reachability by eliciting an Echo Reply, traceroute provides a clinical breakdown of every Layer 3 device (router or switch) in the path.
The mechanics of this tool are quite clever: it sends out a sequence of packets (usually UDP or ICMP) with an increasing Time-to-Live (TTL) value, starting at 1. When the first router receives the packet, it decrements the TTL to 0, discards the packet, and sends an ICMP " Time Exceeded " message back to the source. This informs your Junos device of the first hop ' s identity. This process repeats, incrementing the TTL each time, until the packet reaches the final destination. This path discovery is vital for identifying where traffic might be diverted by a misconfigured routing policy or where latency is being introduced in the network fabric. While monitor interface traffic gives you real-time throughput on a local port and SNMP provides historical telemetry to a management station, neither can map the external topological path like traceroute. In the Junos CLI, you can even specify the source address or bypass the routing table to test specific egress paths.
Reference: Operational Monitoring and Maintenance, Troubleshooting Network Connectivity.
The mechanics of this tool are quite clever: it sends out a sequence of packets (usually UDP or ICMP) with an increasing Time-to-Live (TTL) value, starting at 1. When the first router receives the packet, it decrements the TTL to 0, discards the packet, and sends an ICMP " Time Exceeded " message back to the source. This informs your Junos device of the first hop ' s identity. This process repeats, incrementing the TTL each time, until the packet reaches the final destination. This path discovery is vital for identifying where traffic might be diverted by a misconfigured routing policy or where latency is being introduced in the network fabric. While monitor interface traffic gives you real-time throughput on a local port and SNMP provides historical telemetry to a management station, neither can map the external topological path like traceroute. In the Junos CLI, you can even specify the source address or bypass the routing table to test specific egress paths.
Reference: Operational Monitoring and Maintenance, Troubleshooting Network Connectivity.
by Cherry at Jun 05, 2026, 08:49 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).