Torku-13.2.7 Packet Tracer - Use Ping and Traceroute To Test Network Connectivity
Torku-13.2.7 Packet Tracer - Use Ping and Traceroute To Test Network Connectivity
Addressing Table
Objectives
Part 1: Test and Restore IPv4 Connectivity
Part 2: Test and Restore IPv6 Connectivity
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
Scenario
There are connectivity issues in this activity. In addition to gathering and documenting information
about the network, you will locate the problems and implement acceptable solutions to restore
connectivity.
Note: The user EXEC password is cisco. The privileged EXEC password is class.
Instructions
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
g. Enter the show ip route command to list the networks to which the router is connected. Note that
there are two networks connected to the Serial0/0/1 interface.
Question:
What are they?
10.10.1.6/32, 10.10.1.4/30
h. Repeat steps 2e through 2g with R3 and record your answers.
10.10.1.10, 10.10.1.8/30, 10.10.1.10/32
i. Click R2. Press ENTER and log into the router.
j. Enter the show ip interface brief command and record your addresses.
10.10.1.2, 10.10.1.9.
k. Run more tests if it helps visualize the problem. Simulation mode is available.
Close configuration window
Step 3: Propose a solution to solve the problem.
Compare your answers in Step 2 to the documentation you have available for the network.
Question:
What is the error?
R2’s Serial 0/0/0 interface is configured with the wrong IP addresses
What solution would you propose to correct the problem?
Configure the correct IP address on R2’s Serial 0/0/0 interface (10.10.1.5)
Fix:
R2#configure terminal
R2(config)#interface serial 0/0/0
R2(config-if)#ip address 10.10.1.5 255.255.255.252
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
R2(config-if)#exit
R2(config)#exit
1. Ping test:
o Attempted a ping from PC1 to PC3, which failed, confirming a connectivity
issue.
2. Trace route:
o Used the tracert command from PC1 and PC3 to trace the route. The trace
showed that the last successful hops were at R1 (10.10.1.97) and R3
(10.10.1.17), respectively, indicating the issue was with R2.
3. Router checks:
o Verified the interface statuses and IP configurations on R1, R2, and R3 using
the show ip interface brief and show ip route commands. It was identified
that R2’s Serial 0/0/0 interface had an incorrect IP address (10.10.1.2 instead
of 10.10.1.5).
Solution Implemented:
Corrected the IP address on R2’s Serial 0/0/0 interface using the following
configuration commands:
R2(config-if)#exit
Verified the new configuration using the show ip interface brief command to ensure
the interface had the correct IP address and was in the “up” state.
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
Verification:
Tested connectivity by successfully pinging PC3 from PC1 and vice versa,
confirming that the problem was resolved.
Conclusion: The problem was caused by a misconfigured IP address on R2’s Serial 0/0/0
interface. Correcting the IP address restored connectivity between PC1 and PC3.
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
g. Run more tests if it helps visualize the problem. Simulation mode is available.
Close
Step 3: Propose a solution to solve the problem.
Compare your answers in Step 2 to the documentation you have available for the network.
Question:
What is the error?
PC4 is using the wrong default gateway configuration here.
What solution would you propose to correct the problem?
Configure PC4 with the correct default gateway address: FE80::3.
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 7 www.netacad.com
Packet Tracer - Use Ping and Traceroute to Test Network Connectivity
Problem Identified:
PC4 used an incorrect default gateway, preventing it from communicating with PC2 over
IPv6. The ping and traceroute commands from PC4 failed to reach any IPv6 address.
Solution Implemented:
1. Verified that the last successful IPv6 address reached during the trace from PC2
was 2001:db8:1:3::2.
2. Noticed that no IPv6 address was reached when tracing from PC4 to PC2.
3. Used the show ipv6 interface brief command on R3 to check for discrepancies in the
IPv6 configuration.
4. Identified that PC4 had an incorrect default gateway configured.
5. Reconfigured PC4 to use the correct default gateway address: FE80::3.
1. On PC4, the following commands were used to change the default gateway:
Verification:
1. After applying the correct gateway, the following tests were conducted:
o From PC2, a successful ping test was conducted on PC4 using:
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 7 www.netacad.com