08-24-2007 03:44 AM - edited 03-09-2019 06:40 PM
Hi,
I wish to disable or at least significantly increase the inactivity timer of a telnet session to a 3560. How is this done?
At present, if no commands are typed then after a few minutes the telnet session is automatically closed.
Many thanks
Tony
Solved! Go to Solution.
08-24-2007 05:05 AM
line vty 0 4
exec-timeout 0
that sets it to never expire.
or
exec-timeout 10 30
which sets it to expire after 10min 30s of idle time. you get the idea.
08-24-2007 05:05 AM
line vty 0 4
exec-timeout 0
that sets it to never expire.
or
exec-timeout 10 30
which sets it to expire after 10min 30s of idle time. you get the idea.
08-24-2007 05:29 AM
Tremendous, that's done the trick.
Many thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide