华为VRP 网络操作系统
Versatile Routing Platform 通用路由平台(VRP)
一、 认识界面
<Huawei>
用户视图
- 查看运行状态或者其他参数
[Huawei]
系统视图
- 配置设备的系统参数
[Huawei-GigabitEthernet0/0/1]
接口视图
- 配置接口参数
G
开头千兆网,E
开头的是百兆
[Huawei-ospf-1]
协议视图
- 配置 xx 协议
二 、 视图切换
<>
用户视图[]
其他视图
system-view
或者sys
切换到系统视图
interface xxxx
切换到某视图
q
或者quit
退出当前视图
Ctrl + z 直接退到用户视图
?
帮助
# 可以输入几个字母然后 tab
<Huawei> system-view
[Huawei]
[Huawei]interface GigabitEthernet 0/0/1
[Huawei-GigabitEthernet0/0/1]q
[Huawei]
# 或者
<Huawei> sys # 用户视图 ,切换系统视图
[Huawei]
[Huawei]int g 0/0/1 # 进入g 0/0/1 接口
[Huawei-GigabitEthernet0/0/1]q
[Huawei]
三、 命令
命令可以简写 或者Tab补全
1、设置中文
# 设置 中文 英文 <Huawei> lan ch <Huawei> lan en
2、取消终端提示信息
undo terminal monitor
注:只对当前终端有效,用户重新登录自动取消
# 取消日志提示 <Huawei> u t m
3、 查看VRP系统版本
display version
命令查看系统版本、设备型号、已开机时间
<Huawei> display version
4、配置设备名
sysname
命名作用: 区别交换机
命名规范: 部门、位置、机架编号
需要在系统视图下执行
<Huawei>sys [Huawei]sysname SW1
5、启动禁用接口
默认自动开启,
在指定接口视图下执行
shutdown
手动禁用此接口
undo shudown
恢复启用此接口<SW1>sys 进入系统视图,键入Ctrl+Z退回到用户视图。 [SW1]int g0/0/3 [SW1-GigabitEthernet0/0/3]shutdown # 禁用接口 [SW1-GigabitEthernet0/0/3] [SW1-GigabitEthernet0/0/3] [SW1-GigabitEthernet0/0/3]undo shutdown # 启动接口
6、 查看当前交换机的配置
查看当前有效配置
display current-configuration
查看当前视图配置
display this
查看当前配置[SW1]display current-configuration # 查看所有配置,可以在任意视图下执行 [SW1]display this # 查看当前配置, 可以查看配置后生效没生效
7、保存
save
记得保存,不然重启都没了用户视图保存
<SW1>save The current configuration will be written to the device. Are you sure to continue?[Y/N]y Info: Please input the file name ( *.cfg, *.zip ) [vrpcfg.zip]: <SW1> # 输入一个名字,默认 vrpcfg.zip
8、重启设置
reboot
没修改不提示保存,修改提示保存用户视图重启
# 如果配置修改,提示保存,输入保存名 # 如果配置为修改,不提示保存 <SW1>reboot
9、设置密码
交换机默认无密码
console 0
视图才能设置密码<SW1>sys [SW1] [SW1]user-interface console 0 # 进入这个终端视图 [SW1-ui-console0] [SW1-ui-console0]authentication-mode password #启用密码认证 ,回车 [SW1-ui-console0]set authentication password cipher 123 # 设置密码为123 [SW1-ui-console0]undo set authentication password # 取消密码
10、 恢复出厂设置
标签:认识,配置,GigabitEthernet0,视图,Huawei,交换机,接口,简单,SW1 From: https://www.cnblogs.com/aaak/p/17795665.html<SW1>reset saved-configuration