cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1728
Views
0
Helpful
16
Replies

Load Balancing on 3 ISP with 3 routers invlove

worldcalltel
Level 1
Level 1

Hi,

I want to implement a load balancing. I have 3 ISP and each have a 3 cisco routers. It is connected to one 2900 switch. All of our servers and workstations are private IP addresses and i am using NAT to go out. Right now im just changing all the servers and workstations GW IP to route to different ISP in case one of them goes down. Is there any best solution for this? I just need a guide where to start. I hope you could help me.

16 Replies 16

Joseph W. Doherty
Hall of Fame
Hall of Fame

What might work for you is making a subnet that appears between your LAN subnets and the Internet. This would allow your routers to see the other two routers as paths to/from the Internet. Not only could it balance the load, but it could also be implemented to handle router failures without manual changes.

If this is unclear, let me know and I'll see if I can post some diagrams.

hi

You can use PBR in a subnet wise manner and point each subnet to different isp .

Can you show me a diagram? Does it mean i need to use a routing protocol?

We have 3 Private IP address

192.168.111.0/24 = Workstations and Servers

172.16.101.0/24 = IP Phones

10.10.10.0/24 = workstations

(BTW: I'm assuming you're not advertising the same NAT to all your ISPs.)

The attached diagram show logical paths from router1's viewpoint. Router2 and router3 could also logically be configured as router1, but you likely need PBR (as Ullas noted in his post).

Also not shown is router2 and router3 would still be connected to your three existing subnets. The there routers could be configured with HSRP.

Not shown are you existing connections from each router to the Internet.

Do you need a routing protocol, no. Could be done with static routes. On router1, you indicate 3 outbound path, direct to the Internet, and via router2 or router3.

PS:

Another possible method, if your router support GLBP, is have each defined as a member of the gateway address on all your internal VLANs.

Hi, i have attached my network topology. i modified it. The 3 ISP are connected to one NAT Router. and the NAT Router is connected to a 2900 switch. To support the 3 public networks and 3 private networks. I created a 6 subinterface the three subinterface ip address are from my 3 ISP subnet. and the other three are from my 3 Private subnet. All translation will be handle by the NAT router.

Nat Router

int fa0.1 = 192.168.0.0/26 ISP 1

int fa0.2 = 192.168.1.0/29 ISP 2

int fa0.3 = 192.168.2.0/27 ISP 3

int fa0.4 = 10.10.10.0/24 = workstations

int fa0.5 = 192.168.111.0/24 = workstations and servers

int fa0.6 = 172.16.101.0/24 = Cisco IP Phones

The 10.10.10.0/24 network will be translated to ISP 2 to go out to the internet. The half of 192.168.111.0/24 will be translated to ISP 1 to go out. And the other half is translated to ISP 3 network. Lastly, for the IP Phones it is connected to a SIP Proxy Server which is translated to ISP 3 network.

Here are my queries.

1. If one of the ISP Router goes down. Let say the ISP 2 goes down. The 10.10.10.0/24 will automatically cannot go out to the internet. How do i manage this subnet to automatically fail over to either ISP 2 or ISP 3? Do i prepare another nat translation for 10.10.10.0/24 to translate to ISP 2 or ISP 3 for backup?

2. I used the dotq.1 on this setup. If 3 ISP network is a member of VLAN 1 and the other 3 private subnet each have its own VLAN. Can i still create a nat translation whether its static or dynamic NAT and use the ISP IP addresses without changing its VLAN member?

FYI... See attached file.

Hi,

Any updates?

Thanks...

according to your diagram.

routers ISP1, ISP2, ISP3 are under your control. Am I right?

Yes. All those equipments are in my office.

Have you find any ideas?

Run EIGRP on ISP1, ISP2, ISP3, NAT routers.

Remove "delay" from EIGRP cost calculations

Run object tracking on ISP1, ISP2, ISP3 to check reachability providers' routers

From ISP1, ISP2, ISP3 advertise defaut-route to NAT router.

Do nat on ISP1, ISP2, ISP3

Do no nat on NAT router :))

Why do I still need to do NAT on ISP1 ISP2 and ISP3? All NAT translation will handle by NAT Router. Can you show me some examples?

I made my initial configuration. But instead of using an EIGRP, i only used static routes. See attached file. I want to know your comments about my work. So I would know what else is missing. Thank you in advance for your support

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