Useful MikroTik Help and Forum links:
- Bridging and Switching § Bridge Interface Setup
- Bridging and Switching § Spanning Tree Protocol
- Bridging and Switching § Bridge Settings
- Bridging and Switching § Fast Forward
- The twelve Rules of Mikrotik Club § Rule 6
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?