Passing Cisco’s CCNA and CCNP Exams: Traceroute

Posted in Computers on September 14th, 2009 by cahyo

In preparation for your and success, you’ve got to learn to troubleshoot . And while is a great basic connectivity tool, it doesn’t give you all the information you need to diagnose network connectivity issues.

Let’s say you have six between CityA and CityB. You send a from A to B, and get this return:

R1# 172.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.1.1.1, is 2 seconds:

…..

is 0 percent (0/5)

The five periods indicate that there is no connectivity to CityB. Problem is, that’s about all tells you. You can have 5 or 50 between the two points, so how can you tell which downstream has the problem?

That’s where traceroute comes in. Traceroute sends three datagrams with a Time To Live (TTL) of 1. Those datagrams will once they hit the first in the path, and that will respond with an ICMP Time Exceeded message.

In response, the sending sends three more datagrams, but these have a TTL of 2. This means that the next in line will send back ICMP Time Exceeded messages. This process continues until the final destination (CItyB) is reached the output of the command shows us the path the data took:

Router1#traceroute 271.1.1.1

Type escape sequence to abort.

Tracing the route to 271.1.1.1

Read more »

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,