赞
踩
路由器进入系统视图,配置设备名称为R1
<huawei>system-view #通过用户视图进入系统视图
[huawei]sysname R1 #设置交换机的主机名
[R1]
路由器切换到用户视图
[R1]quit #退出并切换到用户视图
<R1>
路由器保存配置
<R1>save #保存配置文件
查看路由器版本
[R1]display version #查看路由器版本
显示display可以查看的所有命令
[R1]display ? #display是查看所有协议的效果
显示用户视图下可以使用的所有命令
<R1>? #显示用户视图下所有配置文件
使用查询命令查看某个协议或服务的配置
[R1]display vlan #查看vlan
使用查询命令行查看设备当前配置与起始配置
[R1]display current-configuration
查看某接口视图下的配置
[R1]int GigabitEthernet 0/0/1
[R1-GigabitEthernet0/0/1]display this
创建vlan
[R1]vlan 10 #创建vlan 10
[R1]vlan batch 10 20 30 #创建vlan 10 20 30
查看接口配置信息
[huawei]display ip interface brief
配置rip协议
[SW1]rip #进入rip
[SW1-rip-1] #进程1
[SW1-rip-1]version 2 #版本2
[SW1-rip-1]network 1.0.0.0 #宣告路由
配置ospf
[SW1]ospf #进入ospf
[SW1-ospf-1] #进程1
[SW1-ospf-1]area 0 #区域0
[SW1-ospf-1-area-0.0.0.0]network 192.168.0.1 0.0.0.255 #宣告路由
清除整个交换机或路由器配置命令
<Huawei>reset saved-configuration
The configuration will be erased to reconfigure. Continue? [Y/N]: y
<Huawei>reboot
Warning: All the configuration will be saved to the configuration file for the n
ext startup:, Continue?[Y/N]: n //此时要选择n,若选择y则之前的配置会保存,重启后仍然是原来的配置。
save命令保存配置
有些设备首次保存(save)需先按提示输入y,再按两次回车提示保存成功。
save 用户视图输入save命令
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y 按提示输入y,回车
Info: Please input the file name ( *.cfg, *.zip ) [vrpcfg.zip]:
Jul 1 2016 10:16:47-08:00 Huawei %%01CFM/4/SAVE(l)[0]:The user chose Y when dec
iding whether to save the configuration to the device. 再次回车
Now saving the current configuration to the slot 0.
Save the configuration successfully. 提示保存成功
清除交换机或路由器某个端口地配置命令
<huawei>system-view
[huawei]interface gigabitethernet 0/0/? (?:表示第几个端口)
[huawei-GigabitEthernet0/0/?]clear configuration interface gigabitethernet 0/0/?
清除该端口的配置后,该端口处于关闭状态,可以用以下命令重新开启。
[huawei-GigabitEthernet0/0/?]undo shutdown
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。