@ R1 en conf t ! no ip domain-lookup ! enable secret cisco ! hostname R1 ! line con 0 logging syn exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! int fa0/0 description ### EIGRP 100 Domain ### ip add 150.1.13.1 255.255.255.0 no shutdown ! int s1/1 description ### EIGRP 100 Domain ### ip add 13.13.10.1 255.255.255.0 encapsulation frame-relay no frame-relay inverse-arp frame-relay map ip 13.13.10.3 113 broadcast no shutdown router eigrp 100 no auto-summary network 150.1.13.1 0.0.0.0 network 13.13.10.1 0.0.0.0 end ! @ R3 en conf t ! no ip domain-lookup ! enable secret cisco ! hostname R3 ! line con 0 logging syn exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! int fa0/0 description ### EIGRP 100 Domain ### ip add 150.3.13.1 255.255.255.0 no shutdown ! int s1/1 description ### EIGRP 100 Domain ### ip add 13.13.10.3 255.255.255.0 encapsulation frame-relay no frame-relay inverse-arp frame-relay map ip 13.13.10.1 311 broadcast no shutdown router eigrp 100 no auto-summary network 13.13.10.3 0.0.0.0 network 150.3.13.1 0.0.0.0 end ! @ R4 en conf t ! no ip domain-lookup ! hostname R4 ! line con 0 logging syn exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! int fa0/0 description ### EIGRP 100 Domain ### ip add 150.1.13.254 255.255.255.0 no shutdown int lo 199 ip address 199.172.1.254 255.255.255.0 ip address 199.172.2.254 255.255.255.0 secondary ip address 199.172.3.254 255.255.255.0 secondary ip address 199.172.4.254 255.255.255.0 secondary ip address 199.172.5.254 255.255.255.0 secondary router eigrp 100 no auto-summary network 199.172.0.0 0.0.255.255 network 150.1.13.254 0.0.0.0 passive-interface lo199 end ! @ R5 en conf t ! no ip domain-lookup ! hostname R5 ! line con 0 logging syn exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! int fa0/0 description ### EIGRP 100 Domain ### ip address 150.3.13.254 255.255.255.0 no shutdown router eigrp 100 no auto-summary network 150.3.13.254 0.0.0.0 end