11.3.2.3 Packet Tracer – Test Connectivity with Traceroute

Last Updated on March 24, 2018 by Admin

11.3.2.3 Packet Tracer – Test Connectivity with Traceroute

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.1 Version 6.0 Online Assessment
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2

Packet Tracer – Testing Connectivity with Traceroute (Answer Version)

Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only.

Topology

11.3.2.3 Packet Tracer – Test Connectivity with Traceroute

11.3.2.3 Packet Tracer – Test Connectivity with Traceroute

Objectives

Part 1: Test End-to-End Connectivity with the tracert Command

Part 2: Compare to the traceroute Command on a Router

Background

This activity is designed to help you troubleshoot network connectivity issues using commands to trace the route from source to destination. You are required to examine the output of tracert (the Windows command) and traceroute (the IOS command) as packets traverse the network and determine the cause of a network issue. After the issue is corrected, use the tracert and traceroute commands to verify the completion.

Part 1: Test End-to-End Connectivity with the tracert Command

Step 1: Send a ping from one end of the network to the other end.

Click PC1 and open the Command Prompt. Ping PC3 at 10.1.0.2. What message is displayed as a result of the ping?

_______________________________________________________________________________________

Destination host unreachable

Step 2: Trace the route from PC1 to determine where in the path connectivity fails.

  1. From the Command Prompt of PC1, enter the tracert 10.1.0.2 command.
  2. When you receive the Request timed out message, press Ctrl+C. What was the first IP address listed in the tracert output?
    • ____________________________________________________________________________________
    • 10.0.0.254—the gateway address of the PC
  3. Observe the results of the tracert command. What is the last address reached with the tracert command?
    • ____________________________________________________________________________________
    • 10.100.100.6

Step 3: Correct the network problem.

  1. Compare the last address reached with the tracert command with the network addresses listed on the topology. The furthest device from the host 10.0.0.2 with an address in the network range found is the point of failure. What devices have addresses configured for the network where the failure occurred?
    • ____________________________________________________________________________________
    • RouterB and RouterC
  2. Click RouterC and then the CLI tab. What is the status of the interfaces?
    • ____________________________________________________________________________________
    • They appear to be up and active.
  3. Compare the IP addresses on the interfaces with the network addresses on the topology. Does there appear to be anything extraordinary?
    • ____________________________________________________________________________________
    • The Serial 0/0/0 interface has an incorrect IP address based on the topology.
  4. Make the necessary changes to restore connectivity; however, do not change the subnets. What is solution?
    • ____________________________________________________________________________________
    • Change the IP address on S0/0/0 to 10.100.100.9/30

Step 4: Verify that end-to-end connectivity is established.

  1. From the PC1 Command Prompt, enter the tracert 10.1.0.2 command.
  2. Observe the output from the tracert command. Was the command successful? __________ Yes

Part 2: Compare to the traceroute Command on a Router

  1. Click RouterA and then the CLI tab.
  2. Enter the traceroute 10.1.0.2 command. Did the command complete successfully? __________ Yes
  3. Compare the output from the router traceroute command with the PC tracert command. What is noticeably different about the list of addresses returned?
    • ____________________________________________________________________________________
    • The router has one less IP address because it will be using RouterB as the next device along the path.

Part 3: Using Extended Traceroute

In addition to traceroute, Cisco IOS also includes extended traceroute. Extended traceroute allows the administrator to adjust minor traceroute operation parameters by asking simple questions.

As part of the verification process, use extended traceroute on RouterA to increase the number of ICMP packets traceroute sends to each hop.

Note: Windows tracert also allows the user to adjust a few aspects through the use of command line options.

  1. Click RouterA and then the CLI tab.
  2. Enter the traceroute and press ENTER. Notice that just the traceroute command should be entered.
  3. Answer the questions asked by extended traceroute as follows. Extended traceroute should run right after the last question is answered.
    • Protocol [ip]: ip
    • Target IP address: 10.1.0.2
    • Source address: 10.100.100.1
    • Numeric display [n]: n
    • Timeout in seconds [3]: 3
    • Probe count [3]: 5
    • Minimum Time to Live [1]: 1
    • Maximum Time to Live [30]: 30
    • Note: the value displayed in brackets is the default value and will be used by traceroute if no value is entered. Simply press ENTER to use the default value.
    • How many questions were answered with non-default values? What was the new value?
    • ____________________________________________________________________________________
    • Probe count. The default value is 3 but the new value provided was 5.
    • How many ICMP packets were sent by RouterA?
    • ____________________________________________________________________________________
    • Five (5).
    • Note: Probe count specifies the number of ICMP packets sent to each hop by traceroute. A higher number of probes allows for a more accurate average round trip time for the packets.
  4. Still on RouterA, run extended traceroute again but this time change the timeout value to 7 seconds.
    • What happened? How does the different timeout value affect traceroute?
    • ____________________________________________________________________________________
    • The timeout parameter informs traceroute how long it should wait for a reply before declaring the hop unreachable. The default value is 3 seconds.
    • Can you think of a use for the timeout parameter?
    • ____________________________________________________________________________________
    • If the path is too congested but still operational, it can be useful to change the timeout value to ensure traceroute waits long enough before declaring the hop unreachable.

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.1 Version 6.0 Online Assessment
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2

Suggested Scoring Rubric

Activity Section Question Location Possible Points Earned Points
Part 1: Test End-to-End Connectivity with the tracert Command Step 1 10
Step 2b 10
Step 2c 10
Step 3a 10
Step 3c 10
Step 3d 5
Step 3e 5
Step 4b 10
Part 1 Total 80
Part 2: Compare to the traceroute Command on a Router a 2
b 3
c 5
Part 2 Total 10
Part 3: Extended Traceroute a 2
b 3
c 2
d 3
Part 3 Total 10
Packet Tracer Score 10
Total Score 100