RE: Dial on Demand configuration to ISP [7:29867]

2001-12-22 Thread Nick S.

Searching with just DDR would bring up many interesting/related stuff

To know about it more I would suggest reading up on DDR in the Inter. Design
studies on the CCO (under tech. documents)

Nick


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=29956t=29867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Dial on demand

2000-11-23 Thread Gordon Olson

What kind of traffic is being passed?  You can set it up so that ip traffic
or whatever traffic keeps the line up.
Or you can use "dialer idle-timeout 3600" command to specify the amount of
time the link is up after it comes up.

We use an access list to bring up a connection i.e. "dialer-list 1 protocol
ip permit" with this, any ip traffic will bring the link up and it will
remain up for 3600 seconds. This is how I have implemented dial on demand.
If you would like a sample config - shoot me an email.

Gordon

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Paco García
Sent: Thursday, November 23, 2000 8:38 AM
To: [EMAIL PROTECTED]
Subject: Dial on demand


Hi all:

I need that 2 routers cisco don´t hung up the line, all the time must be
openened, and if one of them hung up the line, automatically call another
time.

How can I do this? Are there any command?

Thanks


_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Dial on demand

2000-11-23 Thread Tony van Ree

I assume you are using ISDN  and IP but no matter you can do similar for other 
protocols.

Set the dialer idle timeout to 200 or so.

Router#(config-if)dialer idle-timeout 200

Ensure you have something set to make the call for example,

Router#(config)dialer-list "dialer group number" protocol ip permit

If the routers are often not in use and/or you are not using a routing protocol. ie 
you are using a static route to talk between the routers set a routing protocol on.

Router#(config)router rip

You really need all of that plus your interface configs.

the book Building Cisco Remote Access Networks is full of good stuff.  I would say 
that for people working in an access environment the BCRAN is a must.

Keep smilin'

Tony van Ree (Teunis)
Tasmania
Australia.

On Thursday, November 23, 2000 at 05:37:45 PM, Paco García wrote:

 Hi all:
 
 I need that 2 routers cisco don´t hung up the line, all the time must be
 openened, and if one of them hung up the line, automatically call another
 time.
 
 How can I do this? Are there any command?
 
 Thanks
 
 
 _
 FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 
 


--
www.tasmail.com


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]