摘要: l 查看当前所有配置: show running-config l 查看指定端口配置: show running-config in3terfaces <int-type int-number> l 查看所有端口详细信息: show interfaces l 查看指定端口详细信息: show int 阅读全文
posted @ 2020-03-06 08:16 J+ 阅读(17658) 评论(0) 推荐(0)
摘要: 禁用telnet步骤: Router> config t Router(config) > line vty 0 4 Router(config-line-vty)> transport input ssh(只允许SSH,如果不需要远程就使用no)Router(config-line-vty)> p 阅读全文
posted @ 2020-03-06 07:58 J+ 阅读(2327) 评论(0) 推荐(0)