Simple Queue Limitation

Dear All,
I am using MikroTik RB1000 for routing (not Nating) different VLANs togather, I’m using simple queues to limit traffic for each subnet in the VLAN for example:
name=“ManagmentToInternet” target-addresses=192.168.203.0/24
dst-address=0.0.0.0/0 interface=Management parent=none direction=both
priority=8 queue=default/default limit-at=64k/64k max-limit=64k/64k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default time=0s-1d,sun,mon,tue,wed,thu,fri,sat

but it is not limitation is not working !!!
any ideas,
Thanks

Have you tried specifying the specific VLAN interface in the Simple Queue and not the Ethernet interface?

Could you perhaps give us more information on how your setup looks?

Yes I tried to specific Vlan interface with the same results,
My setup looks like this:
I have 3 different
Vlan-1 192.168.203.0/24
Vlan-2 192.168.1.0/24
Vlan-3 192.168.2.0/24
The Mikrotik router board is routing throught these Vlans, and the Vlan-3 include the firewall connected to the internet.
I simply add a simple queue to limit the bandwidth to internet for the vlan-1 192.168.203.0/24 !!!