12.5.13-Packet-Tracer - Troubleshoot-Enterprise-Networks
12.5.13-Packet-Tracer - Troubleshoot-Enterprise-Networks
Objectives
Part 1: Verify Switching Technologies
Part 2: Verify DHCP
Part 3: Verify Routing
Part 4: Verify WAN Technologies
Part 5: Verify Connectivity
Scenario
This activity uses a variety of technologies that you have encountered during your CCNA studies, including
IPv4 routing, IPv6 routing, port security, EtherChannel, DHCP, and NAT. Your task is to review the
requirements, isolate and resolve any problems, and then document the steps you took to verify the
requirements.
The company replaced routers R1 and R3 to accommodate a fiber connection between the locations.
Configurations from the previous routers with serial connections were modified and applied as a starting
configuration. IPv6 is being tested on a small portion of the network and needs to be verified.
Note: Passwords have been removed for ease of troubleshooting in this exercise. The typical password
protections should be reapplied; however, the activity will not grade those items.
Addressing Table
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Page 1 of www.netacad.com
Public
Packet Tracer - Troubleshoot Enterprise Network
Instructions
e. Notice the G0/1 interface on R1 is not in the same VLAN as PC1. Change the G0/1 interface to be a
member of VLAN 10 and set portfast on the interface.
S1(config-if)# int G0/1
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Page 2 of www.netacad.com
Public
S1(config-if)# switchport access vlan 10
S1(config-if)# spanning-tree portfast
f. Reset the interface address on PC1 from the GUI or by using the command prompt and the ipconfig
/renew command. Does PC1 have an address? If not, recheck your steps. Test connectivity to the TFTP
Server. The ping should be successful.
g. The LAN connected to R3 had an additional switch added to the topology. Link aggregation using
EtherChannel is configured on S2, S3, and S4. The EtherChannel links should be set to trunk. The
EtherChannel links should be set to form a channel without using a negotiation protocol. Issue the
command on each switch to determine if the channel is working correctly.
S2# show etherchannel summary
<output omitted>
1 Po1(SU) - Fa0/1(P) Fa0/2(P)
2 Po2(SU) - Fa0/3(P) Fa0/4(P)
En S2
j. Correct the trunk issues on S2.
S2(config)# int g0/1
S2(config-if)# switchport trunk native vlan 99
k. Spanning Tree should be set to PVST+ on S2, S3, and S4. S2 should be configured to be the root bridge
for all VLANs. Issue the command to display the spanning-tree status on S2.
S2# show spanning-tree summary totals
Switch is in pvst mode
Root bridge for:
l. The command output shows that S2 is not the root bridge for any VLANs. Correct the spanning-tree
status on S2.
S2(config)# spanning-tree vlan 1-1005 root primary
m. Check the spanning-tree status on S2 to verify the changes.
S2# show spanning-tree summary totals
Switch is in pvst mode
Root bridge for: default V30 V40 V50 Native
c. Make any necessary corrections and reset the IP addresses on the PCs. Check connectivity to all
devices.
e. R2 is required to perform NAT for all internal networks. Check the NAT translations on R2.
R2# show ip nat translations
f. Notice that the list is empty if you have only attempted to ping from R1. Attempt a ping from R3 to Outside
Host and recheck the NAT translations on R2. Issue the command to display the current NAT statistics
which will also provide the interfaces involved in NAT.
R2# show ip nat statistics
<output will vary>
Total translations: 0 (0 static, 0 dynamic, 0 extended)
Outside Interfaces: GigabitEthernet0/0
Inside Interfaces: GigabitEthernet0/1 , GigabitEthernet0/1/0
Hits: 17 Misses: 27
Expired translations: 17
Dynamic mappings: