在H3C设备中,链路聚合(Link Aggregation)是一种提高网络带宽和可靠性的技术,通过将多个物理接口捆绑成一个逻辑接口来实现。以下是H3C链路聚合的基本配置命令及解释: 1. 创建聚合接口 markdown interface bridge-aggregation interface-number 解释:此命令用于创建二层聚合接口。interface-number 是聚合接口的编号,取值范围...
link-aggregation load-sharing ignore { destination-ip | destination-mac | destination-port | ethernet-type | ingress-port | ip-protocol | mpls-label1 | mpls-label2 | mpls-label3 | source-ip | source-mac | source-port | vlan-id } * 缺省情况下,未配置缺省聚合负载分担时忽略的字段 11.4 ...
三层链路聚合配置 interface route-aggregation 2 ip address 192.168.1.1 255.255.255.0 link-aggregation global load-sharing mode destination-ip #ip地址进行负载分担 link-aggregation mode dynamic #动态聚合模式 interface range g0/0/0 to g0/0/1 lacp mode passive port link-aggregatio group 2...
具体涉及到的配置命令如下:H3Clink-aggregation group agg-id mode ma 4、nual|staticH3Cinteface interface-typeinterface-numberH3C-Ethernet1/0/1port link-aggregation group agg-id首先,创建一个链路汇聚组并指定其类型为手工汇聚还是静态LACP汇聚,然后将相应的端口加入到汇聚组中。需要注意的是,如果要在两台交换...
1 前言: 链路聚合可以增加带宽,加上单链路故障,好处不多说,直接看实验.实验拓扑如下:创建聚合口,直接在配置模式下输入:interface Bridge-Aggregation 1然后分布把图上的口加入到这个聚合口中来,在接口视图下输入:port link-aggregation group 1都添加好之后,查看配置聚合口状态,输入“display link-aggregation ...
[H3C-Ethernet1/0/1]port link-aggregation group agg-id 首先,创建一个链路汇聚组并指定其类型为手工汇聚还是静态LACP汇聚,然后将相应的端口加入到汇聚组中。需要注意的是,如果要在两台交换机之间配置链路聚合,应尽量保持两台交换机之间相连端口的一致性(即端口Ethernet1/0/1与对端的Ethernet1/0/1相连,...
动态聚合组内的成员端口可以收发LACPDU(Link Aggregation Control Protocol Data Unit,链路聚合控制协议数据单元),本端通过向对端发送LACPDU通告本端的信息。当对端收到该LACPDU后,将其中的信息与所在端其他成员端口收到的信息进行比较,以选择能够处于选中状态的成员端口,使双方可以对各自接口的选中/非选中状态达成一致。
聚合口interface Bridge-Aggregation 1 ; 并配置Trunk 允许VLAN 20-30通过。 配置脚本: interface Bridge-Aggregation 1 link-aggregation mode dynamic quit interface Ten-GigabitEthernet1/0/25 port link-aggregation group 1 quit interface Ten-GigabitEthernet1/0/26 ...
基于IEEE802.3ad标准的LACP(Link Aggregation Control Protocol,链路聚合控制协议)协议是一种实现链路动态聚合的协议,运行该协议的设备之间通过互发LACPDU(Link Aggregation Control Protocol Data Unit,链路聚合控制协议数据单元)来交互链路聚合的相关信息。 (1)LACP协议的功能 ...
interface Bridge-Aggregation1 port link-type trunk port trunk permit vlan all # interface GigabitEthernet2/0/1 port link-type trunk port trunk permit vlan all port link-aggregation group 1 # interface GigabitEthernet2/0/2 port link-type trunk ...