07-24-2004 07:30 AM - edited 03-02-2019 05:17 PM
I have 4 E1 lines connecting to the same remote router and both routers are Cisco 3640A routers. I am using routers to load balance the traffic among these 4 links. Now, I would like to ask:
Is there any different between OSPF equal cost load balacing and using cisco "ip load-sharing per packet" command on the serial interface?
07-24-2004 09:06 AM
The default CEF behavior is per session (Src/Dst ip address). The "ip load-sharing per packet" changes the default behavior. I usually don't recommend the per-packet load-sharing since it might lead to some out of order packets, which might cause retransmissions and ultimately lead to slower throughput.
Hope this helps,
07-24-2004 08:24 PM
what about CEF? Are you referring Cisco Express forwarding? How can I turn on this feature? Is it using "ip CEF" command? What about "ip load-sharing per destination"?
How about using OSPF equal cost load balancing? Is it good to use it?
07-24-2004 08:34 PM
I was indeed referring to Cisco Express Forwarding. "ip cef" used globally will activate CEF. Per destination load-sharing is actually the default when you enable CEF. CEF needs to have multiple path in the RIB in order to install them in the FIB and load-share. So to your last question, the answer is yes.
Hope this helps,
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