Simple Queues in CCR2004-1G-12S+2XS Not Working

Hi! I am currently experiencing issues with the Simple Queues feature on my MikroTik router, it does not working. I would like to limit the speed of a specific interface. But for some reason it’s not working. my version of routeros is v7.16.1. Please someone can help me?

/interface bridge
add igmp-snooping=yes name=TrunkBridge protocol-mode=none vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp28-1 ] name=sfp28-1-Trunk
/port
set 0 name=serial0
/queue simple
add limit-at=50M/50M max-limit=50M/50M name=queue1 priority=2/2 target=
sfp-sfpplus2
/interface bridge port
add bridge=TrunkBridge ingress-filtering=no interface=sfp-sfpplus1
internal-path-cost=10 path-cost=10 pvid=51
add bridge=TrunkBridge interface=sfp28-1-Trunk internal-path-cost=10
path-cost=10
add bridge=TrunkBridge ingress-filtering=no interface=sfp-sfpplus2
internal-path-cost=10 path-cost=10 pvid=51
/interface bridge vlan
add bridge=TrunkBridge tagged=sfp28-1-Trunk untagged=TrunkBridge vlan-ids=1
add bridge=TrunkBridge tagged=sfp28-1-Trunk vlan-ids=41
add bridge=TrunkBridge tagged=sfp28-1-Trunk vlan-ids=51
/ip address
add address=172.16.5.55/16 interface=TrunkBridge network=172.16.0.0

Already solved. Need to enable “Use IP Firewall” in Bridge Settings.