R3#sh run | b 0/0 interface FastEthernet0/0 ip address 180.40.7.129 255.255.255.224 ip policy route-map Prob1 duplex auto speed auto ! ! ip access-list extended Prob1a permit icmp host 100.1.1.1 host 20.10.1.2 echo ip access-list extended Prob1b permit icmp host 100.1.1.1 host 20.10.1.1 echo ip access-list extended Prob1c permit icmp host 100.1.1.1 20.10.1.0 0.0.0.255 echo ! ! route-map Prob1 permit 10 match ip address Prob1c match length 1001 2147483647 set interface Serial1/2 ! route-map Prob1 permit 20 match ip address Prob1a set ip next-hop 180.40.7.67 ! route-map Prob1 permit 30 match ip address Prob1b set ip next-hop 180.40.7.2 ! route-map Prob1 permit 40 !