CCNA


Lab 20 ( 2950 VTP w/ client ) tutorials
-
You are building a Lab network to test switching configuration. Configure the F0/11 and F0/12 of the switches to always be trunks. Set the VTP domain to be “cisco”. Make sure that VLANs can not be created on switch2. Create VLAN 10 and 100 on switch1 and confirm that they are seen on switch2. Switch2 will function as a client this time.
On Switch S1 |
On Switch S2 |
S1hostname switch1ctrl + zinterface fastethernet 0/11switchport mode trunkctrl + zinterface fastethernet 0/12switchport mode trunkctrl + zvtp servervtp domain ciscoctrl + zvlan 10vlan 100 |
S2hostname switch2ctrl + zinterface fastethernet 0/11switchport mode trunkctrl + zinterface fastethernet 0/12switchport mode trunkctrl + zvtp clientvtp domain cisco |