VRP 系统
VRP系统: 华为数据通信设备通用的操作系统,通过命令行进行操作, 分为4中视图,每个视图对应进行不同的操作 用户视图: 查看运行状态 系统视图: 配置设备的系统参数 接口视图: 配置接口参数 协议视图: 配置路由协议 命令行: system-view 从用户视图进入系统视图 quit 退出 interface GigabitEthernet 0/0/0 接入接口视图 ip address 10.1.1.13 30 配置ip地址 华为的端口默认是打开的,而思科默认是关闭的需要no shutdown undo ip address 删除该地址的ip地址 undo shutdown 打开该端口 shutdown 关闭该端口 ospf 进入ospf协议视图 帮助命令 :? sysname R1 配置主机名 display ip interface brief 查看IP地址配置 save 保存 display -------------- 查看命令 display current-configuration 查看当前的配置 display saved