CCNA Workbook - VLAN With LAB
CCNA Workbook - VLAN With LAB
➢ Switches will also broadcast Ethernet frames if they haven't learned the destination
MAC address yet.
➢ Switches will forward broadcast traffic on all their interfaces, except the one they
received the broadcast on.
➢ Set of all devices that receive broadcast frames originating from any device within the
set.
➢ A LAN includes all devices in the same broadcast domain
Broadcast Domain
Broadcast Domain
➢ By default the broadcast goes to each and every device in the network.
VLAN Types
Types of VLANs
➢ Default VLAN
➢ Data VLAN
➢ Voice VLAN
➢ Management VLAN
➢ Native VLAN
—- —------------------- —------—-------
Glo/i, Gio/2
Default VLAN
NOTE
Voice VLAN
Management VLAN
➢ Used for managing the switch from a remote location by using protocols such as telnet,
SSH, SNMP, syslog etc.
➢ Normally the Management VLAN is VLAN 1, but you can use any VLAN as a management
VLAN.
➢ A best practice is to set up a separate VLAN for management traffic.
● Provide security to separate management traffic ( from data VLAN)
● Also ensures that bandwidth for management will be available even when user
traffic is high.
➢ Cisco recommends not to use VLAN 1 and not to use any VLAN that carries user data
traffic as Management VLAN.
➢ You must configure IP address and default gateway for Management VLAN.
0, 4095 Reserved For system use only. You cannot see or use these VLANs.
1 Normal Cisco default You can use this VLAN but you cannot delete it
2-1001 Normal For Ethernet VLANs; you can create, use, and delete these
VLANs.
1002-1005 Normal Cisco defaults for FDDI and Token Ring. You cannot delete
VLANs 1002-1005.
VLAN -Configuration
Switch(config)# vlan
Switch(config-Vlan)# name
Switch(config-Vlan)# Exit
Switch(config)#vIan 10
Switch(config-vIan)#name Green
Switch(conflg-vlan)#vIan 20
Switch(config-vlan)#name Red
Switch(eonfig-vIan)#vIan 30
Switch(conflg-vlan)#name Blue
VLAN - Configuration
Task:
a. (they can communicate with each other and they are on the same network
(logically) and same VLAN ( default vlan 1)
2. Create VLAN 20
a. they cannot communicate with each other and they are on the same
network (logically) but on different VLAN (VLAN 1 and vlan 20)
Switch(config-vlan) #exit
Switch(config-if) #exit
NOTE: You can also use range command here, but if you are doing it first time then must
do manually.
Check the communication between PC1 and PC2, both are in same VLAN and Network
Now check the ping from Pc1 to Pc4, both are in same neytwork but in different VLAN
1. Now , before moving next, must learn why PC1 is not able to communicate with
PC4?
2. What are the reasons?
3. It is network issue?
4. It is issue with VLAN?
5. Any cable issue?
6. Check IP addresss are assigned or not?
7. Or any other issue?
TASK: