VLAN traffic stops periodically

Mattias Hedman

Well-Known Member
Jan 19, 2019
122
10
58
55
I created an VLAN network and added bridge 2 to like this:
Code:
auto vmbr1
iface vmbr1 inet manual
        bridge-ports eno2
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

#VLAN 10
auto vmbr1.10
iface vmbr1.10 inet static
        address 10.10.1.10/24


For some reason, the network slows to halt, periodically. I have monitored the router and the switch, and those are not be blame here.
Have I messed up the settings in anyway or form? Or what can it be?