Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Console timeout period

  • Thread starter Thread starter member 141630
  • Start date Start date
Status
Not open for further replies.
M

member 141630

Guest
Hi,
How do I change the console timeout period?

Cheers

Phil B
 
Hi,
I cracked it...

conf t
line console 0
exec-timeout <minutes>

1440 would change the period to 1 day (24 x 60)
 
..i think this will keep it up for internity

perimeter_router(config)#line console 0
perimeter_router(config-line)#exec-timeout 0 0



CCNP,CCSP,MCSE,Sec+,Net+,A+...
 
No, the correct command is:

exec-timeout 0 1

;-)

(I'm just kidding - he's right - don't ever, ever, ever do what I typed above)
 
I love those 1 sec timeouts. This is a classic trick for newbies. I generally use this setup

exex-timeout 30 0 for thirty minutes

“Reserve your right to think, for even to think wrongly is better than not to think at all”

CCNA,CCNP,Network+
Tek-TIP Member 19,650
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top