华为交换机配置:
interface Eth-Trunk2 #创建聚合接口,注意要使用默认的manual模式
port link-type trunk #设置接口为trunk模式
port trunk allow-pass vlan 100 600 610 #配置允许通过的vlan ID
interface GigabitEthernet0/0/1 #进入要做聚合的接口
undo negotiation auto #取消端口自动配置
eth-trunk 2 #加入聚合接口
#
interface GigabitEthernet0/0/2
undo negotiation auto
eth-trunk 2
h3c交换机配置:
interface Bridge-Aggregation3 #创建聚合接口,要使用默认的静态模式
port link-type trunk
port trunk permit vlan 1 100 600 610
interface GigabitEthernet3/0/27 #进入要聚合的端口
port link-mode bridge
port link-aggregation group 3 #将端口加入聚合接口
interface GigabitEthernet3/0/27<