We have a CRS326 which we have connected to a peering exchange however they are seeing lots of STP traffic from our network.
I have disabled STP on the bridge and also set the bridge port Edge=Yes. This has had no effect and STP is still being sent to the IX.
Having googled, it appears a bridge filter maybe the way to go but this also didnt work.
Can anyone throw any light on this as it really shouldn't be this difficult
Here's our config :-
/interface bridge
add admin-mac=B8:69:F4:32:CA:AA auto-mac=no name=bridge protocol-mode=none vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no comment="IX Exchange"
set [ find default-name=sfp-sfpplus2 ] speed=10Gbps
/interface bridge filter
add action=drop chain=forward dst-mac-address=01:80:C2:00:00:00/FF:FF:FF:FF:FF:FF log=yes log-prefix="STP DROP" out-interface=sfp-sfpplus1
/interface bridge port
add bridge=bridge comment=defconf edge=yes interface=sfp-sfpplus1 pvid=150
/ip neighbor discovery-settings
set discover-interface-list=none
/interface bridge vlan
add bridge=bridge tagged=sfp-sfpplus2 untagged=sfp-sfpplus1 vlan-ids=150