BW limitation with PCQ

Hi all,

I found this topik from archieve…
http://forum.mikrotik.com/t/how-mutch-clients-on-one-microtic/7976/14

Question, which version of MT involved ?
cause there no command /ip group command and tag target-group at /queue simple

Any help will be appriciated.

Paul

For 2.9 PCQ use these configuration examples,
http://www.mikrotik.com/testdocs/ros/2.9/root/queue_content.php#6.54.6.3
http://wiki.mikrotik.com/wiki/PCQ_Examples

What I need actually just to put some rules for all users rather then one queue for each users.

Let say our client ip address is 192.168.4.0/24
How to make some rules (perhaps using pcq or cbq with mangle or others), so each users will get the same limit-at, max-bw and if possible burst ?

TIA

Paul

in limit-at using PCQ you have to set available BW for user group you want to limit, so if you have 10 users and 1MBps available BW, then each user (if all users are online) will get 100KBps (100KBps*10 = 1MBps)

and read those links that sergejs provided, there is everything you need to know.

please read manual and you will see.