H3C 交换机设置本地用户和telnet远程登录配置 v7版本
一、配置远程用户密码与本地用户一致
[H3C]telnet server en //开启Telnet 服务
[H3C]local-user admin //添加本地用户
New local user added.
[H3C-luser-manage-admin]password simple ljp123 设置明文密码
[H3C-luser-manage-admin]service-type telnet 设置服务类型为telnet
[H3C-luser-manage-admin]authorization-attribute user-role level-3 设置用户权限
[H3C-luser-manage-admin]qu
[H3C]user-in
[H3C]user-interface vty 0 4 开启远程用户0-4
[H3C-line-vty0-4]auth
[H3C-line-vty0-4]authentication-mode sc
[H3C-line-vty0-4]authentication-mode scheme 远程用户密码与本地用户一致
[H3C-line-vty0-4]qu
[H3C]qu
<H3C>sa
。。。。。。。。。。。。。。。。。。。。。。。。。。。。
二、只有远程登录密码,无用户名
[test2]user-interface vty 0 4
[test2-line-vty0-4]authentication-mode password
[test2-line-vty0-4]set authentication password simple 123456
加微信公众号,可以一起探讨技术问题哦