Hi Esteban
After some other tries
I had the LACP LAG working even with L2 only on the interface.
set interfaces ge-0/0/0 ether-options 802.3ad ae0
set interfaces ge-0/0/2 ether-options 802.3ad ae0
set interfaces ae0 aggregated-ether-options minimum-links 1
set interfaces ae0 aggregated-ether-options lacp passive
set interfaces ae0 unit 0 family ethernet-switching port-mode access
Alain@Switch_EX3200> show interfaces ae0 terse
Interface Admin Link Proto Local Remote
ae0 up up
ae0.0 up up eth-switch
The difference with you is the version I am running:
Alain@Switch_EX3200> show version
Hostname: Switch_EX3200
Model: ex3200-24t
JUNOS Base OS boot [9.4R1.8]
By the way try to issue a command like :
"monitor traffic interface ge-0/0/12 detail" or "monitor traffic interface ge-0/0/13 detail"
To see if you have some LACP frames sent or received.
HTH