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

VTP Lab

The document configures three switches - Server-sw, Transparent-sw, and Client-sw - for a VTP lab. Server-sw is configured as the VTP server for the cisnet domain, creating VLANs 10 and 20. Transparent-sw is configured as a VTP transparent switch for the cisnet domain and creates VLAN 30. Client-sw is configured as a VTP client for the cisnet domain to receive VLAN configurations from the server.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views2 pages

VTP Lab

The document configures three switches - Server-sw, Transparent-sw, and Client-sw - for a VTP lab. Server-sw is configured as the VTP server for the cisnet domain, creating VLANs 10 and 20. Transparent-sw is configured as a VTP transparent switch for the cisnet domain and creates VLAN 30. Client-sw is configured as a VTP client for the cisnet domain to receive VLAN configurations from the server.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

VTP Lab

Switch-Server-sw
Switch(config)#hostname Server-sw
Server-sw(config)#vlan 10
Server-sw(config-vlan)#vlan 20
Server-sw(config-vlan)#exit
Server-sw(config-if)#int fa0/23
Server-sw(config-if)#switchport mode trunk
Server-sw(config-if)#exit
Server-sw(config)#vtp domain cisnet
Server-sw(config)#^Z
Server-sw#copy run start

Switch-Transparent-sw
Switch(config)#hostname Transparent-sw
Transparent-sw(config)#vlan 30
Transparent-sw(config-vlan)#exit
Transparent-sw(config-if)#int fa0/23
Transparent-sw(config-if)#switchport mode trunk
Transparent-sw(config-if)#int fa0/24

Transparent-sw(config-if)#switchport mode trunk


Transparent-sw(config)#vtp mode transparent
Transparent-sw(config)#vtp domain cisnet
Transparent-sw(config)#^Z
Transparent-sw#copy run start

Switch-Client-sw
Switch(config)#hostname Client-sw
Client-sw(config-if)#int fa0/24
Client-sw(config-if)#switchport mode trunk
Client-sw(config)#vtp mode client
Client-sw(config)#vtp domain cisnet
Client-sw(config)#^Z
Client-sw#copy run start

You might also like