cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
531
Views
5
Helpful
4
Replies

Dual ISP Lines

skherisat
Level 1
Level 1

dear all,

i have 2 lines from differnet ISPs, each one is 2MB, each line on a cisco 2800 router, how can i do load balancing on these two lines????

4 Replies 4

paolo bevilacqua
Hall of Fame
Hall of Fame

If you do NAT in each router, and in each router configure two static routes, one pointing to the circuit and one to the other router, you will have almost perfect load balancing.

Hope this helps, please rate post if it does!

hi,

thanks alot for your response, but the two static routes in each router, will have the same AD??, or are they default routes??? can you help me with an exmaple of your suggested configuration

regards

Same AD, that is, no need to change administrative distance.

Yes these will be default static routes.

A further improvement would be to use routing to pass default from one router to another. This can be done once the basic setup with static routes is working satisfactorily.

Do you have the routers and circuits up and running now ? If so you can go ahead with the NAT configuration and post any further question here.

As a recognition to those providing answers, please rate all useful posts using the scrollbox below!

bikash_bd
Level 1
Level 1

if you don't use nat and use default route to the ISP then try this

ip route 0.0.0.0 0.0.0.0 serial 0/0:0 50

ip route 0.0.0.0 0.0.0.0 serial 0/1:0 50

serial0/0:0 and serial0/1:0 are your two e1 links. If it is not E1 then put the outgoing interfaces instead of serial.

Let me know the result.

Bikash

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card