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

Load balancing and Fail over for two WAN connection

CSCO11657467
Level 1
Level 1

net.JPG

This is network diagram of my customer.. Now they have two WAN connection.. Now they want to configure load balancing and fail over between two wan connection... I mean if two ISP line is up they want load balancing and if one of the line is down all the traffic need to goes to other up link (like failover)..

What should i do for this issue... If I need load balancer device.. pls suggest me how to do it...

Pls help me...

Sorry for my poor english.. Feel free to contact me for more details..

4 Replies 4

Hi

By using HSRP as well as IP SLA to monitor the WAN IP from a client end:

Please go through with below links for the HSRP.

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_12c_ea1/configuration/guide/swhsrp.html

IP SLA Configuration :-

ip sla monitor 1

type echo protocol ipIcmpEcho (Next HOP Wan ip Address) source-interface GigabitEthernet0/1

request-data-size 10

timeout 2000

threshold 4000

frequency 5

ip sla monitor schedule 1 life forever start-time now

track 104 rtr 1 reachability

delay down 8 up 30

When the link is down, traffic is switched to another link.

Hi sachin

Thanks for your reply...

u mean, i need to configure IP SLA and HSRP on both router.. ..

is it right?

now my firewall is running at the route mode.. because branch office connect to firewall by using VPN..

How should i configure two firewall to support HSRP..After i configure HSRP, i have one virtual router ip address.. what ip address should i used for two firewall outside ip address..

Hi Than,

Yes you have to required HSRP on both Wan Routers. Could you please confirm which firewall used ??

Hi sachin

One of the firewall is juniper and another one is nokia..

What should i do sachin..

Thanks sachin...