1)exec-timeout 使用指导 如果在指定的时间内,此连接没有任何输入输出信息,将中断此连接,并恢复此LINE为空闲可用状态。也就是针对其他终端发起到此设备的连接会话。缺省的超时时间为10 min。如果要配置登入设备,比如telnet时执行命令永不超时,可以配置如下命令 line vty 0 4 exec-timeout 0 0
Name exec-timeout — line Synopsis exec-timeout minutes [seconds] no exec-timeout Configures The time an EXEC session can be idle Default 10 minutes Description This command sets the amount … - Selection from Cisco IOS in a Nutshell, 2nd Edition [Book]
CISCO 3750内解释: exec-timeout Set the EXEC timeout session-timeout Set interval for closing connection when there is no input traffic timeout Timeouts for the line
cisco Systems, Inc. 170 West Tasman Drive San Jose, California 95134-1706 Cisco Internetwork Operating System Software IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(11)EA1, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2002 by cisco Systems, Inc. Compiled Wed 28-Aug-02 10:25 b...
Hi there, Ah Prime doing what it does best!! I saw something similar on a N7K. Looks like this bug covers it: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCuv84149 ...since this release has been deferred try upgrading to a recommended release,
console 模式下 exec-timeout 0 0 表示永不超时 exec-timeout 0 10 表示登录后无操作10秒后超时登出,这时候就要重新输入密码登陆设备。 这个还是很有用的命令。可以防止因为短时间离开回来时还需要重新输入密码。特别是在密码很复杂的情况下。但是也是不安全的因素。所以还是需要按需配置。