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. Create VLAN 10 and 100 on switch1 and add ports 2 – 4 to VLAN 10 (Hint: Vlan database mode is where you can add vlans. i.e. Switch1#vlan database)
Note:When you are finished with this lab please continue with lab 23 before you load
another lab.
S1
hostname switch1
!
Interface fastethernet 0/2
Switchport access vlan 10
!
Interface fastethernet 0/3
Switchport access vlan 10
!
Interface fastethernet 0/4
Switchport access vlan 10
!
vlan 10
vlan 100
S2
hostname switch2
!
Host A:
Ipconfig /IP 192.168.100.1 255.255.255.0
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0