10-06-2019 10:26 PM
Hi Guys,
Really need some help for EIGRP load balancing. I have two WAN routers and both connected to Service Providers router as per topology attached. How can I do load balancing or send particular prefix or IP via one link no to other ?
Any suggestion or help really appreciated!!!
Regards,
Jit
10-06-2019 11:19 PM - edited 10-06-2019 11:23 PM
i don;t think we can do load balancing per prefix with EIGRP; you would have to run BGP between sites or Other device (other then router)
Based on topo, you should have BGP links from ISP to your WAN routers
Regards, ML
**Please Rate All Helpful Responses **
10-07-2019 12:01 AM - edited 10-07-2019 12:02 AM
Without any design consideration, you can select which prefixes will be advertised from one EIGRP to another by using a distribute list in egress direction.
For example.
On WAN router 1 you can do:
ip prefix-list EIGRP_OUT seq 5 deny 192.168.10.0/24 ---- Deny a route to be advertised out of an interface
ip prefix-list EIGRP_OUT seq 10 permit 0.0.0.0/0 le 32 --- Permit any other route
router eigrp 20
distribute-list prefix EIGRP_OUT out GigabitEthernet0/0 ---- Apply a distribute list to supress the denied routes out the interface facing the ISP
Interesting is that you are running EIGRP with an ISP, if that is an L3VPN (MPLS L3 Cloud) then that is fine, but otherwise, this would be easier with BGP
10-07-2019 02:42 PM
I agree its easier with BGP.
But is there any way to do same with EIGRP ?
Jit
10-07-2019 02:59 AM
Hi,
I hope it is very difficult with EIGRP with the current design. Let me check-in the lab.
Is it the Internet or MPLS connection? If it is an internet connection then you must be using the NAT on the ISP router and you can modify the same using route-map NAT.
10-07-2019 03:02 AM
10-07-2019 10:15 AM
10-07-2019 02:40 PM
I am ok with Link saturation thats why this link is for.
How do you set up with QoS so I can send particular prefix ?
Jit Oza
10-08-2019 07:25 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