06-24-2010 04:40 PM - edited 03-04-2019 08:53 AM
Hi,
I got a Cisco 2811 with two HWICs connected to two ISP's and a WIC which is connected to internal. I have default route to both ISP's in the router configuration. How can I do load balancing so that half of my traffic go through one ISP and the remaining go via the other ISP?
- Ribin
06-24-2010 05:32 PM
Hi Ribin,
You can load share your traffic using route maps. Have a look at this example on how to load share with 2 ISPs.
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00800945bf.shtml#conf4
HTH
Reza
06-25-2010 08:34 AM
I think this example explains load balancing using BGP. I don't have BGP in place.
- Ribin
06-25-2010 12:43 PM
Hello ribin. configure ip cef globally on the router and the router's switching process will automatically perform per destination load balancing over both default routes. You can also configure CEF to do per packet load balancing. on the interfaces configure ip load-sharing per-packet (depending on the ios version).
without IP cef, you'll still get perdestination load balancing by default.
06-25-2010 03:04 PM
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