标签:cisco
1.修改主机名 hostname R1 2.配置console口密码 line console 0 password 123456 login 3.用户模式到全局模式的密码 enable secret 123456 4.配置banner banner motd # ******************** **this is ccna****** ******************** # 5.密码加密 service password-encryption 6.禁止DNS解析 no ip domain-lookup 7.关闭日志同步console页面 line console 0 logging synchronous 8.配置时钟 clock timezone GMT 8 #设置时区被北京时间 特权模式 clock set 23:22:30 11 November 2017 #全局模式 9.配置telnet line vty 0 4 #表示最多五个人 password 123456 transport input telnet login 10清除机器所有配置 erase startup-config 11.保存机器的配置 copy running-config startup-config 12.配置console口超时关闭 line console 0 exec-timeout 0 0
本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1980929
标签:cisco
原文地址:http://wsxxsl.blog.51cto.com/9085838/1980929