威乃达橱柜logo:cisco 2950 router 特权密码怎么设置在 line con 模式设置不了

来源:百度文库 编辑:神马品牌网 时间:2024/04/27 14:45:20
在line con模式没有用?

特权模式的密码是用户模式到特权模式的认证,不是某个端口的连接认证
所以不会在端口上设。

Router(config)#enable password yourpassword
这个密码是明文存放在配置中的
你还可以设一个密文存放的,而且优先级高
Router(config)#enable secret youranotherpassword

show run的时候可以查看到password但看不到secret的明文

特权密码CON T 后在配置模式下就可以修改了吧?

特权模式的密码不是在console线路上配置的,是在全局配置模式的,有两种办法
enable password 密码
enable secret 密码
上面的是普通密码,sh run 的时候会显示
下面的是加密了的密码,sh run也只是看到加密后的数字
普通密码也可以通过service password encryption把他加密