45332 发表于 2016-8-1 10:06:17

华为交换机S5380(S3380)用户创建及级别设置

console口登录:通过密码:
user-interface con 0
authentication-mode password
set authentication password simple h3c
user privilege level 3------------->可以不配置,默认级别是3

通过用户名和密码:
local-user quidway
password simple h3c
service-type terminal level 3
user-interface con 0
authentication-mode scheme
(直接用密码登录和使用用户名、密码登录唯一区别(黑字部分))

TELNET登录方式:
通过密码:
user-interface vty 0 4
authentication-mode password
set authentication password simple h3c
user privilege level 3

通过用户名和密码:
user-interface vty 0 4
authentication-mode password
set authentication password simple h3c
local-user quidway

Quidway-luser-quidway]password simple h3c
service-type telnet level 3
默认是VRP1.74和1.44是没有缺省用户名和密码的。必须配置。
默认是VRP3.3是没有缺省用户名和密码的。必须配置。

只有VRP3.4的有缺省用户名和密码:
USER:admin
PASSWORD:admin
但是如果用户把它删除就没有了。

页: [1]
查看完整版本: 华为交换机S5380(S3380)用户创建及级别设置