Hello all!
I recently implemented load balancing across mutiple equal cost DSL lines.
I issued the commands
ip cef
ip route 0.0.0.0 0.0.0.0 192.168.200.2 10
ip route 0.0.0.0 0.0.0.0 192.168.200.3 10
ip route 0.0.0.0 0.0.0.0 192.168.200.4 10
and on the outgoing interface I issued a
ip load-sharing per-packet
But cpu utilization remains an incredibly low 4% and when I do a show ip route 0.0.0.0
It spits back all three default routes and reports their admin cost as being the same but it also says
Routing Metric is 0, Traffic share count is 1
I get this for all 3 default routes. I just don;t think its working.
What do you think?
Thanks again!
I recently implemented load balancing across mutiple equal cost DSL lines.
I issued the commands
ip cef
ip route 0.0.0.0 0.0.0.0 192.168.200.2 10
ip route 0.0.0.0 0.0.0.0 192.168.200.3 10
ip route 0.0.0.0 0.0.0.0 192.168.200.4 10
and on the outgoing interface I issued a
ip load-sharing per-packet
But cpu utilization remains an incredibly low 4% and when I do a show ip route 0.0.0.0
It spits back all three default routes and reports their admin cost as being the same but it also says
Routing Metric is 0, Traffic share count is 1
I get this for all 3 default routes. I just don;t think its working.
What do you think?
Thanks again!