执行display user-interfaceconsole 0命令,查看用户界面信息。 执行display local-user命令,查看本地用户的属性信息。 执行display access-user命令,查看在线连接的用户信息。 配置用户通过Telnet登录设备 前置任务 在配置用户通过Telnet登录设备之前,需完成以下任务: ...
local-user ftp password cipher huawei 设置用户名ftp和密码huawei local-user ftp ftp-directory flash: 指定FTP用户的可访问目录,如果不配置用户将无法登陆 local-user ftp service-type ftp 设置服务类型为ftp local-user ftp privilege level 15 设置用户优先级为15 配置交换机双工模式: interface +接口 进入到...
[Huawei]user-interface con 0——进入concole 0视图 [Huawei-ui-console0]set authentication password cipher huawei666——配置登入密码 [Huawei-ui-console0]user privilege level 15——配置用户权限,最高为15 推出再登入需要输入密码 Telnet [SW1]telnet server enable——开启telnet服务 [SW1]user-interface ...
[Huawei]user-interface console 0 [Huawei-ui-console0]authentication-mode aaa 设置认证模式为AAA [Huawei-ui-console0]quit [Huawei]aaa [Huawei-aaa]local-user tom password cipher 123 创建本地用户tom密码为123 Info: Add a new user.[Huawei-aaa]local-user tom service-type terminal 本地用户的服务类...
interface vlanif1 #进入交换机三层接口(路由器为物理接口) ip address 192.168.10.254 24 #为三层接口配置IP quit #返回到系统视图 aaa #进入aaa认证 local-user admin service-type ssh #设置admin账号服务类型为ssh quit #返回系统视图 #user-interface maximum-vty 15 #设置vty最多连接数量为15个 ...
[Device]user-interface vty 0 4[Device-ui-vty0-4]authentication-mode aaa[Device-ui-vty0-4]user privilege level 3[Device-ui-vty0-4]protocol inbound ssh[Device-ui-vty0-4]quit[Device]aaa[Device-aaa]local-user admin123 passwordPlease configure the login password (8-128) It is recommended ...
[HUAWEI] user-interface console 0 //进入Console用户界面 [HUAWEI-console0] authentication-mode aaa //配置认证方式为AAA,默认情况下即AAA [HUAWEI-console0] quit 2、配置Console用户的认证信息及用户级别。 [HUAWEI] aaa [HUAWEI-aaa]local-user admin123 password irreversible-cipher abcd@123 //创建本地用...
[Quidway] User-interface vty 0 4 [Quidway-ui-vty0-4] authentication-mode aaa #认证方式为aaa [Quidway-ui-vty0-4] quit [Quidway] aaa #进入aaa配置模式 [Quidway-aaa] local-user admin password cipher Adm19@gd#创建一个用户,并设置密码 [Quidway-aaa] local-user admin privilege level 15 #...
[R1-aaa]local-user admin service-type telnet //选择授权用户的服务类型 [R1-aaa]local-user admin privilege level 3 //设置管理员用户级别 #仅密码远程登录 [R2]user-interface vty 0 4 //虚拟用户终端接口 [R2-ui-vty0-4]authentication-mode password //配置用户终端的认证模式 ...
User-interface vty 0 4 //进入VTY用户接口视图 Protocol inbound telnet //指定VTY用户界面所支持的协议为Telnet user privilege level 3 //配置用户级别为3级,(可设为3~15)authentication-mode aaa //设置登录用户界面的验证方式为aaa验证 上述指令配置完成后,即可在R5或R6上进行telnet登录了,如下图所示,...