Task 1:
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Sw1
Sw1(config)#vlan 10
Sw1(config-vlan)#name SALES
Sw1(config-vlan)#exit
Sw1(config)#vlan 20
Sw1(config-vlan)#name MANAGERS
Sw1(config-vlan)#exit
Sw1(config)#vlan 30
Sw1(config-vlan)#name ENGINEERS
Sw1(config-vlan)#exit
Sw1(config)#vlan 40
Sw1(config-vlan)#name SUPPORT
NOTE: By default, Cisco switches are VTP servers so no configuration is necessary for Server mode. Use the show vtp status command to look at the current VTP operating mode of the switch . . .
The content below this message is for members only.