Lab 3 Trunk
Lab 3 Trunk
VLAN Trunk
Learning Objectives:
In this lab students will exercise the features of VLANs on multiple switches. Create VLAN Trunk to pass
the tagged traffic from one switch to another.
Physical Topology:
Background/Preparation
Cable a network similar to the one in the diagram. The configuration output used in this lab is produced
from a 2960 series switch. Any other switch used may produce different output. Select the “Command
Line” option from the menu to perform the steps for this lab.
Part 1: Creating and configuring VLAN on a multiple Switches
Step 1:
b. At this point all computers should be able to access each other. Verify it by using PING command
Switch#config t
Switch(config)#vlan 2
Switch(config)#exit
b. Add port 1 of switch 1 and port 2 of switch 2 to Vlan 2. Follow the command below
Switch1(config)#interface fastethernet 0/1
Switch1(config-if)#switchport access vlan 2
Switch1(config-if)#exit
a. Make Port 3 on Switch 1 and Switch 2 a Trunk port. Follow the command
Switch1#conf t
Switch1(config)#switchport mode trunk
Switch1(config)#exit
Conclusion:
______________________________________________________________
______________________________________________________________
______________________________________________________________
Learning Outcomes:
______________________________________________________________
______________________________________________________________
______________________________________________________________