Switch rule rate not working on CS326

Hello everybody, I could use some help here.

As soon as I enable this rule my ethernet stops working:

/interface ethernet switch rule
add disabled=yes ports=ether3 rate=500M switch=switch1

I did reset the router and tried different firmwares.

Export:

# feb/19/2022 02:48:57 by RouterOS 6.48.6
# software id = KVCJ-K9CR
#
# model = CRS326-24G-2S+
# serial number = F5F60F6F9879
/interface bridge
add admin-mac=DC:2C:6E:53:64:5B auto-mac=no comment=defconf name=bridge
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=ether11
add bridge=bridge comment=defconf interface=ether12
add bridge=bridge comment=defconf interface=ether13
add bridge=bridge comment=defconf interface=ether14
add bridge=bridge comment=defconf interface=ether15
add bridge=bridge comment=defconf interface=ether16
add bridge=bridge comment=defconf interface=ether17
add bridge=bridge comment=defconf interface=ether18
add bridge=bridge comment=defconf interface=ether19
add bridge=bridge comment=defconf interface=ether20
add bridge=bridge comment=defconf interface=ether21
add bridge=bridge comment=defconf interface=ether22
add bridge=bridge comment=defconf interface=ether23
add bridge=bridge comment=defconf interface=ether24
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=sfp-sfpplus2
/interface ethernet switch rule
add disabled=yes ports=ether3 rate=500M switch=switch1
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-client
add disabled=no interface=bridge
/system clock
set time-zone-name=Europe/Berlin
/system package update
set channel=long-term
/system routerboard settings
set boot-os=router-os

Thanks!

Any Ideas?

As i can see you do not use any specific MAC to apply that filter rule to… So obviously you need a Port based Traffic shaping.

Can you instead try to apply a rate limit using /interface ethernet switch port menu ? Does it make any difference ?
https://help.mikrotik.com/docs/display/ROS/CRS3xx%2C+CCR2116%2C+CCR2216+switch+chip+features#CRS3xx,CCR2116,CCR2216switchchipfeatures-TrafficShaping

Other than that, what do you mean your ethernet does not work when applying the previous rule ?