06-14-2017 11:22 AM - edited 03-05-2019 08:42 AM
Dear Experts,
We're working with a client to redesign their datacenter network from scratch. Client has plenty of equipment so we have a fair amount of flexibility in how the new network will be put together.
Having read a number of forum posts and whitepapers on various inbound and outbound load balancing/sharing approaches, I'm in need of some expert advice on how best to accomplish outbound load balancing/sharing across two ISP's.
Objectives:
1) To keep the design as simple and easy to maintain (and diagnose) as possible.
2) The ability to influence outgoing traffic in a way that will utilize both ISP connections. The outbound traffic split doesn't have to be perfect, and the rules don't have to be especially granular. The client has very bursty outbound traffic, so it is highly desirable to split the outbound over both ISP's to the extent possible.
3) If there is a way to keep inbound and outbound session traffic nailed to the same ISP, that would seem to be desirable.
Relevant details:
Questions:
1) Is EIGRP between the ASA and the ASR routers an option?
2) What's the best way to do this?
Thank you!
06-14-2017 01:10 PM
Hello,
first of all, with two ISPs, and since BGP selects only one single best path to a destination learned from different ASs, you cannot do load balancing. Load sharing is possible though.
Looking at your setup, in addition to running EIGRP between the ASA and the ASR routers, I would also configure a link between both ASR routers and make it an HSRP setup. You can then use AS-path prepending or community string for HSRP load sharing (see the link below for sample configurations (check Topology 6):
http://showipbgp.com/bgp-configurations/cisco.html
06-14-2017 04:08 PM
George,
can't they use local preference to manipulate outbound traffic and use AS prepending as you suggested for inbound traffic if both internal routers are ibgp neighbors? Use both the attributes in such a way that if isp 1 is used for prefix X for outbound traffic then return traffic is also via isp 1 for prefix X .
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