In Huawei networking, Eth-Trunk (link aggregation) can operate in two modes: manual mode and LACP mode . In manual mode , the Eth-Trunk is statically configured by the administrator, and member interfaces are manually added without using the Link Aggregation Control Protocol (LACP) .
In this mode, all member links that are up are considered active by default , and they simultaneously participate in traffic forwarding and load balancing . Traffic distribution is typically based on hash algorithms (e.g., source/destination MAC or IP), ensuring efficient utilization of available bandwidth.
Unlike LACP mode, manual mode does not perform dynamic negotiation or link state detection between devices. Therefore, it requires consistent configuration on both ends to avoid issues such as loops or traffic blackholing. However, it is simpler and can be useful in controlled environments.
In Huawei data center designs, especially in M-LAG scenarios , LACP is generally preferred for better reliability and fault detection. Still, the statement accurately describes manual mode behavior.
Therefore, the statement is TRUE .