Hello
I'm would like to use dynami LACP and MVRP.
With config provided below I was able to create LACP Dynamic Trunk group but MVRP doesn't work.
I was able to see only vlan configured locally on particural switch.
If I change to gvrp I can see distributed vlan
If I create statis LACP trunk and enable on it mvrp - with command
trunk 45-48 Trk1 lacp
int Trk1 mvrp enable
vlan disrtibution works also fine
Why it dosen't work witl dynamic LACP
Switch A
vlan 1
untagged 1-48
ip address 192.168.0.1/24
exit
vlan 100
exit
mvrp enable
int 45-48 LACP active
Switch B
vlan 1
untagged 1-48
ip address 192.168.0.2/24
exit
vlan 200
exit
mvrp enable
int 45-48 LACP active