06-03-2004 01:12 PM - edited 03-02-2019 04:08 PM
What is the best way to configure my parallel T1s so that I can havea an aggregate throughput of > 1.5 meg. I have used BGP, EIGRP and just plain static routes but none seem to give me more bandwidth than a single T1. It's great for load balancing and redundancy but I want more throughput.
Any ideas. Any software that Cisco has or a 3rd party multiplexor.
Thank you
06-03-2004 01:47 PM
Multilink PPP is a common choice.
06-04-2004 12:34 PM
You may want to change the switching from per destination to per packet. Implement CEF first, then apply 'ip load-sharing per-packet' on both wan interfaces, each side.
Rick
06-14-2004 06:19 AM
PPP Multilink works well for load balancing over parallel links. You can set it up to use a virtual interface as the neighbor on each end of the link, and it will distribute the load between the two physical links.
If you can afford the price an IMUX will do the same thing, and it takes the load off of the routers CPU.
06-14-2004 06:30 AM
hi
I have seen users use the int virtual template command and also the ppp multilink command to combined sync interfaces. What is the the difference
thanks
06-14-2004 06:46 AM
Hello,
you can use EIGRP if both lines have equal speed.
I asume that you have 4 Routers, two on each side, with two serial T1s in between.
1.) Set the metric to ignore interface bandwidth.
router eigrp 1
metric weights 0 0 0 1 0 0
Now, only interface delay is used for route calculation
2.) Set the delay on all LAN Ethernet Interfaces to 5
3.) Set the delay on the serial interfaces of the first T1 to 10 on both sides
4.) Set the delay on the serial interfaces of the second T1 to 15 on both sides.
Now you have perfect Loadsharing.
Bye
Jo
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