A: Two LACP modes are available: static and dynamic LACP modes. Ensure that the local and remote ends use the same link aggregation mode. For example, if the local end uses the static LACP mode, the remote end must use the static LACP mode.
- When the two directly connected devices support LACP, static LACP is recommended.
- When a device directly connects to a server, the dynamic LACP mode is often used. You can also use the static LACP mode.
# Add 10GE1/0/1, 10GE1/0/2, and 10GE1/0/3 to Eth-Trunk 1 and configure Eth-Trunk 1 to work in static LACP mode.
<HUAWEI> system-view [HUAWEI] interface eth-trunk 1 [*HUAWEI-Eth-Trunk1] mode lacp-static [*HUAWEI-Eth-Trunk1] trunkport interface 10ge 1/0/1 to 1/0/3 [*HUAWEI-Eth-Trunk1] commit# Add 10GE1/0/4, 10GE1/0/5, and 10GE1/0/6 to Eth-Trunk 2 and configure Eth-Trunk 2 to work in dynamic LACP mode.
<HUAWEI> system-view [HUAWEI] interface eth-trunk 2 [*HUAWEI-Eth-Trunk2] mode lacp-dynamic [*HUAWEI-Eth-Trunk2] trunkport interface 10ge 1/0/4 to 1/0/6 [*HUAWEI-Eth-Trunk2] commit
You can also find the answer in Common Eth-Trunk Operations in Common Operation Guide.