Hi Wei Cheng,
What you see is a good thing.
The LACP_Activity flag indicates a participant’sintent to transmit periodically to detect andmaintain aggregates. If set the flagcommunicates Active LACP, if reset PassiveLACP. A passive participant will participate in theprotocol if it has an active partner.
The LACP_Timeout flag indicates that theparticipant wishes to receive frequent periodic transmissions, and will aggressively times outreceived information. If set the flag communicates Short Timeout, if reset LongTimeout.
The Aggregation flag indicates that the participant will allow the link to be used as part ofan aggregate. Otherwise the link is to be used asan individual link, i.e. not aggregated with anyother. This flag is set or reset as a consequenceof local key management : the participant may know that the link has a unique key and hence will not be aggregated. Signaling this information allows the receiving actor to skip protocol delaysthat are otherwise invoked to allow all links withthe same system id and key combinations to becollected into one aggregate port withoutsuccessive rapid changes to aggregate portsand accompanying higher layer protocoldisruption. If set the flag communicates Aggregatable, if reset Individual.
The Synchronization flag indicates that thetransmitting participant’s mux component is insync with the system id and key informationtransmitted. This accommodates multiplexing hardware that takes time to set up orreconfigure. If set the flag communicate InSync, if reset Out of Sync.
The Collecting flag indicates that theparticipant’s collector, i.e. the reception component of the mux, is definitely on. If set theflag communicates collecting.
The Distributing flag indicates that theparticipant’s distributor is not definitely off. If reset the flag indicates notdistributing.
Source is Link Aggregation Protocol by Mick Seaman.
Let me know if this helps or if you have further questions.