Hello,
I'm trying to setup vQFX nodes to run MC-LAG. Unfortunetlly without any success. I can't ping over ICP-PL link and can't see any MAC entries or ARP.
Model: vqfx-10000
Junos: 15.1X53-D63.9
set interfaces ae0 description "ICP-PL Link"
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast
set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk
set interfaces ae0 unit 0 family ethernet-switching vlan members MGMT
set interfaces ae0 unit 0 family ethernet-switching vlan members ICCP
!
set protocols iccp local-ip-addr 10.4.10.1
set protocols iccp peer 10.4.10.2 session-establishment-hold-time 50
set protocols iccp peer 10.4.10.2 redundancy-group-id-list 3
set protocols iccp peer 10.4.10.2 backup-liveness-detection backup-peer-ip 10.1.50.231
set protocols iccp peer 10.4.10.2 liveness-detection minimum-receive-interval 1000
set protocols iccp peer 10.4.10.2 liveness-detection transmit-interval minimum-interval 1000
!
set vlans ICCP vlan-id 54
set vlans ICCP l3-interface irb.54
set vlans MGMT vlan-id 50
set vlans MGMT l3-interface irb.50
set interfaces irb unit 50 family inet address 10.1.50.230/24
set interfaces irb unit 54 family inet address 10.4.10.1/24
====================================================