允许转载,但必须注明出版处与原文链接,否则追究其法律责任,谢谢合作!


H3C配置Comsole和Telnet登录密码


【设置Console 接口密码】
步骤一、进入Console 接口配置。
[H3C]user-interface console 0
步骤二、把认证模式设置为密码认证并配置密码。
[H3C-line-console0]authentication-mode password
[H3C-line-console0]set authentication password simple password
步骤三、配置接口权限级别(0-15)。
[H3C-line-console0]user-role level-0

结果截图

H3C配置Comsole和Telnet登录密码_第1张图片

H3C配置Comsole和Telnet登录密码_第2张图片


【配置telnet 远程登录】
步骤一、创建远程VTY接口,指向scheme(AAA) 认证
[H3C]user-interface vty 0 4
authentication-mode scheme (AAA)

[H3C]local-user user
[H3C-luser-manage-xcw]password simple password
[H3C-luser-manage-xcw]service-type telnet

H3C配置Comsole和Telnet登录密码_第3张图片