CCR2116 Hw Offloading, bridge vlan filtering

Best regards friends.

I have a problem that I would like to solve regarding Hw Offloading, I have a ccr2116 in which services are received from two internet providers, one via vlan and the other without vlan, the ip of the link to each provider are configured in the vlan and the another on the interface respectively, on that same computer I have other vlans through which the aggregation routers are connected, what happens is that I want to activate hw Offloading, and now the vlans are configured on the interfaces, what I did was do the create a bridge and activate the vlan filter on the bridge, create the vlans and add them to the bridge and the interface as it would be done on a CRS Switch, and pass the vlans of the interfaces to the bridge, but when doing so I get a problem in the provider that has its service through the vlan as it stops working.

/interface bridge
add name=LOOPBACK-BGP-MDS port-cost-mode=short protocol-mode=none
add name=POOL_PUBLICAS_INTER port-cost-mode=short
add name=bridgeLocal vlan-filtering=yes
add name=loopback port-cost-mode=short
/interface ethernet
set [ find default-name=ether5 ] loop-protect=on
set [ find default-name=ether13 ] loop-protect=on
set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no l2mtu=9216 \
    loop-protect=on mtu=9000 name=sfp-sfpplus1_to__LINK-MDS
set [ find default-name=sfp-sfpplus2 ] name=sfp-sfpplus2_to__LINK-INTER
set [ find default-name=sfp-sfpplus3 ] name=sfp-sfpplus3_to__CRS317_sfp+16
set [ find default-name=sfp-sfpplus4 ] name=sfp-sfpplus4_to__CRS317_sfp+15
/interface 6to4
add comment="Hurricane Electric IPv6 Tunnel Broker" disabled=yes !keepalive \
    local-address=38.xxx.xxx.xxx mtu=1280 name=sit1 remote-address=209.xxx.xxx.xxx
/interface vlan
add interface=bridgeLocal name="01_Bonding-vlan111- OSPF-CCR1" vlan-id=111
add interface=sfp-sfpplus1_to__LINK-MDS loop-protect=on \
    loop-protect-disable-time=1m name=Sfp-sfpplus1-vlan-2018_LINK_MDS \
    vlan-id=2018
/interface bonding
add forced-mac-address=C0:5A:0B:14:E9:D8 mode=802.3ad name=\
    bonding1_to__CRS317 slaves=\
    sfp-sfpplus3_to__CRS317_sfp+16,sfp-sfpplus4_to__CRS317_sfp+15
/interface vlan
add interface=bonding1_to__CRS317 name="02_Bonding-vlan112- OSPF-CCR2" \
    vlan-id=112
add interface=bonding1_to__CRS317 name="03_Bonding-vlan113- OSPF-CCR3_RF" \
    vlan-id=113
add interface=bonding1_to__CRS317 name="04_Bonding-vlan114- OSPF-CCR4_FTTH" \
    vlan-id=114
add interface=bonding1_to__CRS317 name="05_Bonding-vlan450- OSPF-RB1100" \
    vlan-id=450
add interface=bonding1_to__CRS317 loop-protect=on name=\
    06_Bonding-vlan801-BANCARIA vlan-id=801
add interface=bonding1_to__CRS317 loop-protect=on name=\
    07_Bonding-vlan600_publica_COSAN_INTER vlan-id=600
add interface=bonding1_to__CRS317 loop-protect=on name=\
    08_Bonding-vlan900_publica_COSAN_MDS vlan-id=900
/interface list
add name=WAN
add name=LAN
add name=Discovery
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=LOOPBACK-BGP-MDS interface=08_Bonding-vlan900_publica_COSAN_MDS \
    internal-path-cost=10 path-cost=10
add bridge=POOL_PUBLICAS_INTER interface=\
    07_Bonding-vlan600_publica_COSAN_INTER internal-path-cost=10 path-cost=10
add bridge=bridgeLocal interface=sfp-sfpplus1_to__LINK-MDS
add bridge=bridgeLocal disabled=yes interface=sfp-sfpplus2_to__LINK-INTER
add bridge=bridgeLocal interface=bonding1_to__CRS317
/interface bridge vlan
add bridge=bridgeLocal comment=00_Sfp-sfpplus1-vlan-2018_LINK_MDS tagged=\
    bridgeLocal,sfp-sfpplus1_to__LINK-MDS vlan-ids=2018
add bridge=bridgeLocal comment="01_Bonding-vlan111- OSPF-CCR1" tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=111
add bridge=bridgeLocal comment="02_Bonding-vlan112- OSPF-CCR2" tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=112
add bridge=bridgeLocal comment="03_Bonding-vlan113- OSPF-CCR3_RF" tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=113
add bridge=bridgeLocal comment="04_Bonding-vlan114- OSPF-CCR4_FTTH" tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=114
add bridge=bridgeLocal comment="05_Bonding-vlan450- OSPF-RB1100" tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=450
add bridge=bridgeLocal comment=06_Bonding-vlan801-BANCARIA tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=801
add bridge=bridgeLocal comment=07_Bonding-vlan600_publica_COSAN_INTER tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=600
add bridge=bridgeLocal comment=08_Bonding-vlan900_publica_COSAN_MDS tagged=\
    bridgeLocal,bonding1_to__CRS317 vlan-ids=900
/interface ethernet switch
set 0 l3-hw-offloading=yes
/interface list member
add interface=sfp-sfpplus2_to__LINK-INTER list=WAN
add interface=Sfp-sfpplus1-vlan-2018_LINK_MDS list=WAN
add interface=bonding1_to__CRS317 list=LAN
add interface=ether13 list=Discovery
add interface=bonding1_to__CRS317 list=Discovery
add interface=ether12 list=Discovery
add interface=ether11 list=Discovery
add interface=ether10 list=Discovery
add interface=ether9 list=Discovery
add interface=ether8 list=Discovery
add interface=ether7 list=Discovery
add interface=ether6 list=Discovery
add interface=ether5 list=Discovery
add interface=ether4 list=Discovery
add interface=ether3 list=Discovery
add interface=ether2 list=Discovery
add interface=ether1 list=Discovery
add interface="01_Bonding-vlan111- OSPF-CCR1" list=Discovery
add interface="02_Bonding-vlan112- OSPF-CCR2" list=Discovery
add interface="03_Bonding-vlan113- OSPF-CCR3_RF" list=Discovery
add interface="01_Bonding-vlan111- OSPF-CCR1" list=LAN
add interface="02_Bonding-vlan112- OSPF-CCR2" list=LAN
add interface="03_Bonding-vlan113- OSPF-CCR3_RF" list=LAN
add interface="04_Bonding-vlan114- OSPF-CCR4_FTTH" list=LAN
add interface="05_Bonding-vlan450- OSPF-RB1100" list=LAN
add interface=06_Bonding-vlan801-BANCARIA list=LAN

In simple terms, what I want to do is adapt the current configuration to use Hw Offloading.
Thanks in advance