Configure VLANS CCNA lab

Lab 15 — VLAN Configuration
Unauthorized Access
This interactive lab is exclusively licensed to PacketTracerLab.com and cannot be used on any other domain or offline environment.
Visit PacketTracerLab.com
⚠ Unauthorized use or redistribution is prohibited.
Lab 15
VLAN Configuration — Create, Assign & Verify
Switch terminal ready — type a command to begin
Lab Tasks
Create VLAN 10 — name Sales
Create VLAN 20 — name Engineering
Create VLAN 30 — name Management
Assign Fa0/1 – Fa0/4 to VLAN 10
Assign Fa0/5 – Fa0/8 to VLAN 20
Assign Fa0/9 – Fa0/12 to VLAN 30
Verify with show vlan brief
Command Guide
vlan 10
 name Sales
vlan 20
 name Engineering
vlan 30
 name Management
int range fa0/1 - 4
 switchport mode access
 switchport access vlan 10
int range fa0/5 - 8
 switchport access vlan 20
int range fa0/9 - 12
 switchport access vlan 30
show vlan brief
VLAN Map
VLAN 10 Sales
 Fa0/1 – Fa0/4
VLAN 20 Engineering
 Fa0/5 – Fa0/8
VLAN 30 Management
 Fa0/9 – Fa0/12
VLAN 1 Default
 Fa0/13 – Fa0/24
123456789101112WS-C2960-24SW1
Switch SW1 — Console
Switch>