0% found this document useful (0 votes)
8 views2 pages

VTP Configuration

The document outlines the configuration of VLANs on multiple switches, including the creation of VLANs 10 (Sales), 20 (Marketing), and additional VLANs 200 (Test) and 500 (New). It details the steps for setting access ports for these VLANs on different switches. Additionally, it includes the configuration of VTP with version 2, setting the mode to server, and defining the domain and password.

Uploaded by

Habtamu Asayto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

VTP Configuration

The document outlines the configuration of VLANs on multiple switches, including the creation of VLANs 10 (Sales), 20 (Marketing), and additional VLANs 200 (Test) and 500 (New). It details the steps for setting access ports for these VLANs on different switches. Additionally, it includes the configuration of VTP with version 2, setting the mode to server, and defining the domain and password.

Uploaded by

Habtamu Asayto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

• Configure VLAN

Switch0
Switch>enable
Switch#configure t
Switch(config)#vlan 10
Switch(config-vlan)#name Sales
Switch(config-vlan)#exit

Switch(config)#vlan 20
Switch(config-vlan)#name Marketing
Switch(config-vlan)#exit

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


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

Switch(config)#interface fastEthernet 0/4


Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 20
Switch(config-if)#exit
Switch1
Switch#conf terminal
Switch(config)#vlan 20
Switch(config-vlan)#name Marketing
Switch(config-vlan)#exit

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


Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 20
Switch(config-if-range)#exit

Switch2
Switch>enable
Switch#show vtp status
Switch#configure terminal
Switch(config)#vlan 10
Switch(config-vlan)#name Sales
Switch(config-vlan)#exit

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


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

Switch(config)#interface fastEthernet 0/1


Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#end
Switch#show vlan brief

Configure VTP
Switch0
Switch(config)#vtp version 2
Switch(config)#vtp mode server
Switch(config)#vtp domain hab.com
Switch(config)#vtp password cisco

Switch(config)#vlan 200
Switch(config-vlan)#name Test
Switch(config-vlan)#exit

Switch(config)#vlan 500
Switch(config-vlan)#name New
Switch(config-vlan)#exit

You might also like