ams753
5 pts. | Mar 27 2007 4:05AM GMT
Thanx Bob for your suggestion. I think, that is the solution. With Linksys 042/082, the purpose can be solved. It will help load balancing as well as take care of failover.
But Cisco being such a flexible router, why can’t we use it for the same? Is there any other config.. in Cisco routers to solve this problem?
May be my idea was wrong. But I want to know the reason. Can you please explain, why it does not work? If the administrative distance for both the links are same i.e 0, why all the requests by different users are not splited up in two links. Requests going through ISP1’s gateway should get reply through ISP1 and requests going through ISP2’s gateway should get reply through ISP2.
gmatteson
0 pts. | Mar 27 2007 11:20AM GMT
What you can do is enable CEF (cisco express forwarding) as a switching path on your router(s). This will allow you to load balance on a per-packet or per-destination case. If you set two default routes
ip route 0.0.0.0 0.0.0.0 s0
ip route 0.0.0.0 0.0.0.0 s1
by default the cisco IOS will load balance across equal cost routes (up to four routes). The default load sharing method for this is per-destination because the IOS is process-switched unless CEF is turned on. This will allow you to have a aggregate in/out-bound throughput of 1mbps. If you are hosting any services that are bound soley to an ip address associated with either ISP the only solution for load-balancing inbound services is either DNS, or a BGP autonomous system number in which you would have to exchange BGP with your ISP.
bobkberg
895 pts. | Mar 27 2007 11:41AM GMT
The simple answer is because using routing preferences has no mechanism to be aware of a load to share. Routing preferences are fine when you’re talking about failover.
I believe (but haven’t had time to experiment) that the higher Cisco routers CAN be made to do this, just not with routing tables. If you register with cisco and get a cco ID, you can browse their configuration examples and other on-line materials (and download it). You just won’t be able to get any software. It’s free.
The load balancing mechanism in the Linksys routers basically takes an ongoing look at how much traffic each of the links is carrying and makes a decision as to which link is less busy for the new connection to use. Much as a NAT/PAT router keeps track of which private IP on the inside is connected to which public IP on the outside, the load balancing mechanism keeps track of who inside is using which outbound line, and how much.
I hope that helps,
Bob
p.s. Partially related to your private question, this is useful for all people asking for help, but NOT a reflection on you.
Many times, there are questions from people which go unanswered. Here are some of the reasons:
- The question is poorly worded and gives us little or no clue as to what is actually being asked.
- The question is directed to the wrong group (People whose area of expertise lies elsewhere)
- The question requires serious research, and being volunteers, few of us have the time to do research that the person asking should have done on their own.
- The question looks very much like a homework assignment from school. We do not like doing student’s homework for them, especially since they may show up on our doorstep looking for a job someday, and we’d like to know that they can do their own work.
Bob
ams753
5 pts. | Apr 2 2007 7:40AM GMT
Hi Bob,
Thanx for your explanation.
Could you please tell me if this will work.
In my router, NAT will be configured. Half of the private IP addresses will be translated to 202.62.228.2 i.e. IP address of WAN port connecting to ISP1 and the rest will be translated to 203.63.229.2 i.e. IP address of WAN port connecting to ISP2. So this arrangement will load balance as well as redundant.
ams753






