cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
926
Views
0
Helpful
2
Replies

Router logs user off quickly.

easamoah1
Level 1
Level 1

Hi guys,my cisco router keeps logging me off few minutes after leaving it idle,can any body help me resolve this. 

1 Accepted Solution

Accepted Solutions

InayathUlla Sharieff
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

InayathUlla Sharieff
Cisco Employee
Cisco Employee

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.

easamoah1
Level 1
Level 1

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.