当前位置:网站首页>华为设备命令
华为设备命令
2022-07-06 12:38:00 【51CTO】
基本配置
Telnet配置
1、密码登录
2、用户和密码登录
3、PC通过以太网口远程登录配置
#AAA模式远程登录
[R1]user-interface vty 0 4
[R1-ui-vty0-4]authentication-mode aaa
[R1]aaa //进入认证、授权、计费模式(简称AAA模式)
[R1-aaa]local-user admin password cipher 123456 //配置本地用户和密码
[R1-aaa]local-user admin service-type telnet //选择授权用户的服务类型
[R1-aaa]local-user admin privilege level 3 //设置管理员用户级别
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
#仅密码远程登录
4、设置超级密码
FTP配置
1、将路由器作为FTP服务器
2、登录FTP服务器,并传送文件
其它配置
配置登录标语
指定下次启动装载的配置文件
指定下次启动装载的配置文件
设置下次启动用的文件
删除保存的配置文件
关闭消息提示功能
或
路由IP配置
浮动静态路由
描述接口
默认(缺省)路由
使用带源参数的ping命令
配置从IP地址(解决RIPv1不连续子网)
静态路由与BFD联动
#激活BFD功能
#创建BFD会话,名称为ab(自定义),对端的IP地址为10.1.12.2
VLAN配置
端口类型配置
配置端口为access
技巧:
配置端口的Hybrid类型
配置端口的Trunk类型
更改Trunk端口的PVID
Eth-trunk配置
创建Eth-trunk 1,并将接口加入Eth-trunk 1
或
配置Eth-trunk 1链路配置为access
STP配置
STP配置
#修改桥优先级
#修改端口优先级
#配置边缘端口(使端口快速进入转发状态)
配置MSTP
查看STP
#各接口简要STP状态
#具体接口详细STP信息
#查看当前根桥信息
#查看实例1的信息
DHCP配置
配置DHCP
基于接口配置DHCP功能
[R1]dhcp enable //开启DHCP功能
[R1-GigabitEthernet0/0/0]dhcp select interface //开启接口DHCP功能
[R1-GigabitEthernet0/0/0]dhcp server lease day 2【可选】 //设置租用有效期限为2天
[R1-GigabitEthernet0/0/0]dhcp server dns-list 8.8.8.8 //为PC自动分配DNS服务器地址
[R1-GigabitEthernet0/0/1]dhcp server excluded-ip-address 192.168.2.250 192.168.2.253 //配置不参与自动分配的IP地址范围
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
基于全局配置DHCP
[R1]dhcp enable //开启DHCP功能
[R1]ip pool huawei1 //配置全局地址池
[R1-ip-pool-huawei1]network 192.168.1.0 //指定地址池范围
[R1-ip-pool-huawei1]lease day 2【可选】 //租期为2天,默认1天
[R1-ip-pool-huawei1]gateway-list 192.168.1.254 //出口网关地址
[R1-ip-pool-huawei1]excluded-ip-address 192.168.1.250 192.168.1.253 //不参与自动分配
[R1-ip-pool-huawei1]dns-list 8.8.8.8 //配置DNS服务器地址
[R1-GigabitEthernet0/0/0]dhcp select global //开启接口的DHCP功能
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
查看
DHCP中继
#面向PC的接口:
#面向PC的接口下调用全局定义的DHCP服务器组:
帧中继配置
DCE配置
DTE配置
其它配置
查看PVC
#查看映射
#静态映射
单臂路由配置
配置路由器
[R1]int g0/0/0.1 //创建并进入g0/0/0的0.1子接口
[R1-GigabitEthernet0/0/0.1]dot1q termination vid 10 //封装dot1q协议
[R1-GigabitEthernet0/0/0.1]ip address 192.168.10.254 24 //配置IP地址
[R1-GigabitEthernet0/0/0.1]arp broadcast enable //开启arp广播
[R1-GigabitEthernet0/0/0.1]dhcp select global //开启DHCP全局模式
[R1-GigabitEthernet0/0/0.1]int g0/0/0.2
[R1-GigabitEthernet0/0/0.2]dot1q termination vid 20
[R1-GigabitEthernet0/0/0.2]ip address 192.168.20.254 24
[R1-GigabitEthernet0/0/0.2]arp broadcast enable
[R1-GigabitEthernet0/0/0.2]dhcp select global
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
配置交换机
[SW1]vlan batch 10 20 //创建vlan 10和vlan 20
[SW1-GigabitEthernet0/0/1]int g0/0/1 //进入g0/0/1接口
[SW1-GigabitEthernet0/0/1]port link-type access //修改端口为access模式
[SW1-GigabitEthernet0/0/1]port default vlan 10 //将端口划分到vlan 10中
[SW1-GigabitEthernet0/0/1]int g0/0/2
[SW1-GigabitEthernet0/0/2]port link-type access
[SW1-GigabitEthernet0/0/2]port default vlan 20
[SW1-GigabitEthernet0/0/2]int g0/0/24 //交换机与路由器相连的接口需要修改为trunk模式
[SW1-GigabitEthernet0/0/24]port link-type trunk //修改端口为trunk模式
[SW1-GigabitEthernet0/0/24]port trunk allow-pass vlan 10 20 //允许vlan 10和vlan 20的数据通过
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
RIP配置
基本配置
其它配置
#接口附加度量值
#认证
#开启RIP调试
#抑制接口(只收不发)
或
[R2-rip-1]peer IP地址 //单播通信
[R2-rip-1]preference x //修改优先级(只在本地有效)
[R2-rip-1]timers rip 20 120 60 //修改定时器
[R3]ip route-static 0.0.0.0 0 LoopBack 2 //发布默认路由
[R3-rip-1]default-route originate //不需创建默认路由,也能发布
<Huawei>reset rip 1 statistics //刷新RIP统计信息
<R1>reset ip routing-table statistics protocol rip //清除RIP学到的路由信息
[R2]undo rip 1 //删除RIP
[R1]rip version2 multicase //配置版本1的也能发送RIPv2报文
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
OSPF配置
配置
配置OSPF
引入路由
发布默认路由
OSPF验证
#接口认证明文:
#区域认证密文:
抑制接口(不收不发)
查看
查看LSA信息
其它
修改Hello和Dead时间
修改DR优先级
注:由于DR/BDR选举默认为不抢占模式,因此在修改了路由器优先级后不会自动重新选举DR,需要重置OSPF进程。
修改网络类型为广播
修改开销值、带宽参考值
VRRP配置
[SW1-Vlanif10]vrrp vrid 1 virtual-ip 10.1.1.254 //配置虚拟网关
[SW1-Vlanif10]vrrp vrid 1 priority 150 //更改优先级
[SW1-Vlanif10]vrrp vrid 1 preempt-mode disable //关闭抢占模式
[SW1-Vlanif10]vrrp vrid 1 track interface g0/0/24 reduced 60 //跟踪上层端口
[R1-Serial2/0/0]ospf network-type p2mp //配置接口的网络类型为Point-to-multipoint
[S1] display vrrp //查看VRRP信息
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
HDLC配置
PPP配置
认证方
被认证方
#PAP:
#CHAP:
使用 CHAP 建立 PPP连接的协商过程
以太网接口配置
防火墙配置
#登录不需要用户名和密码
#定义时区:
链路技术
链路聚合
[S1]interface Eth-Trunk 1 //聚合交换机之间的Eth-Trunk端口编号相等
[S1-Eth-Trunk1]mode lacp-static //lacp模式
[S1-Eth-Trunk1]trunkport GigabitEthernet 0/0/1 to 0/0/2 //将成员端口加入到聚合端口中
[S1-Eth-Trunk1]max active-linknumber 2 //设置活动上限阀值
[S1-Eth-Trunk1]port link-type trunk
[S1-Eth-Trunk1]port trunk allow-pass vlan all
[S1-Eth-Trunk1]dis eth-trunk 1 verbose //查看聚合端口的信息
[S1] lacp priority 100 //配置系统优先级使其成为主控端
[S1-G0/0/1] lacp priority 100 //配置活动链路优先级
[S1-G0/0/2] lacp priority 100 //配置活动链路优先级
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
Smart Link
[S1-G0/0/1]stp disable //关掉相关接口的STP
[S1]smart-link group 1
[S1-smlk-group1]port GigabitEthernet 0/0/1 master //设置主端口
[S1-smlk-group1]port g0/0/2 slave //设置从端口
[S1-smlk-group1]flush send control-vlan 10 password simple 123 //使能smart link组1发送Flush帧的功能,携带的控制VLAN编号为10,密码是:123
[S1-smlk-group1]restore enable //开启回切功能
[S1-smlk-group1]timer wtr 30 //回切时间为30秒
[S1-smlk-group1]smart-link enable //使能Smart Link组1的功能
[S1-smlk-group1]dis smart-link group 1 //查看Smart Link组1的信息
[S2-GigabitEthernet0/0/1]smart-link flush receive control-vlan 10 password simple 123 //设置其他交换机可以接收和处理携带控制VLAN编号是10的Flush帧
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
其他配置
自动保存
#自动保存
#定点保存
端口镜像
端口绑定
端口安全
前缀列表
IPv6配置
[R1]ipv6 //开启全局IPv6功能
[R1-E0/0/0]ipv6 enable //在接口(连接PC)下开启IPv6功能
[R1-E0/0/0]ipv6 address auto link-local //自动生成链路本地地址
[R1-G0/0/0]ipv6 enable //在接口(连接路由器)下开启IPv6功能
[R1-G0/0/0]ipv6 add 2031:0:130F::1 64 //配置全球单播地址
[R1-E0/0/0]ipv6 add 2001:3:FD:: 64 eui-64 //用EUI-64配置地址
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
设备版本升级
检查设备剩余空间是否大于新的软件包大小
<H07_S5720_BMC-05>dir flash:
Directory of flash:/
Idx Attr Size(Byte) Date Time FileName
0 drw- - Oct 30 2019 03:37:16 dhcp
1 drw- - Oct 30 2019 03:19:15 user
2 -rw- 13,432 Oct 30 2019 03:37:25 default_ca.cer
3 -rw- 36 Oct 30 2019 03:38:18 $_patchstate_reboot
4 -rw- 3,684 Oct 30 2019 03:38:18 $_patch_history
5 -rw- 1,903 Oct 30 2019 03:37:31 default_local.cer
6 drw- - Oct 30 2019 03:37:42 logfile
7 -rw- 1,111 Apr 08 2020 17:03:35 vrpcfg.zip
8 -rw- 8,718,710 Dec 12 2013 07:53:05 s5720ei-v200r011sph008.pat
9 drw- - Oct 30 2019 03:19:14 pmdata
10 -rw- 85,051,908 Jun 28 2018 15:55:01 s5720ei-v200r011c10spc600.cc
11 drw- - Oct 30 2019 03:18:44 $_install_mod
12 -rw- 836 Mar 30 2020 10:48:44 rr.bak
13 -rw- 836 Mar 30 2020 10:48:44 rr.dat
14 -rw- 1,773 Apr 08 2020 17:03:36 private-data.txt
15 drw- - Apr 08 2020 17:03:33 localuser
16 drw- - Mar 30 2020 14:24:42 $_backup
17 -rw- 200 Oct 30 2019 03:37:32 ca_config.ini
352,772 KB total (265,060 KB free)
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
- 42.
- 43.
- 44.
将PC作为FTP Server,并FTP到PC
# 连接到PC FTP Server
# 进行二进制编码
# 备份软件包
# 备份补丁
# 上传软件包
# 上传补丁
# 退出
# 设置新版软件包应用全部设备并下次启动该软件包
# 重启设备
# 查看堆叠状态
# 将补丁应用到全部并运行
# 查看补丁信息
# 选中补丁
# 删除软件包
# 删除补丁包
边栏推荐
- RT thread I2C tutorial
- Utilisation de l'écran OLED
- [DSP] [Part 2] understand c6678 and create project
- Solution to the 38th weekly match of acwing
- JS get browser system language
- Jupyter launch didn't respond after Anaconda was installed & the web page was opened and ran without execution
- SSH connection denied
- Intel 48 core new Xeon run point exposure: unexpected results against AMD zen3 in 3D cache
- Recyclerview GridLayout bisects the middle blank area
- [DIY]自己设计微软MakeCode街机,官方开源软硬件
猜你喜欢
Database - how to get familiar with hundreds of tables of the project -navicat these unique skills, have you got it? (exclusive experience)
Utilisation de l'écran OLED
[weekly pit] positive integer factorization prime factor + [solution] calculate the sum of prime numbers within 100
Build your own application based on Google's open source tensorflow object detection API video object recognition system (IV)
BeagleBoneBlack 上手记
Mécanisme de fonctionnement et de mise à jour de [Widget Wechat]
02 basic introduction - data package expansion
设计你的安全架构OKR
B-jiege's tree (pressed tree DP)
Anaconda安裝後Jupyter launch 沒反應&網頁打開運行沒執行
随机推荐
HMS core machine learning service creates a new "sound" state of simultaneous interpreting translation, and AI makes international exchanges smoother
Technology sharing | packet capturing analysis TCP protocol
Jupyter launch didn't respond after Anaconda was installed & the web page was opened and ran without execution
Is it safe to open an account in flush? Which securities company is good at opening an account? Low handling charges
Number of schemes from the upper left corner to the lower right corner of the chessboard (2)
recyclerview gridlayout 平分中间空白区域
数字三角形模型 AcWing 1018. 最低通行费
Event center parameter transfer, peer component value transfer method, brother component value transfer
2022 refrigeration and air conditioning equipment installation and repair examination contents and new version of refrigeration and air conditioning equipment installation and repair examination quest
[DIY]如何制作一款个性的收音机
Wechat applet common collection
[cloud native and 5g] micro services support 5g core network
rt-thread i2c 使用教程
电子游戏的核心原理
PHP online examination system version 4.0 source code computer + mobile terminal
Gui Gui programming (XIII) - event handling
小孩子学什么编程?
[wechat applet] operation mechanism and update mechanism
[DSP] [Part 2] understand c6678 and create project
Notes on beagleboneblack