cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
340
Views
9
Helpful
2
Replies

Load balancing with default routes..

ashok_boin
Level 5
Level 5

Hi,

Is it possible to load balance with default routes? We get load balance or share.

Thanks in advance...

Regards...

Ashok.


With best regards...
Ashok
2 Replies 2

kkalaycioglu
Level 4
Level 4

OF course. You can write to static route for a destination with same admin distance (say default:1).This will basically provide per-destination load balancing (packets to host A from first route, if a new packet arfrives to another host B, from the second route and so on) for fast switching interfaces. With CEF you can achieve same per-destination or more granular per-packet load balancing.

Regards.

CEF will not do per destination load sharing--it does per source/destination pair load sharing.... Process switching will do per packet, fast will do per destination (sort-of, it depends on the way in which process switched packets hit the routing table, and other factors). CEF will do per packet or per source/destination pair.

:-)

Russ.W