Hi everybody.
I have two x670 switches which are MLAG peers. The ISC link between them is LAG actually. All "clients" connect to this switches with static LAG, but I have to connect one LACP client. Is it possible to use LACP MLAG with static LAG ISC link. So much terms... My diagram below.
As I understand it, config on MLAG peers should be like that
PEER1
enable sharing 16 grouping 16 lacp
enable mlag ports 16 peer PEER2 id 100
PEER2
enable sharing 16 grouping 16 lacp
enable mlag ports 16 peer PEER1 id 100
CLIENT
configure LACP
configure lower LACP priority
Should I configure something else?