R2#sh run | b router ! router rip version 2 redistribute eigrp 100 route-map Prob5 passive-interface FastEthernet0/1 passive-interface Serial1/0.2 network 180.40.0.0 network 208.28.1.0 neighbor 208.28.1.2 default-metric 4 no auto-summary ! access-list 1 permit 208.28.1.193 access-list 2 permit 208.28.1.194 ! route-map Prob5 permit 10 match ip address 1 set metric 7 ! route-map Prob5 permit 20 match ip address 2 set metric 4 ! route-map Prob5 permit 30 set metric 3 ! R1#sh run | b rip redistribute rip 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 rip version 2 redistribute eigrp 100 metric 4 passive-interface Ethernet0/0 offset-list 1 out 3 network 208.28.1.0 no auto-summary ! no ip http server ip classless ! ! access-list 1 permit 208.28.1.193 ! R3#sh ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 17.0.0.0/24 is subnetted, 1 subnets C 17.80.1.0 is directly connected, FastEthernet0/0 208.28.1.0/24 is variably subnetted, 6 subnets, 5 masks R 208.28.1.193/32 [120/7] via 208.28.1.3, 00:00:17, Serial1/0 [120/7] via 208.28.1.1, 00:00:12, Serial1/0 [120/7] via 180.40.7.2, 00:00:11, Serial1/2 R 208.28.1.194/32 [120/4] via 208.28.1.1, 00:00:12, Serial1/0 [120/4] via 208.28.1.3, 00:00:17, Serial1/0 [120/4] via 180.40.7.2, 00:00:12, Serial1/2