Weekly VLAN confusion post

Useful MikroTik Help and Forum links:

Rule 6, Lock down bridge MAC address: admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no
Define bridge priority for all interlinked switches: priority=0x8000
Don’t lock yourself out while setting up: vlan-filtering=no
Make sure ARP is not disabled: fast-forward=no

/interface bridge add name=TESTBRIDGE admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no fast-forward=no priority=0x8000 vlan-filtering=no

MSTP highly recommended for VLAN networks.
Agreed? Questions?