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.
S1
hostname switch1
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
!
vtp server
vtp domain cisco
!
vlan 10
vlan 100
S2
hostname switch2
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
!
vtp client
vtp domain cisco