科命令华为命令命令解析
enablesystem-view进入特权模式
configure terminal\进入配置状态
showdisplay显示
show running-configdisplay current显示目前的运行配置
show versiondisp version显示版本
show startdisp saved显示已保存的配置
show tech-supportdisp base-information显示全面的信息
noundo取消(删除)
hostnamesysname更改机器名
\lang chinese进入中文状态
userlocal-user新建修改用户
endreturn退回到系统视图
exitquit返回上级视图
exitlogouttelnet退出
router ripriprip动态路由
router ospfospfospf路由
router bgpbgpbgp路由
writesave保存配置
erasedelete删除配置
0simple明文
7cipher密文
access-listacl控制访问列表
hostip hosthost和ip名字对应
logginginfo-center日志信息
encaplink-protocol封闭链路层协议
no debug allctrl+d取消所有debug命令
vlan databasevlan进入vlan的配置
vtp trunktrunk设置成为骨干端口
mode\模式
trunk相同主干线
switchportport接口控制
access相同访问
ip dhcpdhcp设置dhcp服务器功能
showdisplay
show versiondisp version
show rundisp current-configuration
usernamelocal-user
endreturn
show startdisp saved-configuration
ctrl+zquit
hostnamesysname
erasedelete
logginginfo-center
encapsulationlink-protocol
encapsulationlink-protocol

 

华为配置命令范例:

sysname Huawei-R2831\\设置主机名
interface Ethernet 0/0\\进入接口模式
description T0 Switch-A\\接口描述
ip address 192.168.10.222 255.255.255.0\\配置接口IP地址
undo shutdown\\启用接口

local-user huawei\\建立用户名huawei
password simple huawei\\设置密码为huawei
service-type telnet\\服务类型为telnet
user-interface vty 0 4\\进入telnet通道,设置5个用户可以同时登陆
authentication-mode scheme\\设置telnet的模式为本地用户名与密码登陆
user-interface console 0\\设置console密码
authentication-mode password\\密码认证
set authentication password simple huawei

super password simple huawei\\设置super密码,
display version\\查看VRP软件版本
display current-configuration\\查看当前运行的配置
display saved-configuration\\查看已保存过的配置
display interface Ethernet 0/0\\查看接品参数
display brief interface\\查看接口基本状态
delete flash:/config.cfg\\删除用SAVE保存过的配置
delete flash:/main.bin\\删除VRP的映像文件(谨慎操作)
ave\\保存配置

display 和ping 命令在任何视图下都可执行,不必切换到全局配置视图