11-29-2007 07:16 AM - edited 03-05-2019 07:42 PM
If I have an IP routing enabled 3750G that has 2 different L3 paths to a destination and OSPF recognizes these 2 equal cost paths, does CEF automatically load balance on these links or does OSPF use some load-balancing mechanism?
11-29-2007 07:46 AM
CEF performs switching packets from the information available in the routing table.
So once ospf identifies 2 paths as equal cost & puts them in to routing table, cef checks the routing table & switches packets on these equal cost links .
Check this link for more details:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094820.shtml
pls rate if helped.
11-29-2007 08:49 AM
Small correction on how CEF makes forwarding decision.
CEF uses a FIB (Forwarding Information Base) not RIB (Routing Information Base) to make IP destination prefix-based switching decisions.
The FIB contains the prefixes from the IP routing table structured in a way that is optimized for forwarding. When routing or topology changes occur in the network, the IP routing table is updated, and those changes are reflected in the FIB. The FIB maintains next-hop address information based on the information in the IP routing table.
Because there is a one-to-one correlation between FIB entries and routing table entries, the FIB contains all known routes and eliminates the need for the route cache maintenance that is associated with switching paths such as those used in fast switching and optimum switching.
This is a good document to read on CEF
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