03-02-2005 09:31 AM - edited 03-02-2019 09:58 PM
two 2600 with two wic modules point to point with two T1,what static routes need to be on both sites in order for loadbalance to take effect.any help is appreciated.
03-02-2005 10:11 AM
You will need two routes to the same destination, but they will be pointed to the different T1 next hop IP's.
For example -
LAN1--Router1--T1-1--Router2--LAN2
--T1-2--
LAN1 10.1.1.1/24
Router1 T1-1 10.1.255.1/252
Router1 T1-2 10.1.255.5/252
LAN2 10.1.2.1/24
Router2 T1-1 10.1.255.2/252
Router2 T1-2 10.1.255.6/252
Routes on Router1
ip route 10.1.2.0 255.255.255.0 10.1.255.2
ip route 10.1.2.0 255.255.255.0 10.1.255.6
Routes on Router2
ip route 10.1.1.0 255.255.255.0 10.1.255.1
ip route 10.1.1.0 255.255.255.0 10.1.255.5
This will give you two routes to the same destination so you can achieve load balancing.
You can also decide on how you want the traffic balanced based on the switching method (per packet, per destination etc).
Heres a link on the different switching methods for load balancing.
http://www.cisco.com/en/US/tech/tk827/tk831/technologies_white_paper09186a00800a62d9.shtml
Daniel
03-02-2005 11:09 AM
i really appreciat the advice and its very helpful,i currently have default routes ip route 0.0.0.0 .0.0.0.0 next on each end for one t1, Can i put a second default route for the second t1 on each end as well
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