@ 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 lo 0 description ### OSPF Area 0 ### ip add 13.13.1.1 255.255.255.0 ! int fa0/0 description ### EIGRP AS 100 & ABC Site-1 ### ip add 150.1.13.1 255.255.255.0 no shutdown ! int fa0/1 description ### EIGRP AS 100 & ABC Site-1 ### ip add 13.13.11.1 255.255.255.0 no shutdown ! int s1/0 encapsulation frame-relay no frame-relay inverse-arp no shutdown ! int s1/0.12 point-to-point description ### OSPF Area 0 ### ip address 13.13.9.1 255.255.255.0 frame-relay interface-dlci 102 end ! @ R2 en conf t ! no ip domain-lookup ! enable secret cisco ! hostname R2 ! line con 0 logging syn exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! int lo 0 description ### OSPF Area 0 ### ip add 13.13.2.2 255.255.255.0 ! int fa0/1 description ### OSPF Area 0 ### ip add 13.13.12.2 255.255.255.0 no shutdown ! int s1/0 encapsulation frame-relay no frame-relay inverse-arp no shutdown ! int s1/0.12 point-to-point description ### OSPF Area 0 ### ip add 13.13.9.2 255.255.255.0 frame-relay interface-dlci 201 ! int s1/0.23 point-to-point description ### OSPF Area 0 ### ip add 13.13.8.2 255.255.255.0 frame-relay interface-dlci 203 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 lo 0 description ### OSPF Area 0 ### ip add 13.13.3.3 255.255.255.0 ! int fa0/0 description ### EIGRP AS 100 & ABC Site-2 ### ip add 150.3.13.1 255.255.255.0 no shutdown ! int fa0/1 description ### EIGRP AS 100 & ABC Site-2 ### ip add 13.13.13.3 255.255.255.0 no shutdown ! int s1/0 encapsulation frame-relay no frame-relay inverse-arp no shutdown ! int s1/0.23 point-to-point description ### OSPF Area 0 ### ip add 13.13.8.3 255.255.255.0 frame-relay interface-dlci 302 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 lo 0 description ### EIGRP AS 100 & ABC Site-1 ### ip add 13.13.4.4 255.255.255.0 ! int fa0/0 description ### EIGRP AS 100 & ABC Site-1 ### ip add 150.1.13.254 255.255.255.0 no shutdown 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 lo 0 description ### EIGRP AS 100 & ABC Site-2 ### ip add 13.13.5.5 255.255.255.0 ! int fa0/0 description ### EIGRP AS 100 & ABC Site-2 ### ip address 150.3.13.254 255.255.255.0 no shutdown end !