Load balancing

Hello,
I currently have 2 routers with a single gigabit link (and corresponding internal BGP session) between them.
router1 <---------gigabit------->router2

Simple setup. Now that we have reached the limit on this gigabit link, we are adding a second gigabit link between the same 2 routers, and we wish to load balance across them. Traffic is about 5:1 ratio of out:in. router2 has bgp sessions with several upstreams, and router 1 has bgp sessions with further internal routers. What is the best way to balance across these 2 links?

Upgrade to 10 gigabit :slight_smile:

-Mike

Use the loopback address on each of the two routers as the bgp origination address and make sure that your router has
a route for the loopback address of the far router going over both of the GigE links. Ciscos handle this fine. Others can
as well. YMMV.

Walt

Read your fine, fine manuals? Every vendor of relevance has a chapter devoted to this topic.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

dan wrote:

Hello,
I currently have 2 routers with a single gigabit link (and corresponding
internal BGP session) between them.
router1 <---------gigabit------->router2

Simple setup. Now that we have reached the limit on this gigabit link,
we are adding a second gigabit link between the same 2 routers, and we
wish to load balance across them. Traffic is about 5:1 ratio of out:in.
router2 has bgp sessions with several upstreams, and router 1 has bgp
sessions with further internal routers. What is the best way to balance
across these 2 links?

Depending on the platforms, etherchannel/port-channel would be a fairly
straightforward solution.

- --

If you choose etherchannel, also spend some minutes reading about the
balancing algorithm for your platform.
:slight_smile: