
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2014 06:12 AM - edited 03-07-2019 08:44 PM
Hi guys,my cisco router keeps logging me off few minutes after leaving it idle,can any body help me resolve this.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2014 06:53 AM
Hi Easa,
Please apply the following commands on the router:-
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.
http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_command_reference_chapter09186a00800d9c35.html#xtocid26729
HTH
Inayath
*Plz dont forget to rate post if its usefull.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2014 06:53 AM
Hi Easa,
Please apply the following commands on the router:-
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.
http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_command_reference_chapter09186a00800d9c35.html#xtocid26729
HTH
Inayath
*Plz dont forget to rate post if its usefull.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2015 02:26 AM
Hi Inayath,
Sorry for the late reply,and thanks to you for your quick responds to my question,I tried your solution and it worked for me.
