You are on page 1of 2

Dividing a Switch into 2

VLANS
Log into the switch CLI
Enter configuration mode
Create an new VLAN
Switch>
Switch>ena Select a range of interfaces
Switch#conf t Assign interfaces to the VLAN
Switch(config)#vlan 2
Switch(config-vlan)#int range fa0/13-24
Switch(config-if-range)#sw access vlan 2
Switch(config-if-range)#end
Switch#copy run start Exit to privileged mode
Switch#sh vlan and save the config
Verify configuration

You might also like