! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Lab_H ! enable secret cisco ! no ip domain-lookup ip host lab_a 220.205.75.1 204.204.7.2 201.230.124.1 ip host lab_b 205.7.5.1 201.10.11.1 201.230.124.2 ip host lab_c 192.5.5.1 199.6.13.1 201.10.11.2 ip host lab_d 219.17.100.1 199.6.13.2 223.8.151.1 ip host lab_e 195.109.140.1 205.56.213.1 223.8.151.2 ip host lab_f 221.157.189.1 219.27.38.1 205.56.213.2 ip host lab_g 210.78.212.1 207.17.50.1 219.27.38.2 ip host lab_h 219.54.60.1 207.17.50.2 223.8.151.3 210.93.105.1 ip host lab_i 199.64.3.1 210.93.105.2 204.204.7.1 ! ! ! interface Ethernet0 ip address 219.54.60.1 255.255.255.0 no shutdown ! interface Ethernet1 ip address 223.8.151.3 255.255.255.0 no shutdown ! interface Serial0 ip address 210.93.105.1 255.255.255.0 clockrate 56000 no shutdown ! interface Serial1 ip address 207.17.50.2 255.255.255.0 clockrate 56000 no shutdown ! router rip network 207.17.50.0 network 210.93.105.0 network 219.54.60.0 network 223.8.151.0 ! ! ! ! line con 0 password cisco login line aux 0 password cisco login line vty 0 4 password cisco login ! end