12.6.2 Packet Tracer - Troubleshooting Challenge - Use Documentation to Solve Issues (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.

12.6.2 Packet Tracer - Troubleshooting Challenge - Use Documentation to Solve Issues
Addressing Table
| Device | Interface | Device Type (router, switch, host) |
IP Address | Subnet Mask | Default Gateway |
|---|---|---|---|---|---|
| PC1 | NIC | host | 192.168.1.153 | 255.255.255.0 | 192.168.1.1 |
| PC2 | NIC | host | 192.168.3.50 | 255.255.255.0 | 192.168.3.1 |
| PC3 | NIC | host | 192.168.4.115 | 255.255.255.0 | 192.168.4.1 |
| PC4 | NIC | host | 192.168.5.83 | 255.255.255.128 | 192.168.5.1 |
| PC5 | NIC | host | 192.168.5.227 | 255.255.255.128 | 192.168.5.129 |
| PC6 | NIC | host | 192.168.2.48 | 255.255.255.224 | 192.168.2.33 |
| PC7 | NIC | host | 192.168.2.67 | 255.255.255.224 | 192.168.2.65 |
| Hub | G0/0/0 | router | 192.0.2.1 | 255.255.255.252 | N/A |
| Hub | S0/1/0 | router | 192.168.0.1 | 255.255.255.252 | N/A |
| Hub | S0/1/1 | router | 192.168.0.5 | 255.255.255.252 | N/A |
| Hub | S0/2/0 | router | 192.168.0.9 | 255.255.255.252 | N/A |
| Hub | S0/2/1 | router | 192.168.0.13 | 255.255.255.252 | N/A |
| Branch-1 | G0/0/0 | router | 192.168.1.1 | 255.255.255.0 | N/A |
| Branch-1 | S0/1/0 | router | 192.168.0.2 | 255.255.255.252 | N/A |
| Branch-2 | G0/0/0 | router | 192.168.2.33 | 255.255.255.224 | N/A |
| Branch-2 | S0/1/0 | router | 192.168.0.6 | 255.255.255.252 | N/A |
| Factory | G0/0/0 | router | 192.168.3.1 | 255.255.255.0 | N/A |
| Factory | G0/0/1 | router | 192.168.4.1 | 255.255.255.0 | N/A |
| Factory | S0/1/0 | router | 192.168.0.14 | 255.255.255.252 | N/A |
| HQ | G0/0/0.1 | router | 192.168.6.1 | 255.255.255.0 | N/A |
| HQ | G0/0/0.5 | router | 192.168.5.1 | 255.255.255.128 | N/A |
| HQ | G0/0/0.10 | router | 192.168.5.129 | 255.255.255.128 | N/A |
| HQ | S0/1/0 | router | 192.168.0.10 | 255.255.255.252 | N/A |
| SW-B1 | VLAN 1 | switch | 192.168.1.252 | 255.255.255.0 | 192.168.1.1 |
| SW-B2 | VLAN 1 | switch | 192.168.2.62 | 255.255.255.0 | 192.168.2.1 |
| SW-F1 | VLAN 1 | switch | 192.168.3.252 | 255.255.255.0 | 192.168.3.1 |
| SW-F2 | VLAN 1 | switch | 192.168.4.252 | 255.255.255.0 | 192.168.4.1 |
| SW-HQ1 | VLAN 1 | switch | 192.168.6.252 | 255.255.255.0 | 192.168.6.1 |
| SW-HQ2 | VLAN 1 | switch | 192.168.6.253 | 255.255.255.0 | 192.168.6.1 |
| SW-HQ3 | VLAN 1 | switch | 192.168.6.254 | 255.255.255.0 | 192.168.6.1 |
Objectives
In this lab, you use network documentation to identify and fix network communications problems.
- Use various techniques and tools to identify connectivity issues.
- Use documentation to guide troubleshooting efforts.
- Identify specific network problems.
- Implement solutions to network communication problems.
- Verify network operation.
Background / Scenario
In this activity, you will use the documentation that you created in the Packet Tracer - Troubleshooting Challenge - Document the Network activity to guide network troubleshooting efforts.
It has been discovered that the network that you worked with in the previous PT activity has developed communication problems. Some hosts are unable to ping other hosts and the internet server. It is your job to determine what the issues are and to locate and repair them.
Network issues could exist in any device. Be sure to check for comprehensive errors:
- Addressing configuration
- Interface activation
- Routing
- NAT
Instructions
Passwords for all devices are VTY: cisco, Enable secret: class
Part 1: Assess Connectivity
All hosts should be able to ping each other and the internet server. Determine if this requirement is met. If not, identify which hosts and networks should be further investigated.
Part 2: Access Network Devices
From the hosts which have communication problems, use ICMP tools to determine where in the network these problems may be located. From the host PCs, access devices in the network and display configurations and operational status.
Part 3: Repair the Network
After locating the issues, reconfigure the devices to repair the connectivity problem. Use your documentation from the previous activity to help you.
Part 4: Document the Issues
Record your issues in the table below.
| Device | Issue | Action |
|---|---|---|
Instructor Note:
There are five problems in the network. Students should start at the hosts, ping the default gateway and then use ICMP trace to determine where the break in the communication path exists. They should then use Telnet, their documentation, and CDP to access various devices on the path. They should use appropriate show commands to view the configuration and operation of the devices on the path in order to locate the problems.
Problem 1:
PC1 can ping its default gateway and some other devices in the network, but it cannot ping Internet Server. Further testing reveals that some other PCs can reach the server. This indicates that the issue is likely related to the path that PC1 is taking to reach the internet. A trace indicates that packets only reach the Hub router.
Solution 1:
Students should Telnet to the nearest interface of the Hub router and inspect its configuration. There, the student will discover that the ip nat inside configuration statement is missing from the interface that connects the Hub router to the Branch-1 router. This statement should be added to the configuration and PC1 should now be able to reach Internet Server.
On PC1, go to Command Prompt, Enter: telnet 192.168.1.1, password cisco
C:\>telnet 192.168.1.1 Trying 192.168.1.1 ...Open User Access Verification Password: Branch-1>en Password: Branch-1#telnet 192.168.0.1 Trying 192.168.0.1 ...Open User Access Verification Password: Hub>en Password: Hub#config ter Hub(config)#interface s0/1/0 Hub(config-if)#ip nat inside
Problem 2:
PC3 cannot ping the internet server. Further, it is found that it cannot ping its gateway or other devices on the network.
Solution 2:
These tests indicate that the issue is either with the gateway or with the PC itself. Inspection of the IP addressing of PC3 shows that the addressing is correct. In addition, a green link light shows at the PC, so the link between the PC and LAN switch is up. Students should know from their documentation that PC 2 is connected to the Factory router, as is PC3. Because PC3 can’t ping its gateway, the student should telnet from PC2 to the router to inspect its configuration. It will be found that Gigabit Ethernet 0/0/1 interface of the Factory router is shutdown. Activating the interface should enable PC3 to only ping directly connected hosts.
On PC2, telnet to Factory Router through Default gateway:
C:\>telnet 192.168.3.1 Trying 192.168.3.1 ...Open User Access Verification Password: cisco Factory>enable Password: class Factory#show ip int brief Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0/0 192.168.3.1 YES manual up up GigabitEthernet0/0/1 192.168.4.1 YES manual administratively down down Serial0/1/0 192.168.0.14 YES manual up up Serial0/1/1 unassigned YES unset administratively down down Vlan1 unassigned YES unset administratively down down Factory#conf t Enter configuration commands, one per line. End with CNTL/Z. Factory(config)#interface g0/0/1 Factory(config-if)#no shutdown
Problem 3:
Even after the LAN interface for PC3 is activated, no devices can ping PC3 except for PC2, which is directly connected to the factory router. Similarly, PC3 can ping no devices on other networks.
Solution:
Inspection of the configuration of the Factory router indicates that the OSPF network statement for the PC3 LAN, 192.168.4.0/24, is missing. Adding this network statement restores connectivity to and from the LAN.
Factory(config)#router ospf 10 Factory(config-router)#network 192.168.4.0 0.0.0.255 area 0
Problem 4:
It is found the PC5 cannot ping its gateway. However, it cannot ping other PCs on the network or Internet Server.
Solution 4:
While it is tempting to go directly to the gateway router to look for the problem. inspection of PC5 addressing shows that it is missing its default gateway address. Adding this address solves the problem. The address should be available in the network documentation or by accessing the HQ router from another PC that has connectivity.
On PC4, telnet to HQ Router through Default gateway
C:\>telnet 192.168.5.1
Trying 192.168.5.1 ...Open
User Access Verification
Password:
HQ>enable
Password:
HQ#show ip int brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES unset up up
GigabitEthernet0/0/0.1 192.168.6.1 YES manual up up
GigabitEthernet0/0/0.5 192.168.5.1 YES manual up up
GigabitEthernet0/0/0.10192.168.5.129 YES manual up up
GigabitEthernet0/0/1 unassigned YES unset administratively down down
Serial0/1/0 192.168.0.10 YES manual up up
Serial0/1/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset up down
Problem 5:
PC6 and PC7 can ping their default gateway addresses and each other but cannot ping the internet server. In fact, the default gateway router returns a destination host unreachable message, which usually means that a route to the destination network is not known by the gateway router.
Solution 5:
The ping result indicates that the default gateway router, Branch-2, probably does not have a route to reach the internet server. Students may have noticed after displaying routing tables on other routers that a default route is being distributed through OSPF. The student should access the default gateway router and display the routing table. Students should see that no routes have been received through OSPF, including the default route. After inspecting the device configuration, it appears that OSPF is correctly configured. Therefore, the problem must be with the link over which the router should have received the OSPF updates. Inspection indicates that the S0/1/0 interface IP address is misconfigured. The address should be changed to 192.168.0.6/30. This will restore Layer 3 connectivity with the Hub router and allow OSPF updates to be received.
On PC6, telnet to Branch-2 Router through Default gateway:
C:\>telnet 192.168.2.33 Trying 192.168.2.33 ...Open User Access Verification Password: Branch-2>en Password: Branch-2#conf t Branch-2(config)#int s0/1/0 Branch-2(config-if)#ip address 192.168.0.6 255.255.255.252
Troubleshooting Summary
There are five separate faults pre-seeded in this network. Start at each affected host, ping the default gateway, then use trace / Telnet / CDP and your Part I documentation to locate each break. The table below summarizes all five issues and their fixes.
| # | Device | Issue | Action / Fix |
|---|---|---|---|
| 1 | Hub | PC1 reaches internal devices but not the Internet Server; a trace stops at the Hub. The ip nat inside statement is missing on the interface toward Branch-1 (S0/1/0), so PC1's traffic is never translated. |
Hub(config)# interface Serial0/1/0 Hub(config-if)# ip nat inside |
| 2 | Factory | PC3 cannot ping even its own gateway. PC3's LAN (192.168.4.0/24) is on Factory's G0/0/1, which is administratively down. |
Factory(config)# interface GigabitEthernet0/0/1 Factory(config-if)# no shutdown |
| 3 | Factory | Even with G0/0/1 up, no other network can reach PC3. The OSPF network statement for the 192.168.4.0/24 LAN is missing, so it is never advertised. |
Factory(config)# router ospf 1 Factory(config-router)# network 192.168.4.0 0.0.0.255 area 0 Confirm the OSPF process ID and area with |
| 4 | PC5 (host) | PC5 cannot ping its gateway or anything else. Its own IP settings are missing the default gateway. PC5 is on 192.168.5.128/25, so its gateway is HQ's sub-interface 192.168.5.129. | On PC5, Desktop > IP Configuration, set: Default Gateway: 192.168.5.129 (IP 192.168.5.227 /25 is already correct.) |
| 5 | Branch-2 | PC6/PC7 ping their gateway and each other, but the gateway returns "destination host unreachable" for the Internet Server – Branch-2 has no default route. Its S0/1/0 has the wrong IP, so no OSPF adjacency with the Hub forms. |
Branch-2(config)# interface Serial0/1/0 Branch-2(config-if)# ip address 192.168.0.6 255.255.255.252 |
Note: Problems 2 and 3 are both on the Factory router but are two distinct faults (a shut interface and a missing OSPF network), so they occupy two separate rows even though both affect PC3.
Device Configs - Final
ROUTER Hub
! ============================================================== !--- 12.6.2 Packet Tracer - Troubleshooting Challenge - Use Documentation to Solve Issues !--- ANSWER SCRIPT FOR ROUTER Hub (Problem 1 fix) !--- Usage: Telnet to Hub (VTY password "cisco"), enter privileged EXEC with "enable" !--- (enable secret "class"), then paste this whole file. Every line beginning with "!" is a !--- comment; IOS ignores it. !--- This is Part II of the challenge: 5 discrete faults are pre-seeded across the network - !--- each device's script below fixes exactly one. This lab has NO printed "answer config" !--- section; the fixes below are derived from the Instructor Note's Problem/Solution pairs. ! ============================================================== enable configure terminal ! -------------------------------------------------------------- !--- Problem 1: PC1 can reach internal devices but not the Internet Server; a trace shows !--- packets die at the Hub. The Hub's interface toward Branch-1 (S0/1/0, 192.168.0.1/30 - !--- PC1's traffic arrives here) is missing "ip nat inside", so PC1's traffic is never !--- translated for the internet. The Hub's outside interface (G0/0/0 to the ISP) and its !--- other inside interfaces are already correct - only this one was missed. ! -------------------------------------------------------------- interface Serial0/1/0 ip nat inside end ! ============================================================== !--- Verification: !--- Hub# show ip nat statistics -> Serial0/1/0 now appears under "Inside Interfaces" !--- PC1 > ping 203.0.113.27 (Internet Server) -> succeeds !--- Hub# show ip nat translations -> entries for PC1's traffic now appear ! ==============================================================
ROUTER Factory
! ============================================================== !--- 12.6.2 Packet Tracer - Troubleshooting Challenge - Use Documentation to Solve Issues !--- ANSWER SCRIPT FOR ROUTER Factory (Problems 2 AND 3 fixes) !--- Usage: Telnet to Factory (VTY password "cisco"), enter privileged EXEC with "enable" !--- (enable secret "class"), then paste this whole file. Every line beginning with "!" is a !--- comment; IOS ignores it. !--- Two separate faults live on this one router - PC3's LAN was hit by both a shutdown !--- interface AND a missing OSPF network statement. ! ============================================================== enable configure terminal ! -------------------------------------------------------------- !--- Problem 2: PC3 can't even ping its own gateway. PC3's LAN (192.168.4.0/24) hangs off !--- Factory's G0/0/1, which was left administratively shut down. Bringing it up lets PC3 !--- reach its gateway and directly-connected hosts (PC2 is on Factory's other LAN, G0/0/0). ! -------------------------------------------------------------- interface GigabitEthernet0/0/1 no shutdown exit ! -------------------------------------------------------------- !--- Problem 3: even with G0/0/1 up, nothing OUTSIDE the Factory can reach PC3 (and PC3 can't !--- reach other networks) - because the OSPF process is missing the network statement for !--- the 192.168.4.0/24 LAN, so that subnet is never advertised to the rest of the network. !--- NOTE: the exact OSPF process ID and wildcard/area must match Factory's existing OSPF !--- config - check "show run | section ospf" first. Values below assume process 1, area 0, !--- and a standard /24 wildcard; adjust the process ID/area if Factory uses different ones. ! -------------------------------------------------------------- router ospf 1 network 192.168.4.0 0.0.0.255 area 0 end ! ============================================================== !--- Verification: !--- Factory# show ip interface brief -> G0/0/1 now up/up !--- Factory# show ip route -> 192.168.4.0/24 shows as connected; other routers now learn !--- it via OSPF !--- PC3 > ping 192.168.4.1 (gateway) -> succeeds (after Problem 2 fix) !--- PC3 > ping 192.168.1.153 (PC1) and 203.0.113.27 (Internet Server) -> succeed (after !--- Problem 3 fix) ! ==============================================================
ROUTER Branch-2
! ============================================================== !--- 12.6.2 Packet Tracer - Troubleshooting Challenge - Use Documentation to Solve Issues !--- ANSWER SCRIPT FOR ROUTER Branch-2 (Problem 5 fix) !--- Usage: Telnet to Branch-2 (VTY password "cisco"), enter privileged EXEC with "enable" !--- (enable secret "class"), then paste this whole file. Every line beginning with "!" is a !--- comment; IOS ignores it. ! ============================================================== enable configure terminal ! -------------------------------------------------------------- !--- Problem 5: PC6/PC7 can ping their gateway and each other, but pinging the Internet !--- Server returns "destination host unreachable" FROM Branch-2 itself - meaning Branch-2 !--- has no route (not even the OSPF-distributed default route) to the internet. The root !--- cause is that Branch-2's serial link to the Hub (S0/1/0) has the WRONG IP address, so !--- it never forms an OSPF adjacency with the Hub and receives no routes. Per the addressing !--- table this interface must be 192.168.0.6/30 (the Hub side is 192.168.0.5/30 on the !--- .0.4/30 link). Setting the correct address restores Layer 3 connectivity and lets OSPF !--- updates (including the default route) flow in. ! -------------------------------------------------------------- interface Serial0/1/0 ip address 192.168.0.6 255.255.255.252 end ! ============================================================== !--- Verification: !--- Branch-2# show ip interface brief -> S0/1/0 now 192.168.0.6, up/up !--- Branch-2# show ip ospf neighbor -> adjacency with the Hub (192.168.0.5) forms !--- Branch-2# show ip route -> OSPF routes appear, including the O*E2 default route !--- PC6, PC7 > ping 203.0.113.27 (Internet Server) -> succeed ! ==============================================================



