侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

H3C基础_H3C设备配置Comsole和Telnet登录密码

2023-01-01 星期日 / 0 评论 / 0 点赞 / 48 阅读 / 1389 字

允许转载,但必须注明出版处与原文链接,否则追究其法律责任,谢谢合作!H3C配置Comsole和Telnet登录密码【设置Console 接口密码】步骤一、进入Console 接口配置。[H3C]use

.

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


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

结果截图


【配置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


.

广告 广告

评论区