Using CRS309-1G-8S+IN with vlan and bond

Hello everyone,
i’am struggling with the configuration of an CRS309-1G-8S+IN with bond’s and vlan’s.
We have a 3 node proxmox cluster. Network on all 3 nodes is configured with an bond and related this bond to an bridge

Extract from the /etc/network/interface of a node:

auto bond0
iface bond0 inet manual
        bond-slaves eno12399np0 eno12409np1
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer3+4

auto vmbr1
iface vmbr1 inet manual
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

.

Here are my CRS309-1G-8S+IN:

[admin@MikroTik] > export
# 1970-01-02 21:58:30 by RouterOS 7.12.2
# software id = XXXXXXXX
#
# model = CRS309-1G-8S+
# serial number = XXXXXXXXX
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface bonding
add comment=pve01-uplink mode=802.3ad name=pve01-uplink slaves=sfp-sfpplus3,sfp-sfpplus4 transmit-hash-policy=layer-2-and-3
add comment=pve02-uplink mode=802.3ad name=pve02-uplink slaves=sfp-sfpplus5,sfp-sfpplus6 transmit-hash-policy=layer-2-and-3
add comment=pve03-uplink mode=802.3ad name=pve03-uplink slaves=sfp-sfpplus7,sfp-sfpplus8 transmit-hash-policy=layer-3-and-4
add comment="uplink (lacp)" mode=802.3ad name=uplink slaves=sfp-sfpplus1,sfp-sfpplus2 transmit-hash-policy=layer-2-and-3
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=pve01-uplink
add bridge=bridge1 interface=uplink
add bridge=bridge1 interface=pve02-uplink
add bridge=bridge1 interface=pve03-uplink
/interface bridge vlan
add bridge=bridge1 comment=VL-SRV-100 tagged=pve01-uplink,pve02-uplink,pve03-uplink,uplink vlan-ids=100
add bridge=bridge1 comment=VL-MGMT-112 tagged=pve01-uplink,pve02-uplink,pve03-uplink,uplink,bridge1 vlan-ids=112
add bridge=bridge1 comment=VL-DEV-216 tagged=pve01-uplink,pve02-uplink,pve03-uplink,uplink vlan-ids=216
/ip address
add address=192.168.112.215/24 interface=bridge1 network=192.168.112.0
/ip dns
set servers=192.168.100.247,192.168.100.246
/ip route
add gateway=192.168.112.211
#error exporting "/ip/ssh" (timeout)
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os enter-setup-on=delete-key

The problem i am facing is that once i configure the vm with a vlan tag it can no longer communicate with the gateway or other devices on the network.

It would be nice if someone could help me or point me in the right direction.
mikrotik.png
vlan_tag.png