01-05-2013 10:56 PM - edited 03-04-2019 06:35 PM
HI Team,
Normally if we do load balancing over multiple links either over static or dynamic protocols. What method of load balancing it will do and what are the difrent types available for load balancing
Thanks in advance
Naveen
01-05-2013 11:20 PM
Hi
default is per-destination load-balancing.
You can also use per-packet load-balancing. but this can cause out of order packets
http://www.cisco.com/en/US/products/hw/modules/ps2033/prod_technical_reference09186a00800afeb7.html
Thanks
Raju
01-06-2013 02:37 AM
Hi,
I hope you are asking about CEF load balancing methods. As rajs2 already said there are two of them. Per-destination method all packets for a given destination are forwarded along the same path. Packets comes in order but might lead unequal usage of links. Per-packet guarantees equal usage of links but may cause packets coming out of order because at destinations might be differential delays. CEF uses FIB to make forwarding decisions. FIB is just like routing table it is based on it. And uses adjacency table for Layer 2 information it contains Layer 2 headers info for every entry in FIB.
http://www.cisco.com/en/US/products/hw/modules/ps2033/prod_technical_reference09186a00800afeb7.html
Hope it will help.
Sent from Cisco Technical Support iPhone App
01-06-2013 05:26 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Routing load balancing generally directs packet flows to the same path. This to maintain flow packet sequence.
Path selection, per flow, might be round robined, i.e. "cycles" to the next path when there's a new flow. Or it might be deterministic based on flow's attributes (similar to Etherchannel). (I recall CEF might be deterministic, as I also recall there's a way to change CEF bias for optimal load balancing across multiple hops.)
Some routing will round robin individual packets, as does optional CEF packet-by-packet (as noted by the other posters), and process switched packets are round robined too, I believe.
Most routing load balancing is only for supported for equal cost paths but Cisco's EIGRP supports unequal cost paths (proportional sharing).
Most routing load balancing doesn't account for current interface load but Cisco's OER/PfR can perform dynamic load balancing, i.e. it can track actual interface usage. It can move individual flows to specific egress interfaces. (It also supports proportional loading.)
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