On 2011-01-20, Mindless Gr <[email protected]> wrote: > Hello, is there any plans to make BGPD to work with recursive multipath? > Current implementation doesnt allow this, it forwards traffic only from one > link. > to achive load-sharing between 2 links, i have announced default route from > ISP's OSPF and i filtering the bgp prefixes to receive none, > so this trick works for one ISP, but what about 2 or more ISPs?
typically you would split up the routes you receive (perhaps by looking at communities, or perhaps by manually picking certain ASN), and adjust localpref/weight/prepend-in to achieve a balance by giving one link priority for certain traffic, and the other link priority for other traffic.

