09-21-2007 04:26 AM - edited 03-03-2019 06:51 PM
Hello: Does the cisco routers perform smart load balancing? if so, how does the router know, which path is congested than others.
Thank you
09-21-2007 04:58 AM
hi narayan
AFAIK routers normally forward the traffic via the alternate interface based on the backup interface / backup load command you configure under the main forwarding interface.
without doing so if you have 2 static routes pointing towards the active interfaces it may result in either per-packet or per-session based load balancing based on the type you prefer and configure out there in the box.
regds
09-21-2007 05:16 AM
EIGRP has a feature that will allow the load of an interface to be included in the metric, and a feature to allow unequal cost load balancing, but both of these are off as default.
To turn on load use:
router eigrp
metric weights 0 1 1 1 0 0
Default would be
metric weights 0 1 0 1 0 0
That would then include the load in the metric calculation.
To allow uneven cost load balancing:
router eigrp
variance 2
will allow the high meteric used to be dounle the low metric.
Having said this, having interfaces with effectively variable metrics where the metric can influence the metric (I'll come back to that) may not be the most stable idea.
As I say about metric influencing metric just consider this.
You have simply a pair or routers, with a pair of matching links between them, running eigrp across the links. Before there is any traffic, the metric for both is equal. Due to the nature of the traffic, one link gets a little more traffic, so eigrp adjusts the metric to favour the less loaded link. Traffic not starts to favour the previously light link, so that now becomes the heavier used link, so EIGRP again adjusts the metrics...
09-21-2007 07:18 AM
Thank you . Do other routing protocols support this kind of feature.
thank you
09-23-2007 11:28 PM
I am not aware of any, and as I meantioned before, the whole idea is rather risky. If stability is improtant in a network, I wuld strongly advise against the use of such features!
Paul.
09-24-2007 03:42 AM
paul
if the 2 connections were PPP, does PPP multilink resolve the problem automatically?
09-24-2007 04:31 AM
That's a different question
PPP multilink will distribute the load - off hand I am not sure exactly how it does it - round robin, first available path, some other algorithm.
If it was a pair (or more) of links between two routers MLPPP would probably do the job, if you are looking for intelligent re-routing around a ;arge network based on traffic levels, then it would be less useful.
Once you start considering multi chassis, it wil almost certainly be counterproductive.
09-21-2007 07:38 AM
Thank you . Do other routing protocols support this kind of feature.
thank you
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