3.2.4.8 Packet Tracer - Troubleshooting A VLAN Implementation - Scenario 2
3.2.4.8 Packet Tracer - Troubleshooting A VLAN Implementation - Scenario 2
Topology
Addressing Table
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 3
Packet Tracer - Troubleshooting a VLAN Implementation Scenario 2
Objectives
Part 1: Find and Correct the Network Errors
Part 2: Document the Corrections to the Network
Part 3: Implement Solutions and Test Connectivity
Background
In this activity, you will troubleshoot a misconfigured VLAN environment. The initial network has errors. Your
objective is to locate and correct the errors in the configurations and establish end-to-end connectivity. Your
final configuration should match the Topology diagram and Addressing Table. The native VLAN for this
topology is VLAN 56.
Documentation
Problems Solutions
There is a native VLAN mismatch Configure the trunk ports on S1 in native VLAN 56.
!S1!!!!!!!!!!!!
en
conf t
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 3
Packet Tracer - Troubleshooting a VLAN Implementation Scenario 2
vlan 56
name Management&Native
vlan 30
name Guest(Default)
vlan 10
name Faculty/Staff
vlan 20
name Students
int range g0/1 - 2
switchport trunk native vlan 56
!S2!!!!!!!!!!!!!!!
en
conf t
int g0/1
switchport mode trunk
!S3!!!!!!!!!!!!!!!!
en
conf t
int range fa0/1 - 5
switchport access vlan 56
int range fa0/6 - 10
switchport access vlan 30
int range fa0/11 - 17
switchport access vlan 10
int range fa0/18 - 24
switchport access vlan 20
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 3