cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
971
Views
0
Helpful
4
Replies

Load balance 2 routers

Andy White
Level 3
Level 3

Hello,

We have a lease line for our internet using a Cisco 2851.  We are soon to be getting a 2nd line which we would line to use and load balance the lines, how can we do this?  I was thinking of getting a 2nd router and creating a HSRP but wouldn't this then act as active and standby?

4 Replies 4

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hello,

We have a lease line for our internet using a Cisco 2851.  We are soon to be getting a 2nd line which we would line to use and load balance the lines, how can we do this?  I was thinking of getting a 2nd router and creating a HSRP but wouldn't this then act as active and standby?

Hi Andy,

Check out the below link for load balancing on your router

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080950834.shtml

Hope to Help !!

Ganesh.H

Remember to rate the helpful post

Hi Andy

Can you share that currently leased line detail whether it is  T1 or E1, Serial , Ethernet ( Interfaces )

& whether you have plane to take 2nd link from same SP or different SP.

Regards

Chetan kumar

They are ethernet.

SP?

Hi Andy

For Ethernet , You can do load balancing using routing.

If you SP is agree to run routing protocol then you can use any routing protocol for load balancing. ( Prefer EIGRP)

Or else you can add two default route with same AD.

ip route 0.0.0.0 0.0.0.0 X.X.X.X

ip route 0.0.0.0 0.0.0.0 X.X.X.X

Regard

Chetan Kumar