![]() |
|
|
|
#1 |
|
I've got a router with 2 T1s going to different ISPs. Each ISP
advertises a default route to this router with the same weight via BGP. What is the normal behavior in this situation? I was hoping to get the router load sharing the outbound traffic equally between the 2 T1s. What I get is all outbound traffic going out the T1 where the destination IP address is the lowest. How can I equalize the outgoing traffic? srp336@getcoactive.com |
|
|
|
|
#2 |
|
Posts: n/a
|
In article <. com>,
wrote: > I've got a router with 2 T1s going to different ISPs. Each ISP > advertises a default route to this router with the same weight via BGP. > > > What is the normal behavior in this situation? I was hoping to get the > router load sharing the outbound traffic equally between the 2 T1s. > What I get is all outbound traffic going out the T1 where the > destination IP address is the lowest. How can I equalize the outgoing > traffic? Default routes are processed the same way any other routes are, by comparing attributes like AS path length, weight, local preference, etc. If all the BGP attributes are the same, the final tie-breaker is the age of the route (older routes are preferred). BGP is very poor at load balancing. Search the newsgroup archive for "bgp load balance" to find past discussions and suggestions. -- Barry Margolin, Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** Barry Margolin |
|
|
|
#3 |
|
Posts: n/a
|
Try with bgp multipath...
http://www.cisco.com/en/US/tech/tk36...80094431.shtml B.R. Igor <> wrote in message news: ups.com... > I've got a router with 2 T1s going to different ISPs. Each ISP > advertises a default route to this router with the same weight via BGP. > > > What is the normal behavior in this situation? I was hoping to get the > router load sharing the outbound traffic equally between the 2 T1s. > What I get is all outbound traffic going out the T1 where the > destination IP address is the lowest. How can I equalize the outgoing > traffic? > Igor Mamuzic |
|
|
|
#4 |
|
Posts: n/a
|
I thought , it was the lowest "router-id". Is it the oldest route in
age ? coolmaneesh@gmail.com |
|
|
|
#5 |
|
Posts: n/a
|
I've added 'maximum-paths 2' to my bgp stanza. I can't seem to tell any
difference. What's the point of bgp multipath? I'm just trying to setup more equal utilization for our 2 T1s. Can BGP not really get close to that? What's our alternatives? srp336@getcoactive.com |
|
|
|
#6 |
|
Posts: n/a
|
In article < .com>,
<> wrote: > >I'm just trying to setup more equal utilization for our 2 T1s. Can BGP >not really get close to that? What's our alternatives? Generally speaking, load balancing using BGP in a dual ISP setup is considered "good" if you can get within a two-to-one ratio between the two links, and that assumes significant numbers of internal users and external destinations. Typically, a single user with a single TCP connection to a single Internet server will see higher performance if all the traffic goes over a single T1, and typical load sharing set ups are configured to ensure that that is the case. As Barry stated in his reply, Google Groups is your friend, as this topic has been hashed to death multiple times over the past few years, making old timers (the ones who actually know the answers) reluctant to waste their time doing it yet again. -- Vincent C Jones, Consultant Expert advice and a helping hand Networking Unlimited, Inc. for those who want to manage and Tenafly, NJ Phone: 201 568-7810 control their networking destiny http://www.networkingunlimited.com Vincent C Jones |
|
|
|
#7 |
|
Posts: n/a
|
In article < .com>,
"" <> wrote: > I thought , it was the lowest "router-id". Is it the oldest route in > age ? The tie-breaker used to be lowest router-id. Several years ago Cisco changed it to age. -- Barry Margolin, Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** Barry Margolin |
|
|
|
#8 |
|
Posts: n/a
|
In article < .com>,
wrote: > I've added 'maximum-paths 2' to my bgp stanza. I can't seem to tell any > difference. What's the point of bgp multipath? I think maximum-paths will only insert multiple routes learned from the same ASN. So the point of it is when you have multiple T1's to the same ISP. > I'm just trying to setup more equal utilization for our 2 T1s. Can BGP > not really get close to that? What's our alternatives? There are some tricks you can play with route-maps that set weights based on as-path access lists. Like I said before, search the archives. -- Barry Margolin, Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** Barry Margolin |
|
|
|
#9 |
|
Posts: n/a
|
Thanks Barry
coolmaneesh@gmail.com |
|
|
|
#10 |
|
Posts: n/a
|
I'm not quiet experienced in BGP, but If you can get two routes to the same
destination learned from BGP in your IP routing table, then try to play around with cef load balancing. It requires two or more prefixes to the same destination in it's FIB to do proper load balancing (CEF load balancing is not, AFAIK, enabled by default). B.R. Igor <> wrote in message news: oups.com... > I've added 'maximum-paths 2' to my bgp stanza. I can't seem to tell any > difference. What's the point of bgp multipath? > > I'm just trying to setup more equal utilization for our 2 T1s. Can BGP > not really get close to that? What's our alternatives? > Igor Mamuzic |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting the default value as"3years" in the drop down list | bhaskarjava | Software | 0 | 09-22-2009 10:21 AM |
| Set default path of <input type = file> | vj_india | Software | 1 | 09-15-2006 06:17 PM |
| Computer with default language in Chinese | AG | A+ Certification | 3 | 04-04-2005 12:40 AM |
| Re: Default media player | natural_4u | A+ Certification | 1 | 02-16-2004 09:35 PM |
| Re: Default media player | David BlandIII | A+ Certification | 0 | 02-15-2004 09:50 PM |