H3C和华为设备对接聚合组

华为6880:

interface Eth-Trunk10
 description test
 port link-type trunk
 port trunk allow-pass vlan 51

华三5130:

interface Bridge-Aggregation9
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 51

华三配置注意:
聚合组命令在端口下直接调用,聚合组不会生效!!!
失败案例:
[ctc-chuanshu-GigabitEthernet1/0/4]dis th
#
interface GigabitEthernet1/0/4
 port link-aggregation group 1
#
] dis link-aggregation verbose Bridge-Aggregation 9 Port Status Priority Oper
-Key -------------------------------------------------------------------------------- XGE1/0/49 U 32768 2 #直接添加聚合组命令提示状态为未知 XGE1/0/51 S 32768 2 #正常状态 在添加聚合之前,需要保持端口内的配置和聚合组是一致的,然后在调用聚合组命令
原文地址:https://www.cnblogs.com/dengcongcong/p/11956058.html