华为设备配置远程管理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为设备配置远程管理相关的知识,希望对你有一定的参考价值。

第一种:本地管理,即用console线进行管理;
-password
    user-interface console 0
    authentication-mode password
    输入密码
-aaa
    进入aaa模式创建用户
        aaa
        local-user ntd password cipher %$%$XoWX5N;@{N%.{:SolutY^3R;%$%$
        local-user ntd privilege level 3
        local-user ntd service-type terminal
    进入console配置模式,修改认证为aaa
    user-interface console 0
    authentication-mode aaa

第二种:远程管理,在vty下配置,即利用网络进行远程管理,用telnet命令管理;
-password
    进入vty控制台
        user-interface vty 0 4
        authentication-mode password
        输入密码456
        user privilege  level 3
-aaa
    添加用户
        aaa
        local-user nsd password cipher 456
        local-user nsd privilege level 15
        local-user nsd service-type telnet
    进入vty配置模式,修改认证为aaa
        user-interface vty 0 4
        authentication-mode aaa

以上是关于华为设备配置远程管理的主要内容,如果未能解决你的问题,请参考以下文章

华为防火墙配置远程管理设备

华为防火墙实现远程管理的方式及配置详解

华为交换机配置telnet登录设备

华为交换机不支持wed没有console口如何配置

华为防火墙的管理方式介绍及配置

网络设备配置与管理(华为)基础系列 :VLAN故障排除和GVRP