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:
For example:
To fix via GUI:
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