@ 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 lo 1 description ### BGP AS 1013 ### ip address 11.11.11.11 255.255.255.255 ! int fa0/0 description ### RIPv2 Domain ### ip add 150.1.13.1 255.255.255.0 no shutdown ! int fa0/1 description ### RIPv2 Domain ### ip add 13.13.11.1 255.255.255.0 no shutdown ! int s1/0 description ### OSPF Area 0 ### ip add 13.13.9.1 255.255.255.0 encapsulation frame-relay no frame-relay inverse-arp frame-relay map ip 13.13.9.2 102 broadcast frame-relay map ip 13.13.9.3 102 broadcast no shutdown ! int s1/1 description ### OSPF Area 0 ### 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 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 lo 1 description ### BGP AS 13 ### ip add 10.1.1.1 255.255.255.0 ip add 172.16.1.1 255.255.255.0 secondary ip add 192.168.1.1 255.255.255.0 secondary ! int lo 197 description ### BGP AS 13 ### ip add 197.68.1.254 255.255.255.0 ip add 197.68.4.254 255.255.255.0 secondary ip add 197.68.21.254 255.255.255.0 secondary ip add 197.68.22.254 255.255.255.0 secondary ip add 197.68.5.254 255.255.255.0 secondary ip add 197.68.2.254 255.255.255.0 secondary ip add 197.68.3.254 255.255.255.0 secondary ! int fa0/1 description ### OSPF External Domain ### 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.123 multipoint description ### OSPF Area 0 ### ip add 13.13.9.2 255.255.255.0 frame-relay map ip 13.13.9.1 201 broadcast frame-relay map ip 13.13.9.3 203 broadcast ! router bgp 13 bgp router-id 13.13.2.2 neighbor 13.13.1.1 remote-as 113 neighbor 13.13.1.1 update-source lo 0 neighbor 13.13.1.1 ebgp-multihop 3 neighbor 13.13.3.3 remote-as 113 neighbor 13.13.3.3 update-source lo 0 neighbor 13.13.3.3 ebgp-multihop 3 end ! @ R3 en conf t ! no ip domain-lookup ! enable secret cisco ! hostname R3 ! username admin privilege 15 password cisco ! ip http server ip http authentication local ! 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 lo 1 description ### BGP AS 1013 ### ip address 33.33.33.33 255.255.255.255 ! int fa0/0 description ### EIGRP AS 100 ### ip add 150.3.13.1 255.255.255.0 no shutdown ! int fa0/1 description ### EIGRP AS 100 ### ip add 13.13.13.3 255.255.255.0 no shutdown ! int s1/0 description ### OSPF Area 0 ### ip add 13.13.9.3 255.255.255.0 encapsulation frame-relay no frame-relay inverse-arp frame-relay map ip 13.13.9.2 302 broadcast frame-relay map ip 13.13.9.1 302 broadcast no shutdown ! int s1/1 description ### OSPF Area 0 ### 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 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 ### RIPv2 Domain ### ip add 13.13.4.4 255.255.255.0 ! int lo 1 description ### BGP AS 1013 ### ip address 44.44.44.44 255.255.255.255 ! int lo 150 description ### RIPv2 Domain ### ip address 150.100.1.254 255.255.255.0 ! int lo 199 description ### RIPv2 Domain ### ip address 199.172.16.254 255.255.255.0 secondary ip address 199.172.15.254 255.255.255.0 secondary ip address 199.172.14.254 255.255.255.0 secondary ip address 199.172.13.254 255.255.255.0 secondary ip address 199.172.12.254 255.255.255.0 secondary ip address 199.172.11.254 255.255.255.0 secondary ip address 199.172.10.254 255.255.255.0 secondary ip address 199.172.9.254 255.255.255.0 secondary ip address 199.172.8.254 255.255.255.0 secondary ip address 199.172.7.254 255.255.255.0 secondary ip address 199.172.6.254 255.255.255.0 secondary ip address 199.172.5.254 255.255.255.0 secondary ip address 199.172.4.254 255.255.255.0 secondary ip address 199.172.3.254 255.255.255.0 secondary ip address 199.172.2.254 255.255.255.0 secondary ip address 199.172.1.254 255.255.255.0 ! int fa0/0 description ### RIPv2 Domain ### ip address 150.1.13.254 255.255.255.0 no shutdown ! router rip version 2 network 13.0.0.0 network 150.1.0.0 network 150.100.0.0 network 199.172.1.0 network 199.172.2.0 network 199.172.3.0 network 199.172.4.0 network 199.172.5.0 network 199.172.6.0 network 199.172.7.0 network 199.172.8.0 network 199.172.9.0 network 199.172.10.0 network 199.172.11.0 network 199.172.12.0 network 199.172.13.0 network 199.172.14.0 network 199.172.15.0 network 199.172.16.0 no auto-summary 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 ### ip add 13.13.5.5 255.255.255.0 ! int lo 1 description ### BGP AS 1013 ### ip address 55.55.55.55 255.255.255.255 ! int lo 4 description ### EIGRP AS 100 ### ip address 4.1.1.254 255.255.255.0 ! int lo 128 description ### EIGRP AS 100 ### ip address 128.28.2.254 255.255.255.0 secondary ip address 128.128.1.254 255.255.255.0 ! int lo 198 description ### EIGRP AS 100 ### ip address 198.198.22.254 255.255.255.0 secondary ip address 198.198.21.254 255.255.255.0 secondary ip address 198.198.5.254 255.255.255.0 secondary ip address 198.198.4.254 255.255.255.0 secondary ip address 198.198.1.254 255.255.255.0 secondary ip address 198.2.1.254 255.255.255.0 secondary ip address 198.2.3.254 255.255.255.0 secondary ip address 198.2.5.254 255.255.255.0 secondary ip address 198.1.1.5 255.255.255.252 ! int fa0/0 description ### EIGRP AS 100 ### ip add 150.3.13.254 255.255.255.0 no shutdown ! router eigrp 100 network 13.13.5.5 0.0.0.0 network 4.1.1.254 0.0.0.0 network 128.28.2.254 0.0.0.0 network 128.128.1.254 0.0.0.0 network 150.1.3.254 0.0.0.0 network 150.3.13.254 0.0.0.0 network 198.1.1.5 0.0.0.0 network 198.2.0.0 0.0.255.255 network 198.198.0.0 0.0.255.255 no auto-summary end !