Link to home
Start Free TrialLog in
Avatar of SrikantRajeev
SrikantRajeev

asked on

BGP Load Balancing

I am looking for using BGP routing protocol betwene my branch network & to my Data center.

In my branch network I have 2 links & they are connected to my Data center,
I want to use both the links & need to load sharing on these both the links.

Is it possible to achieve this by BGP routing protocol...
ASKER CERTIFIED SOLUTION
Avatar of SpencerScannell
SpencerScannell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Craig Beck
Yep, as above if you're using Cisco routers.  Or, you could use EIGRP if your Cisco kit doesn't have a license or feature set for BGP functionality.

With EIGRP you'd do it as a standard EIGRP routing config, but include the max-paths command in the EIGRP process.
Avatar of SrikantRajeev
SrikantRajeev

ASKER

Thanks.
I am attaching the logical diagram of the network which I am planning to implement.
Would like to know how this can be done

I have a branch network. It is connected to 2 DC.
I am planning to buy MPLS link from 2 different service provider.
I want to make use of both the links & keep in Active - Active so that I can utilize both the links.

The branch network for ex- 192.168.100.0/24. The DC primary is 10.0.0.0/8 & 20.0.0.0/8
So if the network 192.168.100.0/24 wants to communicate to the DC network 10.0.0.0/8 the traffic should be load balanced with both the MPLS links.
The return traffic from the DC should also be from the same service provider & there should not be any asymmetric routing.

How this can be achieved ?
Since this is the MPLS network I believe the service provider will be using BGP.
So wanted to know if I need to run BGP inside my branch network also ?
MPLS-BGP-Network.png
Any help for the above
Any help for the above
I've requested that this question be closed as follows:

Accepted answer: 0 points for SrikantRajeev's comment #a39758541

for the following reason:

Thanks
Thanks