You are building a Lab network to test switching configuration. Set the hostname on the switch on the left to “switch1” and the hostname on the switch on the right to “switch2”. Set the IP address of switch1 to be 192.168.100.101 /24. Set the IP address of switch2 to be 192.168.100.102 /24. Use the default VLAN for management. Make sure that each
switch can be managed with a telnet password of “cisco”.
S1
hostname switch1
!
interface vlan 1
ip address 192.168.100.101 255.255.255.0
no shut
!
Line vty 0 15
Login
Password cisco
S2
hostname switch2
!
interface vlan 1
ip address 192.168.100.102 255.255.255.0
no shut
!
Line vty 0 15
Login
Password cisco