1 第一首先在电脑上打开Cisco软件。然后在软件中放置一个路由器。2 第二然后点击路由器,进入到路由器的CLI窗口。再用en和conf t命令进入到全局模式。3 第三然后在用line con 0命令。进入到config-line模式。4 第四然后再用exec-timeout 0 0命令。就可以实现禁止退出用户模式。5 第五然后再加入一个新的路由...
2、配置Telnet远程登录; 3、配置SSH远程登录。 实验拓扑图: 图1:实验拓扑图 配置实现: R1作为Client,R2作为Server,R1可以通过telnet和SSH远程登录到R2上 1、R2的console口密码配置 line con 0 #console口视图下配置相关参数 exec-timeout 0 0 #超时时间为0(即不超时) privilege level 15 #权限为15级 password...
1)exec-timeout 使用指导 如果在指定的时间内,此连接没有任何输入输出信息,将中断此连接,并恢复此LINE为空闲可用状态。也就是针对其他终端发起到此设备的连接会话。缺省的超时时间为10 min。如果要配置登入设备,比如telnet时执行命令永不超时,可以配置如下命令 line vty 0 4 exec-timeout 0 0 -...
Router(conf-ssh-pubkey-data)#end 添加SSH 终端线路接入 如果需要进行出站 SSH 终端线路身份验证,可以配置并测试通过 Carter(充当 Philly 的通信服务器)进行出站反向 Telnet 的 SSH。 ip ssh port 2001 rotary 1 line 1 16 no exec rotary 1 transport input ssh exec-timeout 0 0 modem InOut stopbits 1...
首先vty是远程telnet使用的 默认的情况下不配置time-out时间也没有问题 因为cisco默认就配了time-out时间 具体是多长时间记不清了 还有 如果想远程 必须配置vtp密码 如果不配置 cisco就会拒绝telnet 也就是Password required,but none set 解决方法 在全局配置模式下输入命令 line vty 0 4 输入password ...
111(config-line)# exec-timeout 0 0 禁止因为一段时间没有输入而跳出 111#SWA#write保存配置 23.思科批处理登陆 off echo set sh=WScript.CreateObject("WScript.Shell") >telnet_tmp.vbs echo WScript.Sleep 300 >>telnet_tmp.vbs echo sh.SendKeys "open 你的网络设备telnet登录IP" >>telnet_tmp.vbs ...
exec-timeout 0 0 transport preferred all transport output all escape-character 27 line aux 0 transport preferred all transport output all line vty 0 4 password cisco login transport preferred all transport input all transport output all !
routerA(config-line)#exec-timeout 0 0 第一个“0”代表分钟,第二个“0”代表秒 15. 配置串口参数 两台路由器通过串口连接需要一个做为DTE,一个做为DCE。DCE设备要向DTE设备提供时钟频率和带宽。 DCE配置: router>en router #configure terminal
exec-timeout 0 0 ! line vty 0 4 end#p#思科路由器配置基础(三—四)#e# 三、配置静态路由 通过配置静态路由,用户可以人为地指定对某一网络访问时所要经过的路径,在网络结构比较简单,且一般到达某一网络所经过的路径唯一的情况下采用静态路由。...
7、超时设置:A、登陆超时(输入用户名和密码时):timeout login response 20(20秒) B、登陆后无操作超时:exec-timeout 0 0(为永不超时) 8、配置SSH: Router(config)#ip http server Router(config)#ip http secure-server Router(config)#ip http authentication local ...