[转载]了解cisco密码术语:enable secret、enable password
(2016-01-18 22:48:10)
标签:
转载 |
分类: 网络杂谈 |
1,配置特权视图密码 A:enable
password B:service
password-encryption C:enable
secret A 命令: enable password tangxuquan / 结果: Router#show run Current configuration : 354 bytes version 12.2 enable password
tangxuquan B 结果: Router#show run Current configuration : 354 bytes C Router#show run Current configuration : 401 bytes 特别注意: secret 不能和password密码一样
否则就失去了加密的意义, 一般建议直接配enable secret-encryption,配了enable
secret就看不到enable password了,使用命令enable secret cisco
后特权模式的登录密码将改为“cisco”
2,远程登录用户设置 line vty 0 4 VTY是路由器的远程登陆的虚拟端口,0 4表示可以同时打开5个会话; switch(config)#enable secret……设置进入特权模式进的密码 |