INTER-VLAN ROUTING
Inter-VLAN routing is the process of forwarding network traffic from one VLAN to another VLAN using a router.
To Create a VLAN on a Switch
Configure VLAN on switch
Syntax:
Switch(config)#vlan <VLAN No.>
Switch(config-vlan)#name <name>
To assign a interface to VLAN
Switch(config)#interface <type> <No.>
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan <VLAN No.>
Switch(config-if)#exit
