For completeness, I have attached my bridge configuration below.
The point is that I do have a VLAN 400 across an EOIP connection to another installation.
To and from the remote installation, the router sends/receives MikroTik Neighbor Discovery protocol (MNDP).
The aim is to block that procotol with a bridge filter rule in order to not expose information about the local installation to remote.
Now the problem is that the bridge filter can either block a VLAN complete or MNDP on L2 without VLAN.
I have not found a way to setup a rule to filter MNDP within a VLAN tagged connection.
Any idea how to block MNDP within a VLAN tagged connection?
Thanks an best regards
dksoft
/interface bridge
add name=LAN vlan-filtering=yes
/interface bridge port
add bridge=LAN interface=sfp-sfpplus1
add bridge=LAN edge=yes frame-types=admit-only-vlan-tagged interface=EOIP-WG-CORE
/interface bridge vlan
add bridge=LAN tagged="LAN,sfp-sfpplus1,EOIP-WG-CORE" vlan-ids=400
/ip neighbor discovery-settings
set discover-interface-list=!dynamic lldp-med-net-policy-vlan=1
/interface vlan
add name=CORE vlan-id=400