R1#sh run | b router rip 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 ! access-list 1 permit 208.28.1.193 ! R2#sh run | b router rip router rip version 2 redistribute eigrp 100 metric 2 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 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 !