03-15-2018 06:32 AM - edited 03-08-2019 02:16 PM
I hope i can get some help with this, we have setup a Cisco 1941 with dual wan we are having issues getting the router to fail over to the second line with a route map, if anyone could give some pointers that would be great. Config attached
When we pull the primary line the fail over doesn't work
03-15-2018 06:43 AM
Assuming interface 0/0 is the primary and 0/1 is the backup interface and looking at your config, it appears that you are NATing everything to the first interface (see sample below) and nothing is NATed to 88.x.x.49 address. If this is correct, can you create NAT statements for 88.x.x.49 address and test again?
ip nat inside source static tcp 192.168.21.5 25 62.x.x.42 25 extendable
ip nat inside source static tcp 192.168.21.5 80 62.x.x.42 80 extendable
HTH
03-15-2018 06:44 AM - edited 03-15-2018 06:51 AM
03-15-2018 06:52 AM
I will make these changes and test, thanks for coming back to me
03-15-2018 07:00 AM
reHi,
Sorry, I was deleted my last comment because that configuration was for someone other.
I am adding some more with @Reza Sharifi comment. Check your routing configuration also
ip route 0.0.0.0 0.0.0.0 62.x.x.41 track 1
ip route 0.0.0.0 0.0.0.0 62.x.x.41 <Delete this route>
ip route 0.0.0.0 0.0.0.0 88.x.x.54 10
Regards,
Deepak Kumar
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