news 2026/5/28 19:25:29

华为路由器的管理方式:带外管理和带内管理

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
华为路由器的管理方式:带外管理和带内管理

一、带外管理

1、密码登录

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RA
[RA]user-interface console 0
[RA-ui-console0]authentication-mode password
Please configure the login password (maximum length 16):huawei
[RA-ui-console0]return
<RA>

验证:

2、AAA认证

[RA]user-interface console 0
[RA-ui-console0]authentication-mode aaa
[RA-ui-console0]qu
[RA]aaa
[RA-aaa]local-user admin password cipher huawei
[RA-aaa]local-user admin service-type terminal
[RA-aaa]return
<RA>

验证:

二、带内管理

1、使用telnet密码认证

RA:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RA
[RA]int g0/0/0
[RA-GigabitEthernet0/0/0]ip add 192.168.1.254 24
[RA-GigabitEthernet0/0/0]qu

[RA]telnet server ena
[RA]user-interface vty 0 4
[RA-ui-vty0-4]authentication-mode password
Please configure the login password (maximum length 16):huawei
[RA-ui-vty0-4]user privilege level 15
[RA-ui-vty0-4]idle-timeout 15
[RA-ui-vty0-4]qu
验证:

RA:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RB
[RB]int g0/0/0
[RB-GigabitEthernet0/0/0]ip add 192.168.1.1 24
[RB-GigabitEthernet0/0/0]qu
[RB]qu

2、使用AAA认证

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RA
[RA]int g0/0/0
[RA-GigabitEthernet0/0/0]ip add 192.168.1.254 24
[RA-GigabitEthernet0/0/0]qu

[RA]telnet server ena

[RA]user-interface vty 0 4
[RA-ui-vty0-4]authentication-mode aaa
[RA-ui-vty0-4]user privilege level 15
[RA-ui-vty0-4]qu
[RA]aaa
[RA-aaa]local-user admin password cipher huawei
[RA-aaa]local-user admin service-type telnet
[RA-aaa]qu
[RA]

验证:

RB:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RB
[RB]int g0/0/0
[RB-GigabitEthernet0/0/0]ip add 192.168.1.1 24
[RB-GigabitEthernet0/0/0]qu
[RB]qu

3、配置通过stelnet登录

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RA
[RA]int g0/0/0
[RA-GigabitEthernet0/0/0]ip add 192.168.1.254 24
[RA-GigabitEthernet0/0/0]qu

[RA]stelnet server ena
Info: Succeeded in starting the STELNET server.
[RA]rsa local-key-pair create
The key name will be: Host
% RSA keys defined for Host already exist.
Confirm to replace them? (y/n)[n]:y
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Input the bits in the modulus[default = 512]:512
Generating keys...
..++++++++++++
..................++++++++++++
...........................++++++++
..............++++++++

[RA]user-interface vty 0 4
[RA-ui-vty0-4]authentication-mode aaa
[RA-ui-vty0-4]user privilege level 15
[RA-ui-vty0-4]protocol inbound ssh
[RA-ui-vty0-4]idle-timeout 15
[RA-ui-vty0-4]qu
[RA]aaa
[RA-aaa]local-user admin password cipher huawei
[RA-aaa]local-user admin service-type ssh
[RA-aaa]qu
[RA]ssh user admin authentication-type password

验证:

RB:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center ena
Info: Information center is disabled.
[Huawei]sysn RB
[RB]int g0/0/0
[RB-GigabitEthernet0/0/0]ip add 192.168.1.1 24
[RB-GigabitEthernet0/0/0]qu
[RB]qu

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/5/26 18:21:28

Open-AutoGLM进阶应用:3个真实场景案例教你玩转智能流程编排

第一章&#xff1a;Open-AutoGLM进阶应用概述Open-AutoGLM 作为新一代开源自动语言建模框架&#xff0c;支持多模态输入、动态推理链构建与自适应提示优化&#xff0c;在复杂业务场景中展现出强大灵活性。其核心优势在于融合了符号逻辑与神经网络推理&#xff0c;适用于智能客服…

作者头像 李华
网站建设 2026/5/23 18:05:13

MelonLoader终极配置指南:从零开始掌握Unity游戏Mod加载

MelonLoader终极配置指南&#xff1a;从零开始掌握Unity游戏Mod加载 【免费下载链接】MelonLoader The Worlds First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono 项目地址: https://gitcode.com/gh_mirrors/me/MelonLoader MelonLoade…

作者头像 李华
网站建设 2026/5/23 18:04:46

从零到精通Open-AutoGLM文档,快速上手AI模型自动生成技术

第一章&#xff1a;Open-AutoGLM概述与核心概念Open-AutoGLM 是一个面向通用语言建模任务的开源自动化框架&#xff0c;旨在简化大语言模型&#xff08;LLM&#xff09;在多样化下游任务中的应用流程。该框架融合了提示工程、自动推理优化与任务自适应机制&#xff0c;支持零样…

作者头像 李华
网站建设 2026/5/23 18:05:46

14.4 因果推理基础:潜在结果框架、结构因果模型与do-演算

14.4 因果推理基础:潜在结果框架、结构因果模型与do-演算 因果推理旨在从观察数据中识别变量间的因果关系,其核心挑战在于区分“相关性”与“因果性”。本节将系统阐述现代因果推理的三大基础框架:以鲁宾(Rubin)为代表的潜在结果框架,以珀尔(Pearl)为代表的结构因果模…

作者头像 李华
网站建设 2026/5/23 20:49:25

如何为知识库设置版本控制系统?Git集成可能性探讨

如何为知识库设置版本控制系统&#xff1f;Git集成可能性探讨 在企业级AI应用日益普及的今天&#xff0c;一个常见的痛点逐渐浮现&#xff1a;当团队依赖大语言模型&#xff08;LLM&#xff09;进行决策支持、客户服务或内部知识问答时&#xff0c;背后所使用的知识库却常常处于…

作者头像 李华
网站建设 2026/5/24 22:08:28

Nintendo Switch NAND管理工具:NxNandManager完全实战指南

在Nintendo Switch的深度使用过程中&#xff0c;系统NAND数据的管理与维护是每个玩家都需要面对的重要课题。NxNandManager作为一款专业的开源NAND管理工具&#xff0c;为Switch用户提供了从基础备份到高级操作的全方位解决方案。本文将带您深入了解这款工具的实用功能与操作技…

作者头像 李华