Vlan in Cisco
Vlan in Cisco
INTRODUCTION:
VLAN is the abbrevia on for Virtual LAN, i.e. Virtual Local Area Network. This is a custom network we
create from one or more exis ng LANs. It enables a group of devices from mul ple networks (both
wired and wireless) to be combined into a single Logical network. The result is a VLAN that can be
administered like a physical area network. The network equipment like routers or switches must
support the VLAN configura ons to create a VLAN.
Virtual Local Area Networks (VLANs) allow network administrators to segment a network into
different broadcast domains, enhancing security and performance. In this topology:
VLAN 02 includes PC0, PC1, and PC2 (IP range: 192.168.10.x) [x ranging from 0-2]
VLAN 03 includes PC3, PC4, and PC5 (IP range: 192.168.10.x) [x ranging from 3-6]
This configura on will be implemented using a Cisco 2960 Switch and CLI commands in Cisco
Packet Tracer.
APPARATUS:
Network Devices:
Network Cables:
NETWORK TOPOLOGY:
PROCEDURE:
STEP 01: Set Up the Physical Topology
6 PCs
3.Connect PCs to the switch using Copper Straight-through cables as shown in the diagram.
1. Click on each PC, go to the Desktop tab, and select IP Configura on.
o VLAN 02:
o VLAN 03:
#ENABLE
i. Open the command prompt on PC0 and ping PC1 and PC2 to test communication
within VLAN 02:
ping 192.168.10.2
ping 192.168.10.3
ii. Repeat for VLAN 03 by pinging between PC3, PC4, and PC5.
iii. Attempt a ping between VLANs (e.g., PC0 to PC3) to confirm inter-VLAN
isolation.
CONCLUSION
Using the above configura on, VLANs were successfully created, and network segmenta on was
achieved on the Cisco 2960 Switch. This ensures traffic isola on between departments (e.g.,
Finance and HR) while improving network efficiency and security.