Hello,
I replaced my hEX Refresh with an AX3.
The configuration is essentially identical on both devices, with one key difference: on the AX3, vlan-filtering=yes is enabled on the bridge, whereas on the hEX Refresh VLAN was configured on the interface.
After this change, MNDP (MikroTik Neighbor Discovery Protocol)works over IPv4 but not over IPv6 when vlan-filtering=yes is enabled on the AX3.
Is this expected behavior, or is there an additional configuration required to make MNDP work over IPv6 with bridge VLAN filtering enabled?
Everything else is working ok, both IPv4 and IPv6.
/interface bridge add arp=proxy-arp name=LAN vlan-filtering=yes
/interface vlan add interface=LAN name=BASE vlan-id=192
/interface vlan add interface=LAN name=GUEST vlan-id=155
/interface bridge port add bridge=LAN comment=defconf interface=ether2
/interface bridge port add bridge=LAN comment=defconf interface=ether3
/interface bridge port add bridge=LAN comment=defconf interface=ether4
/interface bridge port add bridge=LAN comment=defconf interface=ether5
/interface bridge port add bridge=LAN interface=wifi1
/interface bridge port add bridge=LAN interface=wifi2
/interface bridge port add bridge=LAN frame-types=admit-only-untagged-and-priority-tagged interface=wifi3 pvid=155
/interface bridge port add bridge=LAN frame-types=admit-only-untagged-and-priority-tagged interface=wifi4 pvid=155
/ip neighbor discovery-settings set discover-interface-list=all
/interface bridge vlan add bridge=LAN tagged=LAN,ether3 untagged=wifi3,wifi4 vlan-ids=155
/interface bridge vlan add bridge=LAN tagged=LAN,ether3 vlan-ids=192
