You are on page 1of 1

Sw2:

enable
configure terminal
hostname TFTP-SERVER
no ip domain lookup
inter range fa0/2 - 9, fastEthernet 0/11 - 24
shutdown
interface vlan 1
ip address 192.168.1.10 255.255.255.0
no shutdown
end
!
copy running-config flash:TEST.text

Sw1:

enable
configure terminal
hostname Sw1
no ip domain lookup
inter range fa0/1 - 9, fastEthernet 0/11 - 24
shutdown

R1:

enable
configure terminal
hostname R1
no ip domain lookup
interface FastEthernet0/0
ip add 192.168.1.1 255.255.255.0
no shutdown

You might also like