H3C 静态链路聚合的典型配置 一、组网需求: 两台 H3C S3500-EA A,B 之间做静态链路聚合
这里假设e1/0/1,e1/0/2,e1/0/3 端口都是 trunk 端口,允许 vlan 10,20,30 通过
二、 组网图: 三、配置步骤: (1)设备 A 上的配置 #创建二层聚合端口 [switch-A] interface Bridge-Aggregation 1 [switch-A-Bridge-Aggregation1] port link-type trunk [switch-A-Bridge-Aggregation1] port trunk permit vlan 10 20 30 #分别将设备 A 上端口 e1/0/1,e1/0/2,e1/0/3 加入到聚合组中 [switch-A] interface Ethernet 1/0/1 [switch-A-Ethernet1/0/1] port link-type trunk [switch-A-Ethernet1/0/1] port trunk permit vlan 10 20 30 [switch-A-Ethernet1/0/1]port link-aggregation group 1 [switch-A] interface Ethernet 1/0/2 [switch-A-Ethernet1/0/2] port link-type trunk [switch-A-Ethernet1/0/2] port trunk permit vlan 10 20 30 [switch-A-Ethernet1/0/2]port link-aggregation group 1 [switch-A] interface Ethernet 1/0/3 [switch-A-Ethernet1/0/3] p