RouterOS 3.0 and Total-Limits on Simple Queues

On 2.9 I was able to set up simple queues with a total-limit-at/total-max-limit and it would limit the upload/download combined to this amount. On 3.0 it seems to only count upload in this limit and allows download at unlimited. Here is an example of my queue:

/queue simple add target-address=“172.16.x.x” max-limit=0/0 total-limit-at=412000 total-max-limit=412000 total-burst-limit=1000000 total-burst-threshold=312000 total-burst-time=300

Am I doing something wrong here? Any help is greatly appreciated.

nathanl,
I have tested 3.0 and total-limit bandwidth option, it is working fine with 3.0 version.

How did you tested bandwidth rate ?
Do you have any bridges or additional queue configuration ?

I have the router setup with ether1 set as the world and ether2 and ether3 part of bridge1. I tested with a computer hooked to bridge1 either port and a http download. Looking at the total stats tab it only displays the current outbound speed as the total. The inbound runs unshaped.

Use the following settings ‘interface bridge settings set use-ip-firewall=yes’, then it should work.

I tried this and it did not work. I then removed the bridge and configured the address range on ether2 directly and the queue still only counts outbound in the total limit for me.

Any other ideas you can think of? I have exhausted every possible option that I can think of for it.