02-15-2010 02:46 AM - edited 03-04-2019 07:30 AM
Hi....
Scenario: My HO and branch is conencted with SP1 and SP2 (MPLS) for redundancy.
In HO SP1 is connected with BGP and SP2 is conencted with static route.On Branch side having static routes for SP1.If SP1 link fail, then we remove SP1 route and add SP2 route.
I want to use both the link using load balancing.Is there any workaound?
Pls find the attachment for more clarrification..
02-15-2010 05:06 AM
Hello Arjun,
on the branch site side it is enough to have both static routes installed on the router this will provide you load balancing in outbound direction from remote site.
However, with static routes it is difficult to say when something goes wrong in the middle or on remote side.
I see from picture you have a C2811 on remote site. So I see two options:
a) using reliable static routing with IP SLA to make smart decisions
see
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html
b) move to eBGP at least SP1 link on remote site, possibly both.
then combination of commands including one hidden command could give load balancing over BGP sessions
router bgp xx
maximum-paths 2
bgp bestpath multipath-relax
without second hidden command, the two BGP routes coming from a different AS number would not be installed both.
Second option requires cooperation with ISP to setup the eBGP sessions
Hope to help
Giuseppe
02-18-2010 03:37 AM
02-18-2010 06:02 AM
Hello Arjun,
>> The problem is that my traffic is shared but i am not getting inbound traffic on secondary link..
this can be expected you can try to influence return path but actually you can get this
Even if you were using BGP you could end up with a similar result.
Currently you are using Performance routing with static routes.
Hope to help
Giuseppe
02-19-2010 08:42 PM
Thanx.......
I have one query that using IP SLA we can achieve link failure but link load balancing how can we achive,because in routing table only one best route
is available..
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