Packet Tracer Implement VLANs and Trunking
Packet Tracer Implement VLANs and Trunking
Addressing Table
VLAN 10
PC7 NIC 192.168.10.12 255.255.255.0 SWC F0/4 VLAN 40 (Voice)
Objectives
Part 1: Configure VLANs
Part 2: Assign Ports to VLANs
Part 3: Configure Static Trunking
Part 4: Configure Dynamic Trunking
Background
You are working in a company that is getting ready to deploy a set of new 2960 switches in a branch office.
You are working in the lab to test out the VLAN and trunking configurations that are planned. Configure and test
the VLANs and trunks.
Instructions
Part 1: Configure VLANs
Configure VLANs on all three switches. Refer to the VLAN Table. Note that the VLAN names must match the
values in the table exactly.
VLAN Table
VLAN Number VLAN Name
10 Admin
20 Accounts
30 HR
40 Voice
99 Management
100 Native
Switch A / Switch B / Switch C
enable
configure terminal
vlan 10
name Admin
vlan 20
name Accounts
vlan 30
name HR
vlan 40
name Voice
vlan 99
name Management
vlan 100
name Native
interface f0/1
interface f0/2
interface f0/3
switchport mode access
Switch C
interface f0/1
interface f0/2
interface f0/3
interface f0/4
Switch 1
Switch 2
Switch 3
SWA(config)#interface vlan 99
SWA(config-if)#no shutdown
SWA(config-if)#switchport nonegotiate
SWB(config)#interface g0/1
SWB(config-if)#switchport nonegotiate
SWC(config)#interface g0/2
Answer Scripts
Switch SWA
enaable
conf t
vlan 10
name Admin
vlan 20
name Accounts
vlan 30
name HR
vlan 40
name Voice
vlan 99
name Management
vlan 100
name Native
interface GigabitEthernet0/1
interface GigabitEthernet0/2
interface Vlan1
no ip address
shutdown
interface Vlan99
end
Switch SWB
enaable
conf t
vlan 10
name Admin
vlan 20
name Accounts
vlan 30
name HR
vlan 40
name Voice
vlan 99
name Management
vlan 100
name Native
interface FastEthernet0/1
interface FastEthernet0/2
interface FastEthernet0/3
switchport nonegotiate
interface Vlan99
end
Switch SWC
enable
conf t
vlan 10
name Admin
vlan 20
name Accounts
vlan 30
name HR
vlan 40
name Voice
vlan 99
name Management
vlan 100
name Native
interface FastEthernet0/1
interface FastEthernet0/2
interface FastEthernet0/3
interface FastEthernet0/4
interface GigabitEthernet0/2
interface Vlan99
end