R1#sh run | b router router eigrp 100 redistribute rip metric 128 20000 255 1 1500 redistribute ospf 1 metric 128 20000 255 1 1500 network 180.40.7.66 0.0.0.0 network 208.28.1.66 0.0.0.0 neighbor 180.40.7.65 Serial0/0.2 auto-summary ! router ospf 1 router-id 1.1.1.1 log-adjacency-changes redistribute eigrp 100 subnets redistribute rip subnets network 17.0.0.0 0.255.255.255 area 0 distance 175 3.3.3.3 0.0.0.0 2 ! router rip version 2 redistribute eigrp 100 metric 4 redistribute ospf 1 metric 3 passive-interface Ethernet0/0 offset-list 1 out 3 network 208.28.1.0 network 223.1.1.0 maximum-paths 3 no auto-summary ! ! ! access-list 1 permit 208.28.1.193 access-list 2 permit 222.1.1.0 0.0.0.255 ! R2#sh run | b router router eigrp 100 redistribute rip metric 128 20000 255 1 1500 network 180.40.7.65 0.0.0.0 network 208.28.1.129 0.0.0.0 neighbor 180.40.7.66 Serial1/0.2 auto-summary ! router rip version 2 timers basic 30 180 0 240 redistribute eigrp 100 route-map Prob5 passive-interface FastEthernet0/1 passive-interface Serial1/0.2 output-delay 10 network 180.40.0.0 network 208.28.1.0 neighbor 208.28.1.2 maximum-paths 3 default-metric 4 no auto-summary ! R3#sh run | b router router ospf 1 router-id 3.3.3.3 log-adjacency-changes redistribute rip subnets network 17.0.0.0 0.255.255.255 area 0 distribute-list 1 in Tunnel0 ! router rip version 2 no validate-update-source timers basic 30 180 0 240 redistribute ospf 1 metric 3 network 180.40.0.0 network 208.28.1.0 network 222.1.1.0 neighbor 208.28.1.1 neighbor 208.28.1.3 maximum-paths 3 no auto-summary ! access-list 1 deny 223.1.1.0 0.0.0.255 access-list 1 permit any !