华为设备配置远程管理

被刻印的时光 ゝ 提交于 2019-11-26 01:52:22
第一种:本地管理,即用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
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!