You are building a Lab network to test switching configuration. Host A (on the left) should be setup with an IP address of 192.168.100.1 /24 and Host B (on the right) should be setup with an IP address of 192.168.100.2 /24. Configure the F0/11 and F0/12 of the switches to always be trunks. Each side should send DTP frames.
S1
hostname switch1
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
S2
hostname switch2
!
interface fastethernet 0/11
switchport mode trunk
!
interface fastethernet 0/12
switchport mode trunk
Host A:
Ipconfig /IP 192.168.100.1 255.255.255.0
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0