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”. Create VLAN 10 and 100 on switch2 and confirm that they are seen on switch1. HINT: Don’t foget about the vlan database mode (Switch1#vlan database).
S1
hostname switch1
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
!
vtp server
vtp domain cisco
S2
hostname switch2
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
!
vtp server
vtp domain cisco
!
vlan 10
vlan 100