I'm using a rb500 with mt router-os v3.0beta7.
It is configured as wlan-accesspoint. therefore eth1&wlan1 are configured as bridge.
the upstream is connected to eth1.
my problem is to shape the upload-speed of the clients which are logged in on interface wlan1
I tried http://wiki.mikrotik.com/wiki/PCQ_Examples but nothing is shaped, here's my config.:
Code: Select all
queue type print
8 name="256_up" kind=pcq pcq-rate=256000 pcq-limit=50 pcq-classifier=src-address,dst-address pcq-total-limit=2000
Code: Select all
queue simple print
Flags: X - disabled, I - invalid, D - dynamic
0 name="queue1" target-addresses=192.168.5.10/32 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 queue=256_up/wireless-default
limit-at=0/0 max-limit=0/0 total-queue=default-small
cheers
chris