I need to setup load balancing on my cisco 1720. But not the same way most
of the people would do.
I have 2 T1 connected to the router and the FastEthernet port connected to a
hub.
The Hub is connected to 2 web servers. I would like the device to route
packets to the second server if the first goes down.
Is this technically possible ?
PS : I do not have direct control over my DNS entries, I have to call my ISP
whenever I need to make a change.
Thanks
|
|
0
|
|
|
|
Reply
|
Pascal
|
1/2/2004 8:32:11 PM |
|
In article <bt4kv2$jb7$1@news.iquest.net>,
"Pascal Duchemin" <pascal@dorseyinc.com> wrote:
> I need to setup load balancing on my cisco 1720. But not the same way most
> of the people would do.
>
> I have 2 T1 connected to the router and the FastEthernet port connected to a
> hub.
> The Hub is connected to 2 web servers. I would like the device to route
> packets to the second server if the first goes down.
>
> Is this technically possible ?
This doesn't sound like load balancing, it sounds like failover. Load
balancing would be if you wanted traffic to go to both servers
concurrently.
I don't think there's any way for the router to do this by itself.
Cisco Local Director can do it, though. And the server OS vendor might
have clustering software that can do it on the servers.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
|
|
0
|
|
|
|
Reply
|
Barry
|
1/2/2004 8:57:54 PM
|
|
"Pascal Duchemin" <pascal@dorseyinc.com> wrote in message
news:bt4kv2$jb7$1@news.iquest.net...
> I need to setup load balancing on my cisco 1720. But not the same way most
> of the people would do.
>
> I have 2 T1 connected to the router and the FastEthernet port connected to
a
> hub.
> The Hub is connected to 2 web servers. I would like the device to route
> packets to the second server if the first goes down.
>
> Is this technically possible ?
That's not how routers work. 8-) They route the the address requested. As
Barry noted, you can use Local Director. Or a web cache.
You may also want to use NAT, where you can use an address for your web
server, and translate it to either server 1 or server 2, and flip manually
when one goes down.
Ideally, you should get control of your DNS, since that is the cleanest way
to manage web server readdressing. At least have them delegate a subdomain
to you.
|
|
0
|
|
|
|
Reply
|
Phillip
|
1/2/2004 11:13:08 PM
|
|
I think "IP SLB" is what you need - see
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a00800873c2.html.
Don Woodward
"Pascal Duchemin" <pascal@dorseyinc.com> wrote in message
news:bt4kv2$jb7$1@news.iquest.net...
> I need to setup load balancing on my cisco 1720. But not the same way most
> of the people would do.
>
> I have 2 T1 connected to the router and the FastEthernet port connected to
a
> hub.
> The Hub is connected to 2 web servers. I would like the device to route
> packets to the second server if the first goes down.
>
> Is this technically possible ?
>
> PS : I do not have direct control over my DNS entries, I have to call my
ISP
> whenever I need to make a change.
>
>
>
> Thanks
>
>
|
|
0
|
|
|
|
Reply
|
News
|
1/2/2004 11:32:25 PM
|
|
In article <barmar-A5A936.15575502012004@netnews.attbi.com>,
Barry Margolin <barmar@alum.mit.edu> wrote:
>In article <bt4kv2$jb7$1@news.iquest.net>,
> "Pascal Duchemin" <pascal@dorseyinc.com> wrote:
>
>> I need to setup load balancing on my cisco 1720. But not the same way most
>> of the people would do.
>>
>> I have 2 T1 connected to the router and the FastEthernet port connected to a
>> hub.
>> The Hub is connected to 2 web servers. I would like the device to route
>> packets to the second server if the first goes down.
>>
>> Is this technically possible ?
>
>This doesn't sound like load balancing, it sounds like failover. Load
>balancing would be if you wanted traffic to go to both servers
>concurrently.
>
>I don't think there's any way for the router to do this by itself.
>Cisco Local Director can do it, though. And the server OS vendor might
>have clustering software that can do it on the servers.
>
>--
>Barry Margolin, barmar@alum.mit.edu
>Arlington, MA
The correct answer, as Barry points out, is to implement your two web
servers as a single cluster. This would buy you not only failover, but
also true load sharing.
Cisco's Server Load Balancing protocol is an option if your traffic is
heavy enough to permit detection of dead servers with an acceptable
percentage of lost packets. IOS and/or router platform upgrade may be
required to make it work, so check before committing.
Assuming these are not an option, your requirement sounds simple enough
you may be able to cheat! But you still need your web servers to
help out! You would do a variation on the dual-homed host approach
discussed in Chapter 3 of my book (which addresses generally the
problem of network to server redundancy).
1 - Put the IP address of the web server on a loopback port defined on
both hosts.
2 - Change the LAN to use a different (RFC 1918?) address range.
3 - Run a routing protocol between the hosts and the router so the
router can learn about the loopback IP.
4 - Adjust the routing distance (on the hosts or on the router, either
would work) so the primary host is the preferred route.
5 - Keep in mind that any time you switch between servers, all TCP
connections will be lost and need to be reestablished. Ditto any
other services, such as SSL, which require state information to
be maintained for more than a single IP packet.
Good luck and have fun!
--
Vincent C Jones, Consultant Expert advice and a helping hand
Networking Unlimited, Inc. for those who want to manage and
Tenafly, NJ Phone: 201 568-7810 control their networking destiny
http://www.networkingunlimited.com
|
|
0
|
|
|
|
Reply
|
vcjones
|
1/3/2004 6:44:20 PM
|
|
In article <gcnJb.5$Fz1.1@fe01.usenetserver.com>, none@none.com says...
> I think "IP SLB" is what you need - see
> http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a00800873c2.html.
>
And it works on 1720? Since when?
--
Ivan
|
|
0
|
|
|
|
Reply
|
Ivan
|
1/5/2004 11:38:16 AM
|
|
"Ivan Ostres" <john@fly.srk.fer.hr> wrote in message
news:btbib8$5d97k$4@ID-61273.news.uni-berlin.de...
> In article <gcnJb.5$Fz1.1@fe01.usenetserver.com>, none@none.com says...
> > I think "IP SLB" is what you need - see
> >
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a00800873c2.html.
> >
>
> And it works on 1720? Since when?
>
> --
> Ivan
Good point - looks like SLB only works on a 36xx or 72xx series on 12.3
according to the Cisco Feature Navigator. The command first appeared in 12.0
according to the IOS documentation
Don Woodward
|
|
0
|
|
|
|
Reply
|
News
|
1/6/2004 1:42:31 AM
|
|
|
6 Replies
128 Views
(page loaded in 0.26 seconds)
Similiar Articles: Load balance T1's from separate ISP's - comp.dcom.sys.cisco ...Can you load balance 2 T1's on a 2600 or 3600 series if they are from separate carriers? All the diagrams I see show load balancing only when the cir... server load balancing using a cisco - comp.dcom.sys.cisco ...Hello, i need some advice selecting cisco hardware for the place i work at. we need to load balance some high traffic high B/W apache web servers the... Layer 4 Switch and Server Load Balance Device - comp.dcom.sys ...Hi all, I know layer 4 switches are capable of server load balancing. What's the main difference(pros and cons) between so called layer 4 switches an... CSS load balance to multiple ports? - comp.dcom.sys.cisco ...Has anyone used the CSS to load balance to different ports on the same server? We need to run multiple copies of a Web server on a given server platf... redundancy/failover/load balancing with eigrp examples???? - comp ...Hello. I am new to eigrp, but I believe it's what I need to use for my situation. We have a border router, and a secondary router. There is a prima... MLPPP vs. Cisco CEF - comp.dcom.sys.ciscoFor load balancing several T1's to the same provider to create say 4xT1 6mbps pipe is it better to go with MLPPP or Cisco CEF? I hear MLPPP is a CP... Sun IPMP balancing Outgoing traffic - comp.unix.solarisIs there any way in which I could prevent this outgoing traffic load balancing ? I would like to use only one interface both in and out traffic and keep the other in ... Etherchannel accross 2 Cisco 4507's - comp.dcom.sys.cisco ...Hi, Came up with the idea of using Load balancing from our HP Servers to 2 seperate Cisco 4507's using Etherchannel. The first question is "Will it W... Need advice on BGP design when Multihomed to 2 ISP's.. - comp.dcom ...For load balancing, google "BGP load balancing" in this newsgroup to learn how difficult it is (and that's when you're just trying to balance two circuits with similar ... PIM/IGMP Snooping with MS NLB - comp.dcom.sys.ciscoHi all, I have some trouble with PIM/IGMP Snooping and Microsoft's "Network Load Balancing" (NLB). Our network looks like this: -----... Load balancing (computing) - Wikipedia, the free encyclopediaLoad balancing is a computer networking methodology to distribute workload across multiple computers or a computer cluster, network links, central processing units ... What is load balancing? - Definition from WhatIs.comLoad balancing is dividing the amount of work that a computer has to do between two or more computers so that more work gets done in the same amount of time and, in ... 7/11/2012 9:38:45 PM
|