标签:
初学路由器交换机配置
加密类型有三个:
1:telnet加密
2:控制台加密 :登录控制台的第一步就要求输入的密码
en
config t
line console 0
password <password>
login
exit
write
3:特权模式加密:进入特权模式的密码
1 en 2 config t 3 enable secret <password> 4 exit 5 write
标签:
原文地址:http://www.cnblogs.com/supker/p/5342945.html