华为交换机配置consol密码及vty密码

网友投稿 370 2022-10-26


华为交换机配置consol密码及vty密码

# 以登录用户界面的认证方式为密码认证,密码为Huawei@123为例,配置如下。

 system-view [HUAWEI] user-interface console 0 [HUAWEI-ui-console0] authentication-mode password [HUAWEI-ui-console0] set authentication password cipher Huawei@123 [HUAWEI-ui-console0] return save # 以登录用户界面的认证方式为AAA认证,用户名为admin123,密码为Huawei@123为例,配置如下。  system-view [HUAWEI] user-interface console 0 [HUAWEI-ui-console0] authentication-mode aaa [HUAWEI-ui-console0] quit [HUAWEI] aaa [HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123 [HUAWEI-aaa] local-user admin123 service-type terminal [HUAWEI-aaa] return  save 配置vty [HUAWEI]user-interface vty 0 4  (进入vty用户界面) [HUAWEI-ui-vty0-4]authentication-mode ?         none:不验证         password:密码验证         aaa:AAA验证 (设置密码验证的密码) [HUAWEI-ui-vty0-4]set authentication passowrd{cipher\simple} cipher:加密的 simple:简单的 (设置AAA验证) [HUAWEI-ui-vty0-4]authentication-mode aaa 进入系统试图 [HUAWEI-ui-vty0-4]aaa      //进入AAA视图 [HUAWEI-aaa]local-user  [HUAWEI-aaa]local-user  service-type ssh  配置接入类型为SSH [HUAWEI]rsa local-key-pair create 产生本地rsa秘钥,进行SSH时配置


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:SpringBoot+MyBatisPlus+Vue 前后端分离项目快速搭建过程(后端)
下一篇:路由基础(四)静态路由与SLA技术
相关文章

 发表评论

暂时没有评论,来抢沙发吧~