08-28-2017 12:40 AM - edited 03-05-2019 09:03 AM
Hi All,
I need help to setup load balance between two different ISPs connected to the one router in the branch and two different router in the HQ, we need to load balance the traffic between the two ISPs, we are using BGP with both ISPs, anyone can help?
08-28-2017 04:01 AM - edited 08-28-2017 04:24 AM
Hi
Assuming the links are equal cost you can set up maximum-paths 2 at the HQ.
Now if the links have different bandwidth you can include on the HQ routers:
bgp dmzlink-bw
neighbor x.x.x.x dmzlink-bw
If the branch router is connected to 2 different AS you can use:
maximum-paths 2
bgp bestpath as-path mutipath-relax (note: it is a hidden BGP command, so TAB will not complete the word)
If you can share a diagram it will be useful.
Hope it is useful
:-)
08-29-2017 08:45 AM
To go along with Julios comment, if you are going to use maximum-paths for ECMP make sure your BGP attributes for each ECMP desired route are the same as it relates to the best path selection process.
1. Weight
2. local-pref
3. as-path length
4. origin
5. MED
6. eBGP over iBGP
7. IGP Cost to next hop
08-28-2017 04:53 AM
Hello,
in addition to Julio's post, also have a look at the link below. Check topology 4, which I think matches yours. There are several different sample configurations that accomplish redundancy as well...
08-29-2017 05:40 AM
08-29-2017 07:44 AM
09-05-2017 12:27 AM
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