当前位置:   article > 正文

华为基础配置命令_怎么查看华为设备配置命令

怎么查看华为设备配置命令

华为交换机配置命令

路由器进入系统视图,配置设备名称为R1

<huawei>system-view          #通过用户视图进入系统视图
[huawei]sysname R1           #设置交换机的主机名
[R1]
  • 1
  • 2
  • 3

路由器切换到用户视图

[R1]quit                    #退出并切换到用户视图
<R1>
  • 1
  • 2

路由器保存配置

<R1>save                  #保存配置文件
  • 1

查看路由器版本

[R1]display version         #查看路由器版本
  • 1

显示display可以查看的所有命令

[R1]display ?       #display是查看所有协议的效果
  • 1

显示用户视图下可以使用的所有命令

<R1>?       #显示用户视图下所有配置文件
  • 1

使用查询命令查看某个协议或服务的配置

[R1]display vlan        #查看vlan
  • 1

使用查询命令行查看设备当前配置与起始配置

[R1]display current-configuration
  • 1

查看某接口视图下的配置

[R1]int GigabitEthernet 0/0/1   
[R1-GigabitEthernet0/0/1]display this
  • 1
  • 2

创建vlan

[R1]vlan 10                #创建vlan 10
[R1]vlan batch 10 20 30    #创建vlan 10 20 30
  • 1
  • 2

查看接口配置信息

[huawei]display ip interface brief 
  • 1

配置rip协议

[SW1]rip                       #进入rip
[SW1-rip-1]                    #进程1
[SW1-rip-1]version 2           #版本2
[SW1-rip-1]network 1.0.0.0     #宣告路由
  • 1
  • 2
  • 3
  • 4

配置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    #宣告路由
  • 1
  • 2
  • 3
  • 4

清除整个交换机或路由器配置命令

<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则之前的配置会保存,重启后仍然是原来的配置。                 
  • 1
  • 2
  • 3
  • 4
  • 5

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.                        提示保存成功
 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

清除交换机或路由器某个端口地配置命令

<huawei>system-view
[huawei]interface gigabitethernet 0/0/? (?:表示第几个端口)
[huawei-GigabitEthernet0/0/?]clear configuration interface gigabitethernet 0/0/?
清除该端口的配置后,该端口处于关闭状态,可以用以下命令重新开启。
[huawei-GigabitEthernet0/0/?]undo shutdown
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/334362
推荐阅读
相关标签
  

闽ICP备14008679号