RE: Exec-timeout

2001-01-19 Thread Stull, Cory

Dennis,

You added the line under your con0??  I'm assuming your consoling in then...
Don't forget to add the same line to your other routers that your reverse
telnetting to.


Cory


-Original Message-
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 3:00 PM
To: '[EMAIL PROTECTED]'
Subject: Exec-timeout


I'm using terminal server to get to my lab routers and every time I go back
the mandatory 10 minutes has gone by and I need to log in again.  I thought
the command to extend this time was exec-timeout (which I put on con 0), but
it doesn't seem to be changing.  What am I doing wrong?  It's not an
earth-shattering thing, just a nuisance.  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: Exec-timeout

2001-01-19 Thread Kevin Wigle

Dennis,

I have my term server configured as:

conf t
line con 0
exec-timeout 0 0
line vty 0 4
exec-timeout 0 0
exit

of course, this is only for a LAB, not a production router

Kevin Wigle

- Original Message -
From: "Dennis Laganiere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 3:59 PM
Subject: Exec-timeout


> I'm using terminal server to get to my lab routers and every time I go
back
> the mandatory 10 minutes has gone by and I need to log in again.  I
thought
> the command to extend this time was exec-timeout (which I put on con 0),
but
> it doesn't seem to be changing.  What am I doing wrong?  It's not an
> earth-shattering thing, just a nuisance.  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: Exec-timeout

2001-01-19 Thread Dennis Laganiere

A bunch of people sent me the exec-timeout 0 0 (including Kevin).  I'm
thinking that since the reverse telnet is being run on the Terminal Server,
the router only knows I'm coming in through the console port, so I should
set it on Con0, right?  Anyway, I'm testing it now.  The hardest part is
keeping my hands off the keyboard for over 10 minutes.  Thanks all...
--- Dennis

-Original Message-
From: Kevin Wigle
To: Dennis Laganiere; [EMAIL PROTECTED]
Sent: 1/19/01 1:25 PM
Subject: Re: Exec-timeout

Dennis,

I have my term server configured as:

conf t
line con 0
exec-timeout 0 0
line vty 0 4
exec-timeout 0 0
exit

of course, this is only for a LAB, not a production router

Kevin Wigle

- Original Message -
From: "Dennis Laganiere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 3:59 PM
Subject: Exec-timeout


> I'm using terminal server to get to my lab routers and every time I go
back
> the mandatory 10 minutes has gone by and I need to log in again.  I
thought
> the command to extend this time was exec-timeout (which I put on con
0),
but
> it doesn't seem to be changing.  What am I doing wrong?  It's not an
> earth-shattering thing, just a nuisance.  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: Exec-timeout

2001-01-19 Thread Barnhill, Don

Dennis,
 
Since your telnetting into the routers, you need to have the vty line with
the exec timeout as well.  You are going in through a virtual telnet session
even though you are connected to a console port (kinda like telnetting into
a router across an ethernet port).  So make sure on the target routers
that you  have the vty set with the timeout as well.
 
Don
 

-Original Message- 
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:34 PM
To: Barnhill, Don
Subject: RE: Exec-timeout



Thanks, though I'm thinking since the reverse telnet is being run on the
Terminal Server the router only knows I'm coming in through the console
port, so I should set it on Con0, right?  Anyway, I'm testing it now.
Thanks...

-   Dennis 


-Original Message- 
From: Barnhill, Don 
To: 'Dennis Laganiere' 
Sent: 1/19/01 1:22 PM 
Subject: RE: Exec-timeout 

Dennis, 

Either use no exec-timeout or exec-timeout 0 0 (which it sounds like you 
are) 

Also you are telneting (reversely) to the router, so make sure it is on 
your 
vty line. 

Don 


-Original Message- 
From: Dennis Laganiere [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Friday, January 19, 2001 2:00 PM 
To: '[EMAIL PROTECTED]' 
Subject: Exec-timeout 


I'm using terminal server to get to my lab routers and every time I go 
back 
the mandatory 10 minutes has gone by and I need to log in again.  I 
thought 
the command to extend this time was exec-timeout (which I put on con 0), 
but 
it doesn't seem to be changing.  What am I doing wrong?  It's not an 
earth-shattering thing, just a nuisance.  Thanks... 

_ 
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
<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: Exec-timeout

2001-01-19 Thread Stull, Cory

Don,

I would have to disagree with that...  When you go from the terminal server
you are going out of an asynchronous port into the console port of another
router...  You may be telnetted into the terminal server but that is the
only actual telnet session happening.I've been wrong before (more than
most) but I'm thinkin I'm correct on this one.

Cory

-Original Message-
From: Barnhill, Don [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 4:12 PM
To: 'Dennis Laganiere'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Exec-timeout


Dennis,
 
Since your telnetting into the routers, you need to have the vty line with
the exec timeout as well.  You are going in through a virtual telnet session
even though you are connected to a console port (kinda like telnetting into
a router across an ethernet port).  So make sure on the target routers
that you  have the vty set with the timeout as well.
 
Don
 

-Original Message- 
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:34 PM
To: Barnhill, Don
Subject: RE: Exec-timeout



Thanks, though I'm thinking since the reverse telnet is being run on the
Terminal Server the router only knows I'm coming in through the console
port, so I should set it on Con0, right?  Anyway, I'm testing it now.
Thanks...

-   Dennis 


-Original Message- 
From: Barnhill, Don 
To: 'Dennis Laganiere' 
Sent: 1/19/01 1:22 PM 
Subject: RE: Exec-timeout 

Dennis, 

Either use no exec-timeout or exec-timeout 0 0 (which it sounds like you 
are) 

Also you are telneting (reversely) to the router, so make sure it is on 
your 
vty line. 

Don 


-Original Message- 
From: Dennis Laganiere [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Friday, January 19, 2001 2:00 PM 
To: '[EMAIL PROTECTED]' 
Subject: Exec-timeout 


I'm using terminal server to get to my lab routers and every time I go 
back 
the mandatory 10 minutes has gone by and I need to log in again.  I 
thought 
the command to extend this time was exec-timeout (which I put on con 0), 
but 
it doesn't seem to be changing.  What am I doing wrong?  It's not an 
earth-shattering thing, just a nuisance.  Thanks... 

_ 
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
<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]

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



RE: Exec-timeout

2001-01-19 Thread Barnhill, Don

Cory,

I believe your right.  I dont know what I was thinking, oh well, I do
appologize for the erroneous post.

Don


-Original Message-
From: Stull, Cory [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 3:40 PM
To: Barnhill, Don
Cc: '[EMAIL PROTECTED]'
Subject: RE: Exec-timeout


Don,

I would have to disagree with that...  When you go from the terminal server
you are going out of an asynchronous port into the console port of another
router...  You may be telnetted into the terminal server but that is the
only actual telnet session happening.I've been wrong before (more than
most) but I'm thinkin I'm correct on this one.

Cory

-Original Message-
From: Barnhill, Don [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 4:12 PM
To: 'Dennis Laganiere'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Exec-timeout


Dennis,
 
Since your telnetting into the routers, you need to have the vty line with
the exec timeout as well.  You are going in through a virtual telnet session
even though you are connected to a console port (kinda like telnetting into
a router across an ethernet port).  So make sure on the target routers
that you  have the vty set with the timeout as well.
 
Don
 

-Original Message- 
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:34 PM
To: Barnhill, Don
Subject: RE: Exec-timeout



Thanks, though I'm thinking since the reverse telnet is being run on the
Terminal Server the router only knows I'm coming in through the console
port, so I should set it on Con0, right?  Anyway, I'm testing it now.
Thanks...

-   Dennis 


-Original Message- 
From: Barnhill, Don 
To: 'Dennis Laganiere' 
Sent: 1/19/01 1:22 PM 
Subject: RE: Exec-timeout 

Dennis, 

Either use no exec-timeout or exec-timeout 0 0 (which it sounds like you 
are) 

Also you are telneting (reversely) to the router, so make sure it is on 
your 
vty line. 

Don 


-Original Message- 
From: Dennis Laganiere [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Friday, January 19, 2001 2:00 PM 
To: '[EMAIL PROTECTED]' 
Subject: Exec-timeout 


I'm using terminal server to get to my lab routers and every time I go 
back 
the mandatory 10 minutes has gone by and I need to log in again.  I 
thought 
the command to extend this time was exec-timeout (which I put on con 0), 
but 
it doesn't seem to be changing.  What am I doing wrong?  It's not an 
earth-shattering thing, just a nuisance.  Thanks... 

_ 
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
<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]

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



Re: exec-timeout 0 0 ?? [7:36018]

2002-02-20 Thread Steven A. Ridder

makes the time infinity.
""Cisco Nuts""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> What does this cmd. #exec-timeout 0 0 exactly do? I am confused. Does it
set
> the console timeout to 0 min 0 sec or to infinitynever time
out...which
> is what I want on my routers :-)
> Which one?
> Thank you.
>
>
> _
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.




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



Re: exec-timeout 0 0 ?? [7:36018]

2002-02-20 Thread Bill K.

Never timeout.

""Cisco Nuts""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> What does this cmd. #exec-timeout 0 0 exactly do? I am confused. Does it
set
> the console timeout to 0 min 0 sec or to infinitynever time
out...which
> is what I want on my routers :-)
> Which one?
> Thank you.
>
>
> _
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.




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



RE: exec-timeout 0 0 ?? [7:36018]

2002-02-20 Thread Thom Castognalia

Phil - It will make your timeout infinity.  If you want to set your timeout
to absolutely nothing, do the command, "no exec"


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



Re: exec-timeout 0 0 ?? [7:36018]

2002-02-20 Thread Engelhard M. Labiro

> What does this cmd. #exec-timeout 0 0 exactly do? I am confused.
> Does it set the console timeout to 0 min 0 sec or to infinitynever
> time out...which  is what I want on my routers :-)
> Which one?

The later is right. "0 0" means there will be no timeout for the
configured mode.

HTH




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



Re: exec-timeout 0 0 ?? [7:36018]

2002-02-20 Thread Chuck

and if you want to have a ton of fun, set it to something like 0 1 ;->


""Thom Castognalia""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Phil - It will make your timeout infinity.  If you want to set your
timeout
> to absolutely nothing, do the command, "no exec"




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



Re: exec-timeout 0 0 ?? [7:36018]

2002-02-21 Thread Scott H.

You gotta love this one.  Real pain in the *ss to get back in.

""Chuck""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> and if you want to have a ton of fun, set it to something like 0 1 ;->
>
>
> ""Thom Castognalia""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Phil - It will make your timeout infinity.  If you want to set your
> timeout
> > to absolutely nothing, do the command, "no exec"




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