02-03-2016 10:47 AM - edited 03-05-2019 03:16 AM
Good Afternoon,
I have a Pix 501. Am trying to change the outside route and keep getting an error. Could someone please help. As far as I can tell my syntax is correct but here's what happens
PIX-501(config) # route outside 0.0.0.0 0.0.0.0 50.109.164.109 1
cannot add route entry. possible conflict wtih existing routes
The internet provider for this remote location changed the IP address which is what started this process.
Could someone please help me and show me what I'm doing wrong?
Thanks in advance...Jon
Solved! Go to Solution.
02-03-2016 12:01 PM
Hello, Jon.
Cisco PIX/ASA can't has two or more similar routes with the same metric. So at first you need to find current default route by command "sh run | i 0.0.0.0 0.0.0.0" and delete it with command "no route otside 0.0.0.0 0.0.0.0 ...." ("no" part at the start of configuration lin is deleting this line of configuration). And after this you need add new default route.
Best Regards.
02-03-2016 12:01 PM
Hello, Jon.
Cisco PIX/ASA can't has two or more similar routes with the same metric. So at first you need to find current default route by command "sh run | i 0.0.0.0 0.0.0.0" and delete it with command "no route otside 0.0.0.0 0.0.0.0 ...." ("no" part at the start of configuration lin is deleting this line of configuration). And after this you need add new default route.
Best Regards.
02-03-2016 12:37 PM
Thank you very much! That worked.
I was trying to overwrite it and that's what I was doing wrong.
Thanks again for your help...jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide