Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static Routes with dual default routes

Status
Not open for further replies.

VanDykI

Technical User
Mar 16, 2003
19
0
0
ZA
Hi,

I would like to know how a 1721 load balances two static 0.0.0.0 0.0.0.0 routes?

Does it switch between them depending on bandwidth usage?

Ian
 
It truly depends on what type of routing protocol you are using. If you have EIGRP you can perform load balance over multiple paths of equal or unequal. You have to configure it for this but you can get it work. Most people think of floating default gateways as a failover use only. I'm of the mind that if I have another path I am paying for I am going to use the thing!

 
You can do it w/o a routing protocol. Just turn on ip cef and then do ip loadsharing per-packet or per-destination.

I.E
ip cef
inter ser0/0
ip address 55.55.55.1
!
inter ser0/1
ip address 66.66.66.1
!
inter fa0/0
ip address 11.11.11.1
ip loadbalancing per-packet
!
ip route 0.0.0.0 0.0.0.0 55.55.55.2
ip route 0.0.0.0 0.0.0.0 66.66.66.2
 
I forget about Express Forwarding everytime. Yeah, Baddos is correct.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top