H3C防火墙与华为交换机链路聚合配置方法

华为S9300 V200R008

inter Eth-Trunk1

 port link-type trunk

port trunk allow-pass vlan 301 305 to 306 318

mode lacp

interface GigabitEthernet2/0/44

 eth-trunk 1

interface GigaEthernet2/0/46

 eth-trunk 1

 

H3C F5000

interface Bridge-Aggregation1

 port link-type trunk

 port trunk permit vlan 1 301 305 to 306 318

 link-aggregation mode dynamic

interface GigabitEthernet0/2

 port link-mode bridge

 port link-aggregation group 1

interface GigabitEthernet0/4

 port link-mode bridge

 port link-aggregation group 1

zone name Trust id 2

 import interface Bridge-Agggregation1 vlan 1 to 409

注意点:在H3C上,配置次序是先配置聚合口,再把物理口添加到聚合口,再在聚合口下配置TRUNK。

你可能感兴趣的:(H3C,华为,防火墙,链路聚合)