交换机命令行密码配置
一、交换机密码配置
(一)配置明文密码
配置enable明文口令
Switch(config)#enable password 123 Switch(config)#exit Switch#show running-config …… enable password 123 ……
取消明文口令
Switch(config)#no enable password 123
(二)配置密文密码
配置enable密文口令
Switch(config)#enable secret 234 Switch(config)#exit Switch#show running-config …… enable secret 5 $1$mERr$2AGK7xdJ6uzAQEFbXudDE. enable password 123 ……
取消密文口令
Switch(config)#no enable secret 234
(三)配置Console口令
配置console口令
Switch(config)#line console 0 Switch(config-line)#password 345 Switch(config-line)#login Switch#show running-config …… line con 0 password 345 login ……
今天的文章
17 交换机命令行密码配置分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/88151.html