赞
踩
华为设备密码认证模式有三种:
1、password认证模式:只需要输入密码
2、aaa认证模式:需要输入账号和密码
3、none认证模式:无需认证
下面是以console为例的演示
一、password认证模式
1、进入console接口
[Huawei]user-interface console 0 |
2、配置认证模式为password
[Huawei-ui-console0]authentication-mode password |
3、设置认证密码,设置认证密码有两种方式
第一种是对密码进行加密(即cipher方式)
第二种是密码为明文文本(即simple方式)
[Huawei-ui-console0]set authentication password cipher youpassword |
二、aaa认证模式
1、配置认证模式为aaa
[Huawei]user-interface console 0 [Huawei-ui-console0]authentication-mode aaa |
2、配置用户名和密码,采用cipher加密方式
[Huawei]aaa [Huawei-aaa]local-user admin password cipher 123456 |
3、配置服务类型
常用服务类型:
ssh:采用ssh协议远程连接
telnet:采用telnet协议远程连接
terminal:终端类型,通常用于console
[Huawei-aaa]local-user admin service-type terminal |
三、none认证模式
1、配置认证模式为none
[Huawei]user-interface console 0 [Huawei-ui-console0]authentication-mode none |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。