Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Can my Cisco 2600 loadbalance a T1 and ADSL

Reply
Thread Tools

Can my Cisco 2600 loadbalance a T1 and ADSL

 
 
captain-silver
Guest
Posts: n/a
 
      09-22-2004
I have a Cisco 2600 that is connected to a working T1.
We also have an seperate working ADSL.
Can I use the Cisco 2600 to bond the T1 and ADSL for network redundancy?

So if either T1 or ADLS fails..the other WAN takes up the load?

 
Reply With Quote
 
 
 
 
captain-silver
Guest
Posts: n/a
 
      09-22-2004
captain-silver wrote:
> I have a Cisco 2600 that is connected to a working T1.
> We also have an seperate working ADSL.
> Can I use the Cisco 2600 to bond the T1 and ADSL for network redundancy?
>
> So if either T1 or ADLS fails..the other WAN takes up the load?
>


Loodbalancing would be a bonus...because failover is sufficient.


 
Reply With Quote
 
 
 
 
Secret Squirrel
Guest
Posts: n/a
 
      09-22-2004
captain-silver <> wrote in news:10l3fpnbgg89t96
@corp.supernews.com:

> captain-silver wrote:
>> I have a Cisco 2600 that is connected to a working T1.
>> We also have an seperate working ADSL.
>> Can I use the Cisco 2600 to bond the T1 and ADSL for network redundancy?
>>
>> So if either T1 or ADLS fails..the other WAN takes up the load?
>>

>
> Loodbalancing would be a bonus...because failover is sufficient.
>
>


Are these connected to the internet? If so you can use floating default
routes to provide failover. You'll just add the priority to the route so
you'll have something like

ip route 1.1.1.1 255.255.255.0 10.1.1.1
ip route 1.1.1.1 255.255.255.0 10.1.1.1 250
 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      09-22-2004
In article <Xns956C961F5A816secretsquirrel69yaho@216.196.97.1 31>,
Secret Squirrel <> wrote:
:captain-silver <> wrote in news:10l3fpnbgg89t96
:@corp.supernews.com:
:>> I have a Cisco 2600 that is connected to a working T1.
:>> We also have an seperate working ADSL.
:>> Can I use the Cisco 2600 to bond the T1 and ADSL for network redundancy?

:Are these connected to the internet? If so you can use floating default
:routes to provide failover. You'll just add the priority to the route so
:you'll have something like

That works for outgoing connections made -after- the failover, but
doesn't work for any connection that was ongoing at the time of
the failover, and [unless your DNS records list the IPs from both
providers for all resources] doesn't work for incoming connections
unless the people know to try to try the alternate address.
--
Aleph sub {Aleph sub null} little, Aleph sub {Aleph sub one} little,
Aleph sub {Aleph sub two} little infinities...
 
Reply With Quote
 
PES
Guest
Posts: n/a
 
      09-23-2004

"Secret Squirrel" <> wrote in message
news:Xns956C961F5A816secretsquirrel69yaho@216.196. 97.131...
> captain-silver <> wrote in news:10l3fpnbgg89t96
> @corp.supernews.com:
>
>> captain-silver wrote:
>>> I have a Cisco 2600 that is connected to a working T1.
>>> We also have an seperate working ADSL.
>>> Can I use the Cisco 2600 to bond the T1 and ADSL for network redundancy?
>>>
>>> So if either T1 or ADLS fails..the other WAN takes up the load?
>>>

>>
>> Loodbalancing would be a bonus...because failover is sufficient.
>>
>>

>
> Are these connected to the internet? If so you can use floating default
> routes to provide failover. You'll just add the priority to the route so
> you'll have something like
>
> ip route 1.1.1.1 255.255.255.0 10.1.1.1
> ip route 1.1.1.1 255.255.255.0 10.1.1.1 250


That's fine for the traffic, but if it NAT is also req'd, that's the fun
part.


 
Reply With Quote
 
Hansang Bae
Guest
Posts: n/a
 
      09-23-2004
In article <4152169d$>,
NO*SPAMpestewartREMOVE**SUCKS says...
> That's fine for the traffic, but if it NAT is also req'd, that's the fun
> part.



Easy enough to do with a route-map. You just match the ip with the
interface to see which natpool should be used.


--

hsb

"Somehow I imagined this experience would be more rewarding" Calvin
*************** USE ROT13 TO SEE MY EMAIL ADDRESS ****************
************************************************** ******************
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
************************************************** ******************
 
Reply With Quote
 
Vincent C Jones
Guest
Posts: n/a
 
      09-24-2004
In article <>,
Hansang Bae <> wrote:
>In article <4152169d$>,
>NO*SPAMpestewartREMOVE**SUCK S says...
>> That's fine for the traffic, but if it NAT is also req'd, that's the fun
>> part.

>
>
>Easy enough to do with a route-map. You just match the ip with the
>interface to see which natpool should be used.


Hansang, I can't believe you, of all people, fell into the trap of
expecting Cisco IOS to work logically and usefully.

The route-map is only used to assign the initial NAT. Once the NAT
is in the translation table, it will continue to be used until the
NAT is cleared, regardless of which interface is used to send the
packet (a royal pain when building redundant solutions with ADSL
and cable connections). The NAT table will probably be cleared when
the T1 fails (most IOS releases do serial interfaces correctly),
but when the time comes to go back from ADSL to the T1, nothing
is going to work except for new connections, as the attempts to
use the old translations will even reset the timeouts on them to
prevent them from disappearing.

--
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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PWR-2600-AC 2600 power supply to switch over a DC router? dehusk@gmail.com Cisco 2 08-09-2008 10:47 PM
Cisco 2600 ADSL with failover to Ethernet with NAT Jack Cisco 3 05-29-2008 07:35 AM
Cisco OER vs. Internet loadbalance appliances Barney Cisco 0 10-18-2006 03:53 PM
Cisco 2600 + External Adsl Modem sam@nospam.org Cisco 4 04-02-2005 08:32 AM
2 E1 loadbalance? hakim soso Cisco 5 11-04-2004 07:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57