华为VRP系统基本操作

1.实验目的

掌握一些常见的路由命令。

2.实验步骤

  1. 查看设备版本信息
bash 复制代码
display version 
  1. 修改设备的名字

进入系统视图

bash 复制代码
system-view

修改设备名称

bash 复制代码
sysname Datacom-Router
  1. 进入接口视图
bash 复制代码
 int g0/0/1
  1. 进入到接口GigabitEthernet0/0/1的视图
bash 复制代码
interface GigabitEthernet 0/0/1
  1. display this命令用来查看当前视图的运行配置。
bash 复制代码
display this
  1. 配置ip地址
bash 复制代码
ip address IP地址
  1. 退出当前视图,进入较低级别的视图
bash 复制代码
quit
  1. 取消指令
bash 复制代码
undo+空格+待取消的完整命令
  1. 查看设备当前配置
bash 复制代码
dis current-config
  1. 保存配置
bash 复制代码
save xxx.cfg

12.设置下次启动的默认配置文件

bash 复制代码
startup saved-config test.cfg
  1. 命令补全TAB
  2. 帮助 i+/ int+空格+?
  3. 停止命令执行 CTRL+C
  4. 切换设备窗口 TAB+CTRL
相关推荐
duluo1335 小时前
鸿蒙NEXT实战:从零构建高尔夫挥杆教学App(API 24 / ArkTS 深度解析)
华为·harmonyos·鸿蒙·鸿蒙系统
zjxcq5205 小时前
鸿蒙深入理解 HarmonyOS NEXT ArkTS 中 `height(‘100%‘)` 在嵌套容器中的行为机制
华为·harmonyos
国服第二切图仔9 小时前
HarmonyOS APP《画伴梦工厂》开发第38篇-自适应布局API实战——adaptiveLayout模块
华为·harmonyos
nashane13 小时前
HarmonyOS 6商城开发学习:剪贴板权限频繁弹窗的根治——从“自动嗅探“改为“用户主动触发“模型
华为·harmonyos
国服第二切图仔14 小时前
HarmonyOS APP《画伴梦工厂》开发第37篇-GridRow-GridCol——响应式网格布局
华为·harmonyos
zjxcq52020 小时前
鸿蒙 ArkUI 实战:Swiper 组件构建高性能轮播图
android·华为·harmonyos
Swift社区3 天前
AI Runtime Kernel:鸿蒙 App 如何设计智能体内核?
人工智能·华为·harmonyos
国服第二切图仔5 天前
HarmonyOS APP《画伴梦工厂》开发第1篇:ArkTS 语言入门——从 TypeScript 到 ArkTS
华为·typescript·harmonyos
前端不太难5 天前
Tool Graph:HarmonyOS PC 如何统一所有系统能力?
华为·状态模式·harmonyos
anyup11 天前
来简单聊聊鸿蒙开发,万元奖金的事~
前端·华为·harmonyos