Question:

ICMP blocked automatically

by  |  earlier

0 LIKES UnLike

we have three isp connected cisco 1841 router
we have configured route-map and policy

isp1 source ip use isp1 gateway
isp2 source ip use isp2 gateway
isp3 source ip use isp3 gateway

configuration as follows
ip access-list extended isp1
permit ip X.X.X.X 0.0.0.15 any ip access-list extended isp2 permit ip X.X.X.X 0.0.0.15 anyip access-list extended isp3 permit ip X.X.X.X 0.0.0.15 any

where x = isp ip subnet according isp ip

route-map test permit 10 match ip address isp1 set ip next-hop x.x.x.x (next hop of isp1 IP)
route-map test permit 20 match ip address isp2 set ip next-hop x.x.x.x (next hop of isp1 IP)route-map test permit 30 match ip address isp3 set ip next-hop x.x.x.x (next hop of isp1 IP)

on interface
ip policy route-map test

after adding the above configuration am not able ping any of the publicIPs from same router and my isp are also telling there were not able to ping our IP

But am adding a default route on the router am able ping any IPs from the same router (0.0.0.0 0.0.0.0 isp1 gateway or isp2 or isp3 )

please give the solution for this i can't give default route on the router because my policy ISP1 want use ISP1 one likewise

sathya

sathis_kuma6an@yahoo.com

 Tags:

   Report
Please Login to view 1 answers to this question

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.