Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > DSL and T1 Policy Routing

Reply
Thread Tools

DSL and T1 Policy Routing

 
 
Gary
Guest
Posts: n/a
 
      02-19-2004
We have a 3640 with a T1 and a DSL line. When the T1 fails everything routes
over to the DSL nicely.

Is it possible to have SMTP in/out e-mail use the T1 and the WEB surfing use
the DSL ? I still want failover in the event of a failure on one or other,
so if the T1 fails e-mail should use the DSL or if the DSL fails WEB should
use the T1.

I think this can be done with Policy ROuting ???? But not sure if that also
would allow for failover like it does now with weighted static routes.

Thanks
Gary


 
Reply With Quote
 
 
 
 
PJML
Guest
Posts: n/a
 
      02-19-2004
Gary wrote:
> We have a 3640 with a T1 and a DSL line. When the T1 fails everything routes
> over to the DSL nicely.
>
> Is it possible to have SMTP in/out e-mail use the T1 and the WEB surfing use
> the DSL ? I still want failover in the event of a failure on one or other,
> so if the T1 fails e-mail should use the DSL or if the DSL fails WEB should
> use the T1.
>
> I think this can be done with Policy ROuting ???? But not sure if that also
> would allow for failover like it does now with weighted static routes.


Policy-based routing will allow you to force traffic
on to an interface on the basis if anything you can
identify using an access-list.

What happens if tha nominated interface isn't
reachable will depend on a number of things;
if the nominated interface is an Ethernet-style
one then it's possible for the interface itself
to be "up but not able to route traffic" -
remember that Ehternet wasn't really designed to
be used for telco links! If the DSL presents
proper control-signals [like a serial one
would] then you may be able to achieve
better control over what happens.

 
Reply With Quote
 
 
 
 
Gary
Guest
Posts: n/a
 
      02-19-2004

"PJML" <> wrote in message
news:4034da3a$...
> Gary wrote:
> > We have a 3640 with a T1 and a DSL line. When the T1 fails everything

routes
> > over to the DSL nicely.
> >
> > Is it possible to have SMTP in/out e-mail use the T1 and the WEB surfing

use
> > the DSL ? I still want failover in the event of a failure on one or

other,
> > so if the T1 fails e-mail should use the DSL or if the DSL fails WEB

should
> > use the T1.
> >
> > I think this can be done with Policy ROuting ???? But not sure if that

also
> > would allow for failover like it does now with weighted static routes.

>
> Policy-based routing will allow you to force traffic
> on to an interface on the basis if anything you can
> identify using an access-list.
>
> What happens if tha nominated interface isn't
> reachable will depend on a number of things;
> if the nominated interface is an Ethernet-style
> one then it's possible for the interface itself
> to be "up but not able to route traffic" -
> remember that Ehternet wasn't really designed to
> be used for telco links! If the DSL presents
> proper control-signals [like a serial one
> would] then you may be able to achieve
> better control over what happens.
>


The 2 lines in question are a T1 and DSL line. I guess the question is 'Does
Policy Based routing care if the link is up or down with regards to routing'
?

i.e Will they fail over even with PBR in operation.

Gary


 
Reply With Quote
 
Vincent C Jones
Guest
Posts: n/a
 
      02-19-2004
In article <0a7Zb.6072$iB.396@lakeread06>, Gary <> wrote:
>
>"PJML" <> wrote in message
>news:4034da3a$...
>> Gary wrote:
>> > We have a 3640 with a T1 and a DSL line. When the T1 fails everything

>routes
>> > over to the DSL nicely.
>> >
>> > Is it possible to have SMTP in/out e-mail use the T1 and the WEB surfing

>use
>> > the DSL ? I still want failover in the event of a failure on one or

>other,
>> > so if the T1 fails e-mail should use the DSL or if the DSL fails WEB

>should
>> > use the T1.
>> >
>> > I think this can be done with Policy ROuting ???? But not sure if that

>also
>> > would allow for failover like it does now with weighted static routes.

>>
>> Policy-based routing will allow you to force traffic
>> on to an interface on the basis if anything you can
>> identify using an access-list.
>>
>> What happens if tha nominated interface isn't
>> reachable will depend on a number of things;
>> if the nominated interface is an Ethernet-style
>> one then it's possible for the interface itself
>> to be "up but not able to route traffic" -
>> remember that Ehternet wasn't really designed to
>> be used for telco links! If the DSL presents
>> proper control-signals [like a serial one
>> would] then you may be able to achieve
>> better control over what happens.
>>

>
>The 2 lines in question are a T1 and DSL line. I guess the question is 'Does
>Policy Based routing care if the link is up or down with regards to routing'
>?
>
>i.e Will they fail over even with PBR in operation.
>
>Gary


Yes: Policy based routing can be configured to fail over if a link goes
down.

BUT!!!! The fail over will only occur if there is some way for the
router to detect that the link has gone down (easy for a point-to-point
T1, not so easy for a DSL link, particularly if an external modem
connected via ethernet, which never goes down).

Note that if either path is doing NAT, all open connections will drop
when a failover occurs.

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
 
Reply With Quote
 
Terry Baranski
Guest
Posts: n/a
 
      02-20-2004
On Thu, 19 Feb 2004 13:22:42 -0500, "Gary" <>
wrote:
>
>The 2 lines in question are a T1 and DSL line. I guess the question is 'Does
>Policy Based routing care if the link is up or down with regards to routing'
>?
>
>i.e Will they fail over even with PBR in operation.


As mentioned, failover with PBR can be hard because typically the link
has to change state to 'down' before PBR will notice. Link
availability verification via CDP came along fairly recently, but it's
of little use most of the time. The newest feature that addresses
this issue is much more optimal, but it's only available as of
12.3(4)T. It allows PBR to track things such as IP address
reachability via ping to determine when a link is up. See
http://www.cisco.com/en/US/products/...0801d1e95.html

-Terry
 
Reply With Quote
 
jeff
Guest
Posts: n/a
 
      02-20-2004
"Vincent C Jones" <> wrote in message
news:c137md$786$...
> In article <0a7Zb.6072$iB.396@lakeread06>, Gary <>

wrote:
>> SNIP <<

>
> Yes: Policy based routing can be configured to fail over if a link goes
> down.
>
> BUT!!!! The fail over will only occur if there is some way for the
> router to detect that the link has gone down (easy for a point-to-point
> T1, not so easy for a DSL link, particularly if an external modem
> connected via ethernet, which never goes down).
>
> Note that if either path is doing NAT, all open connections will drop
> when a failover occurs.
>
> 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


Haven't tested this *exact* scenario, but ones similar.

Create a GRE tunnel that can only be established over the DSL. It will go
done if anything in the DSL path goes awry. Use that interface with PBR.

Yes, there are details to work through. Dynamic vs. static routing on DSL,
etc. could keep things interesting for a while.

Happy routing!


 
Reply With Quote
 
Gary
Guest
Posts: n/a
 
      02-21-2004

"Terry Baranski" <0VE> wrote in message
news:...
> On Thu, 19 Feb 2004 13:22:42 -0500, "Gary" <>
> wrote:
> >
> >The 2 lines in question are a T1 and DSL line. I guess the question is

'Does
> >Policy Based routing care if the link is up or down with regards to

routing'
> >?
> >
> >i.e Will they fail over even with PBR in operation.

>
> As mentioned, failover with PBR can be hard because typically the link
> has to change state to 'down' before PBR will notice. Link
> availability verification via CDP came along fairly recently, but it's
> of little use most of the time. The newest feature that addresses
> this issue is much more optimal, but it's only available as of
> 12.3(4)T. It allows PBR to track things such as IP address
> reachability via ping to determine when a link is up. See
>

http://www.cisco.com/en/US/products/...0801d1e95.html
>
> -Terry


The router in question houses both the DSL and T1, and Dialer0 is ip
unnumbered FastEthernet0/0 so effectively the T1 and DSL have the same IP.

As the DSL is in the same box as the T1, is it true the PBR will see the
link fail on the DSL, or will it always be up as there is a cable connected
to it.

Gary


 
Reply With Quote
 
Terry Baranski
Guest
Posts: n/a
 
      02-21-2004
On Fri, 20 Feb 2004 22:51:13 -0500, "Gary" <>
wrote:
>> As mentioned, failover with PBR can be hard because typically the link
>> has to change state to 'down' before PBR will notice. Link
>> availability verification via CDP came along fairly recently, but it's
>> of little use most of the time. The newest feature that addresses
>> this issue is much more optimal, but it's only available as of
>> 12.3(4)T. It allows PBR to track things such as IP address
>> reachability via ping to determine when a link is up. See
>>

>http://www.cisco.com/en/US/products/...0801d1e95.html
>>
>> -Terry

>
>The router in question houses both the DSL and T1, and Dialer0 is ip
>unnumbered FastEthernet0/0 so effectively the T1 and DSL have the same IP.
>
>As the DSL is in the same box as the T1, is it true the PBR will see the
>link fail on the DSL, or will it always be up as there is a cable connected
>to it.


PBR won't see the link fail unless it changes state to down. The
feature above, however, allows PBR to monitor the reachability of a
next-hop via ping and to failover (either to another next-hop or do
standard destination-based routing) if a next-hop becomes unreachable.

-Terry
 
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
Policy map using policy map Geoffrey Sinclair Cisco 1 07-27-2009 09:31 AM
intervlan routing and policy routing C3750 or C 4948 Sied@r Cisco 3 10-20-2005 08:42 PM
Default Domain Policy vs Default Domain Controller Policy Tyler Cobb MCSE 6 10-19-2005 09:36 PM
Default Domain Policy vs. Default Domain Controller Policy Tyler Cobb MCSA 1 10-09-2005 03:42 PM
Juniper and Cisco Routing: Policy and Protocols for Multivendor Networks by Walter J. Goralski Ivan Ostreš Cisco 3 03-10-2005 06:03 AM



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