当前位置:网站首页>Detailed explanation of switch link aggregation [Huawei eNSP]
Detailed explanation of switch link aggregation [Huawei eNSP]
2022-08-04 09:02:00 【Progressive small vegetable pig】
Article table of contents
I. Preface
"The main function of link aggregation is to increase link bandwidth and achieve mutual backup of links. Its specific function is to stop sending data packets on one of the member ports when the switch detects a link failure on this port., recalculates the sending port of messages in the remaining links according to the load sharing policy, and acts as the sending port version again after the faulty port recovers."
(1) Manual mode
In manual mode, the establishment of eth relays and the connection of member interfaces are manually configured, and LACP is not used for negotiation between systems.Under normal circumstances, all links are active links.All active links participate in data forwarding and share traffic equally.If one active link fails, the link aggregation group will automatically share traffic evenly among the remaining active links.In manual mode, in order for the link aggregation interface to work normally, it must be ensured that the peer interfaces of all member interfaces in the local link aggregation interface are connected through the same device; there is no message exchange between devices, and only the administrator can manually confirm;Whether the peer interface is working properly can only be judged by the state of the physical layer.
(2) LACP mode
LACP mode is a link aggregation mode using the LACP protocol.Devices interact through Link Aggregation Control Protocol Data Units (lacpdu), and through protocol negotiation ensures that the other end is a member interface of the same device and the same aggregated interface.Lacpdu messages contain system priorities such as device priority, MAC address, interface priority, and interface number.In LACP mode, the number of active interfaces selected by the devices at both ends must be the same, otherwise a link aggregation group cannot be established.At this time, one end can become the active end, and the other end (passive end) can select the active interface according to the active end.
This note records link aggregation, which is relatively simple, with only a few simple commands.
Requirements:
6. Link aggregation needs to be done between the two aggregation switches to increase the bandwidth. Considering the security issues of the Layer 2 network and the occupancy of network resources, it is necessary to implement Layer 2 isolation between different departments.
Manual link aggregation: increase bandwidth, link backup
Guaranteed reliability and increased bandwidth
Note: 1. The interfaces on both ends must be the same
2. No configuration is allowed under the interface
II. Experiment process
We first create two new switches, as shown in the figure below: The link ensures that the ports on both ends are the same.
Enter SLW9:
Create Logical Interface Group
Interface Eth-Trunk 1
Add physical interface g1:
trunkport g0/0/1
Add physical interface g2:
trunkport g0/0/2
Add physical interface g3 port:
trunkport g0/0/3
Check out the eth-trunk interface:
display eth-trunk 1
Enter SLW10:
Repeat the above steps.
Mainly to ensure that the interface corresponds.Configure as follows
View aggregated link bandwidth: 3G
display interface Eth-Trunk 1
PS:
Configuration command shortcut:
interface Eth-Trunk 1trunkport g0/0/1trunkport g0/0/2trunkport g0/0/3
View eth-trunk interface:
display eth-trunk 1
View the aggregated link bandwidth: 3G
display interface Eth-Trunk 1
边栏推荐
- It is found that several WRH tables are locked, what should I do?
- 94后字节P7晒出工资单:狠补了这个,真不错...
- ansible部署脚本--亲测可用无坑
- C# DirectoryInfo类
- 【正点原子STM32连载】第四章 STM32初体验 摘自【正点原子】MiniPro STM32H750 开发指南_V1.1
- TCP的四次挥手
- How to write patents are more likely to pass?
- recursive thinking
- Quick tips for getting out of a single
- 我和 TiDB 的故事 | 缘份在,那就终是能相遇的
猜你喜欢
2022年制冷与空调设备运行操作特种作业证考试题库及模拟考试
从底层看 Redis 的五种数据类型
【正点原子STM32连载】第一章 本书学习方法 摘自【正点原子】MiniPro STM32H750 开发指南_V1.1
布局管理器
Wang Shuang's Assembly Language Chapter 4: The First Program
今日睡眠质量记录71分
蘑菇书EasyRL学习笔记
cannot import name ‘import_string‘ from ‘werkzeug‘【bug解决】
2022年化工自动化控制仪表考试模拟100题及模拟考试
Apache Druid 实时分析数据库入门介绍
随机推荐
oracle sql multi-table query
How to write patents are more likely to pass?
[Cloud Residency Co-Creation] HCSD Celebrity Live Streaming – Employment Guide
大佬们,mysql里text类型的字段,FlinkCDC需要特殊处理吗 就像处理bigint uns
蜜芽CEO刘楠:垂直电商黄金时代已落幕 坚定转型品牌之路
Fiddler(二)-手机抓包502错误解决方法
继承和static关键字
有坦荡的远方
csdn图片去水印 | 其他方法无效时的解决方案
ShuffleNet v2 network structure reproduction (Pytorch version)
推荐几种可以直接翻译PDF英文文献的方法
Anton Paar安东帕密度计比重计维修DMA35性能参数
C Language Lectures from Scratch Part 6: Structure
【正点原子STM32连载】第三章 开发环境搭建 摘自【正点原子】MiniPro STM32H750 开发指南_V1.1
【论文笔记】Dynamic Convolution: Attention over Convolution Kernels
oracle sql 多表查询
ShowMeAI —— Show u 三连
Explanation of spark operator
字符串与正则表达式(C#)
It is found that several WRH tables are locked, what should I do?