Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • Re: Help: Edge switch between FW & ISP

$
0
0
I figured out the issue. Everything was OK with my config, except for 1 thing: bridges have RSTP enabled by default. After disabling it, everything works flawlessly.

This may be the case for other people dealing with high-availability and ISP connections, so hopefully my struggles help someone else!

To fix via CLI, add the following to your bridge configuration:
Code:
protocol-mode=none

For example:
Code:
/interface bridgeadd name=bridge1 protocol-mode=none vlan-filtering=yes

To fix via GUI:
  • Go to either Interfaces or Bridge and double click on the bridge present
  • Expand STP and set Protocol Mode to
    Code:
    none
  • Apply

Statistics: Posted by VanillaAntibody — Sun Jan 21, 2024 10:13 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles