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

Load Balancing with 2 ISP

pinedalrober
Level 1
Level 1

Hi

I really need help on making a configuration in a router 2600, I have 2 ISP (one Cantv and Movistar) one of them will give me a 2mbps of bandw with a static IP and the other will give me an DHCP IP address

With 1.5 mbps, and I have to make a load Balancing with this two different ISP.

I really need help, if you can help or any other college I really appreciated.

Thanks

My e-mail is rpineda@cientixgroup.com

4 Replies 4

Hi Roberto

If you have two ISP and you are not running any routing protocol , Then also you can Load Balance with static route.

Simply you can put two static route i.e.

ip route 0.0.0.0 0.0.0.0 ISP1

ip route 0.0.0.0 0.0.0.0 ISP2

don't specify any AD in static route . So when you will see output of sh ip route , then you will see that

to reach any network ( Default nework ) you have two path .

http://blog.ioshints.info/2007/02/unequal-load-split-with-static-routes.html

Regards

Chetan Kumar

http://chetanress.blogspot.com

A couple of things to note about using the static route approach:

1) You will only transmit-load-balance, you will not receive-load-balance accross these links.

2) You won't really transmit load-balance unless you are NATing the traffic to the same source address/range.

3) If you use the statically assigned address as the source NAT over both links the ISP which assigns the DHCP address may deny your traffic outbound (if they are doing any rpf or anti-spoof check).

For this type of configuration you really need to secure public address space and coordinate with the ISP's to verify they will route back to it. Keep in mind that IP routing is "routing by rumor" or "routing by best path" and you can't control external routing, you can only influence it.

Receive - load balance is not an issue , Because we don't need to control that one.

The path that will use for outgoing will be the same for incomming.( As we are not doing any routing to influence remote ISP )

We can have natting with source interface ( Static & DHCP ) using route map .

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

Regards

Chetan Kumar

http://chetanress.blogspot.com

Review Cisco Networking products for a $25 gift card