Lab 7-Configuring Vlans and Trunking (3%) : Trs2251 Routing and Switching
Lab 7-Configuring Vlans and Trunking (3%) : Trs2251 Routing and Switching
Addressing Table
Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Create VLANs and Assign Switch Ports
Part 3: Maintain VLAN Port Assignments and the VLAN Database
Part 4: Configure an 802.1Q Trunk between the Switches
Part 5: Delete the VLAN Database
Background / Scenario
Modern switches use virtual local-area networks (VLANs) to improve network performance by separating
large Layer 2 broadcast domains into smaller ones. VLANs can also be used as a security measure by
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 19
Lab - Configuring VLANs and Trunking
controlling which hosts can communicate. In general, VLANs make it easier to design a network to support
the goals of an organization.
VLAN trunks are used to span VLANs across multiple devices. Trunks allow the traffic from multiple VLANS to
travel over a single link, while keeping the VLAN identification and segmentation intact.
In this lab, you will create VLANs on both switches in the topology, assign VLANs to switch access ports,
verify that VLANs are working as expected, and then create a VLAN trunk between the two switches to allow
hosts in the same VLAN to communicate through the trunk, regardless of which switch the host is actually
attached to.
Note: The switches used are Cisco Catalyst 2960s with Cisco IOS Release 15.0(2) (lanbasek9 image). Other
switches and Cisco IOS versions can be used. Depending on the model and Cisco IOS version, the
commands available and output produced might vary from what is shown in the labs.
Note: Ensure that the switches have been erased and have no startup configurations. If you are unsure
contact your instructor.
Required Resources
2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)
3 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 19
Lab - Configuring VLANs and Trunking
S1(config)# vlan 10
S1(config-vlan)# name Student
S1(config-vlan)# vlan 20
S1(config-vlan)# name Faculty
S1(config-vlan)# vlan 99
S1(config-vlan)# name Management
S1(config-vlan)# end
b. Create the same VLANs on S2.
c. Issue the show vlan command to view the list of VLANs on S1.
S1# show vlan
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
20 enet 100020 1500 - - - - - 0 0
99 enet 100099 1500 - - - - - 0 0
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 19
Lab - Configuring VLANs and Trunking
No. Interface F0/1 is not assigned to VLAN 10, so VLAN 10 traffic will not be sent over it. ____________
Is S1 able to ping S2? Why?
No. The IP addresses for the switches now reside in VLAN 99. VLAN 99 traffic will not be sent over
interface F0/1.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 19
Lab - Configuring VLANs and Trunking
Which VLAN is F0/24 is now associated with? __VLAN 1, the default VLAN ____________
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 19
Lab - Configuring VLANs and Trunking
__VLAN 1_________________
Note: Before removing a VLAN from the database, it is recommended that you reassign all the ports
assigned to that VLAN.
Why should you reassign a port to another VLAN before removing the VLAN from the VLAN database?
__The interfaces assigned to a VLAN that is the removed from the VLAN database are unavailable for
use until they are reassigned to another VLAN. This can be a tricky thing to troubleshoot as trunked
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 19
Lab - Configuring VLANs and Trunking
interfaces do not show up in the port list as well (Part 4 contains more information about trunked
interfaces).
__________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 13 of 19
Lab - Configuring VLANs and Trunking
c. Issue the show interfaces trunk command to view trunked interfaces. Notice that the mode on S1 is set
to desirable, and the mode on S2 is set to auto.
S1# show interfaces trunk
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 14 of 19
Lab - Configuring VLANs and Trunking
Note: By default, all VLANs are allowed on a trunk. The switchport trunk command allows you to control
what VLANs have access to the trunk. For this lab, keep the default settings which allows all VLANs to
traverse F0/1.
d. Verify that VLAN traffic is traveling over trunk interface F0/1.
Can S1 ping S2? ____yes_______
Can PC-A ping PC-B? ____yes_______
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 15 of 19
Lab - Configuring VLANs and Trunking
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 16 of 19
Lab - Configuring VLANs and Trunking
Why might you want to manually configure an interface to trunk mode instead of using DTP?
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 17 of 19
Lab - Configuring VLANs and Trunking
___Not all equipment uses DTP. Using the switchport mode trunk command ensures that the port will
become a trunk no matter what type of equipment is connected to the other end of the link
_________________________________________________________________________________
____________________________________________________________________________________
Directory of flash:/
Note: If there is a vlan.dat file located in flash, then the VLAN database does not contain its default
settings.
Directory of flash:/
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 18 of 19
Lab - Configuring VLANs and Trunking
Reflection
1. What is needed to allow hosts on VLAN 10 to communicate to hosts on VLAN 20?
_Answers will vary, but Layer 3 routing is needed to route traffic between VLANs. _______________
2. What are some primary benefits that an organization can receive through effective use of VLANs?
___Answers will vary, but VLAN benefits include better security, cost savings (efficient use of bandwidth and
uplinks), higher performance (smaller broadcast domains), broadcast storm mitigation, improved IT staff
efficiency, simpler project and application management. _____________________________________
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 19 of 19