Oct 15, 2002 #1 haneo Programmer Joined Jan 2, 2002 Messages 274 Location CA how set the telnet timeout ? and to display it's value? Thanks.
Oct 15, 2002 1 #2 thethmon Technical User Joined Sep 25, 2002 Messages 76 Location US From config mode, enter line vty 0 4 exec-timeout x y where x is the timeout minutes and y is the timeout seconds. To see current values, simply enter 'show term' and look for the EXEC Idle timeout value. Todd Hethmon thethmon@hethmon.com Upvote 0 Downvote
From config mode, enter line vty 0 4 exec-timeout x y where x is the timeout minutes and y is the timeout seconds. To see current values, simply enter 'show term' and look for the EXEC Idle timeout value. Todd Hethmon thethmon@hethmon.com
Oct 15, 2002 Thread starter #3 haneo Programmer Joined Jan 2, 2002 Messages 274 Location CA Thanks very much Upvote 0 Downvote