cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
825
Views
0
Helpful
4
Replies

Issue getting WAN failover 1941

alex-mendes
Level 1
Level 1

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 

4 Replies 4

Reza Sharifi
Hall of Fame
Hall of Fame

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

Deepak Kumar
VIP Alumni
VIP Alumni
 
Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

I will make these changes and test, thanks for coming back to me

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

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!