11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues

Last Updated on March 24, 2018 by Admin

11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues

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 – Troubleshooting Connectivity Issues (Answer Version)

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

Topology

11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues

11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues

Addressing Table

Device Interface IP Address Subnet Mask Default Gateway
R1 G0/0 172.16.1.1 255.255.255.0 N/A
G0/1 172.16.2.1 255.255.255.0 N/A
S0/0/0 209.165.200.226 255.255.255.252 N/A
R2 G0/0 209.165.201.1 255.255.255.224 N/A
S0/0/0 (DCE) 209.165.200.225 255.255.255.252 N/A
PC-01 NIC 172.16.1.3 255.255.255.0 172.16.1.1
PC-02 NIC 172.16.1.4 255.255.255.0 172.16.1.1
PC-A NIC 172.16.2.3 255.255.255.0 172.16.2.1
PC-B NIC 172.16.2.4 255.255.255.0 172.16.2.1
Web NIC 209.165.201.2 255.255.255.224 209.165.201.1
DNS1 NIC 209.165.201.3 255.255.255.224 209.165.201.1
DNS2 NIC 209.165.201.4 255.255.255.224 209.165.201.1

Objectives

The objective of this Packet Tracer activity is to troubleshoot and resolve connectivity issues, if possible. Otherwise, the issues should be clearly documented and so they can be escalated.

Background / Scenario

Users are reporting that they cannot access the web server, www.cisco.pka after a recent upgrade that included adding a second DNS server. You must determine the cause and attempt to resolve the issues for the users. Clearly document the issues and any solution(s). You do not have access to the devices in the cloud or the server www.cisco.pka. Escalate the problem if necessary.

Router R1 can only be accessed using SSH with the username Admin01 and password cisco12345.

Step 1: Determine the connectivity issue between PC-01 and web server.

  1. On PC-01, open the command prompt. Enter the command ipconfig to verify what IP address and default gateway has been assigned to PC-01. Correct as necessary.
  2. After correcting the IP addressing issues on PC-01, issue the pings to the default gateway, web server, and other PCs. Were the pings successful? Record the results.
    • Ping to default gateway (172.16.1.1)………….. Yes To web server (209.165.201.2)……………Yes
    • Ping to PC-02 ………..Yes To PC-A No To PC-B …………….No
  3. Use the web browser to access the web server on PC-01. Enter the URL www.cisco.pka and then using the IP address 209.165.201.2. Record the results.
    • Can PC-01 access www.cisco.pka? ……………Yes using the web server IP address? …………..Yes
  4. Document the issues and provide the solution(s). Correct the issues if possible.
    • ____________________________________________________________________________________
    • ____________________________________________________________________________________

The IP address on PC-01 is incorrectly configured. To resolve the issue, the IP address is changed from 172.168.1.3 to 172.16.1.3. PC-01 cannot successfully ping the PCs on the 172.16.2.0/24 network.

Step 2: Determine the connectivity issue between PC-02 and web server.

  1. On PC-02, open the command prompt. Enter the command ipconfig to verify the configuration for the IP address and default gateway. Correct as necessary.
  2. After correcting the IP addressing issues on PC-02, issue the pings to the default gateway, web server, and other PCs. Were the pings successful? Record the results.
    • Ping to default gateway (172.16.1.1)…………. Yes To web server (209.165.201.2) ……………Yes
    • Ping to PC-01 ……….Yes To PC-A ………….No To PC-B ……….No
  3. Navigate to www.cisco.pka using the web browser on PC-02. Record the results.
    • Can PC-01 access www.cisco.pka? ………Yes using the web server IP address …….Yes
  4. Document the issues and provide the solution(s). Correct the issues if possible.
    • ____________________________________________________________________________________
    • ____________________________________________________________________________________

PC-02 can access the web server using the IP address after correcting the default gateway. The default gateway should be configured as 172.16.1.1 on PC-02. PC-02 cannot successfully ping the PCs on the 172.16.2.0/24 network.

Step 3: Determine the connectivity issue between PC-A and web server.

  1. On PC-A, open the command prompt. Enter the command ipconfig to verify the configuration for the IP address and default gateway. Correct as necessary.
  2. After correcting the IP addressing issues on PC-A, issue the pings to the default gateway, web server, and other PCs. Were the pings successful? Record the results.
    • Ping to default gateway (172.16.2.1)………………. No To web server (209.165.201.2)…………… No
    • Ping to PC-B ………….Yes To PC-01 ………….No To PC-02 …………………..No
  3. Navigate to www.cisco.pka.net using the web browser on PC-A. Record the results.
    • Can PC-A access www.cisco.pka?…………… No using the web server IP address ………………..No
  4. Document the issues and provide the solution(s). Correct the issues if possible.
    • ____________________________________________________________________________________
    • ____________________________________________________________________________________

PC-A can only access the local LAN. The interface G0/1 on router R1 is incorrectly configured. Correct the IP address on the interface G0/1. Access the router R1 using SSH from PC-01 or PC-02 to change the IP address from 172.16.3.1 to 172.16.2.1.

Step 4: Determine the connectivity issue between PC-B and web server.

  1. On PC-B, open the command prompt. Enter the command ipconfig to verify the configuration for the IP address and default gateway. Correct as necessary.
  2. After correcting the IP addressing issues on PC-B, issue the pings to the default gateway, web server, and other PCs. Were the pings successful? Record the results.
    • Ping to default gateway (172.16.2.1)…………….. Yes To web server (209.165.201.2)…………… Yes
    • Ping to PC-A ………..Yes To PC-01 ………….Yes To PC-02 ………….Yes
  3. Navigate to www.cisco.pka using the web browser. Record the results.
    • Can PC-B access www.cisco.pka? …………..No using the web server IP address ……………….Yes
  4. Document the issues and provide the solution(s). Correct the issues if possible.
    • ____________________________________________________________________________________
    • ____________________________________________________________________________________

PC-B can access the web server using the IP address only. PC-B is also configured with the correct DNS-2 server address. This indicates that DNS-2 server maybe incorrectly configured. To resolve this issue temporarily, the DNS server address can be configured to use 209.165.200.3.The issue with DNS-2 server needs to be escalated because you do not administrative access to the device outside your network.

Step 5: Verify connectivity.

Verify that all the PCs can access the web server www.cisco.pka.

Your completion percentage should be 100%. If not, click Check Results to see which required components are not yet completed.

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 Possible Points Earned Points
Step 1d 5
Step 2d 5
Step 3d 5
Step 4d 5
Packet Tracer 15
Total Score 35