VLAN Configuration

 


Download link for Practical of VLAN Configuration:)




Step-1) First of all show the status of VLAN
Switch#show vlan




Step-2) Creat two VLAN (VLAN 10 & VLAN 20) with name (IT_Department & Placement_Department)
 

Switch(config)#vlan 10

Switch(config-vlan)#nam

Switch(config-vlan)#name IT_Department

Switch(config-vlan)#vlan 20

Switch(config-vlan)#name Placement_Department




Step-3) Assign VLAN ID to Ports (One by one)


Switch(config)#interface fastEthernet 0/1

Switch(config-if)#switchport access vlan 20

Switch(config-if)#interface fastEthernet 0/2

Switch(config-if)#switchport access vlan 20

                    

                       or

Step-3A) Assign VLAN ID to Ports (Multiple)


Switch(config)#interface range fastEthernet 0/3-4

Switch(config-if-range)#switchport access vlan 10




Now ping the IT_Department PC(192.168.10.2/24) from PC of   IT_Department(192.168.10.3/24). The status is pc ping to each other but when we ping the pc of IT_Department(192.168.10.2/24) from the pc of Placement_Department(192.168.10.4/24). The status is pc can not ping to each other.




No comments:

Post a Comment

Computer Hardware_(A+) & Operating System with Networking

Microprocessor Motherboard About Operating System Create Bootable Pen Drive via Command Map Network Drive File Transfer Protocol in Windows ...