LACP is not coming up between Juniper and other vendor
AD -- SD --- LACP --- 3rd party vendor.
LACP does not come up stuck in Attached.
TEST> show lacp interfaces ae11
Aggregated interface: ae11
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity
ge-104/0/1 Actor No No No No Yes Yes Fast Active
ge-104/0/1 Partner No No Yes Yes No Yes Fast Active
LACP protocol: Receive State Transmit State Mux State
ge-104/0/1 Current Fast periodic Attached
The following flags are used to communicate the state between systems:
1) Juniper sending below flags which are enabled Synchronization/LACP Activity/Aggregation/LACP Timeout
2) We are sending Synchronization flag set, but on Partner it is not enabled, this is the issue with LACP no coming up.
3) PCAP snap from capture on SD.
Actor State: 0x0f, LACP Activity, LACP Timeout, Aggregation, Synchronization <<<< Flags set by Juniper
.... ...1 = LACP Activity: Active
.... ..1. = LACP Timeout: Short Timeout
.... .1.. = Aggregation: Aggregatable
.... 1... = Synchronization: In Sync <<<<<<<<<<<<<<<<<<
...0 .... = Collecting: Disabled
..0. .... = Distributing: Disabled
.0.. .... = Defaulted: No
0... .... = Expired: No
<snip>
Partner System Priority: 32768
Partner System: xx_64:48:00 (xx:xx:xx:xx:xx:xx)
Partner Key: 200
Partner Port Priority: 32768
Partner Port: 532
Partner State: 0x37, LACP Activity, LACP Timeout, Aggregation, Collecting, Distributing <<< Flags set by 3rd party vendor
.... 0... = Synchronization: Out of Sync <<<<<<<<<<<<<<<<<<
...1 .... = Collecting: Enabled
..1. .... = Distributing: Enabled
4) We need to check from other side and fix the issue there, since Synchronization flag is not set we do not see other flags set Collecting/Distributing from Juniper side and port not going into forwarding state.
5) Bouncing the interface on remote 3rd party device fixed the issue.
Further Assistance:
If the issue remains unresolved, please contact Juniper Technical Support for further investigation.