How many VLANs can be configured on the core switch
Now, after separating the network into different VLANs, this means that we have created separate broadcast domains(one for each VLAN) and now hosts within the same VLAN can freely communicate between them (provided they bel. Switch 1 Configuration: ! Create VLANs 2 and 4 in the switch database Switch1# configure terminal Switch1(config)# vlan 2 Switch1(config-vlan)# name Accounting Switch1(config-vlan)# end Switch1(config)# vlan 4 Switch1(config-vlan)# name Engineering Switch1(config-vlan)# end ! Assign Ports Fe0/1 and Fe0/2 in VLAN 2 Switch1(config)# interface fasteth.
Read More