router os中的queues有几种
1 simple队列中tigger目标地址是针对所指定的地址进行UP,DOWN的限速,并非source的意义。
2 PCQ队列和simple技术结合使用的时候,可以针对内网地址进行每IP限速
具体做法是
1. Mark all packets with packet-mark all:
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=all passthrough=no

2. Setup two PCQ queue types - one for download and one for upload. dst-address is classifier for user's download traffic, src-address for upload traffic:
 
  

3. Finally, two queue rules are required, one for download and one for upload:
 
  
如果和queue tree结合的时候则不一样。
分别用在lan,public2个接口上。不建议使用某些百度里的global-in,global-out视乎有错误。
If you don't like using mangle and queue trees, you can skip step 1, do step 2, and step 3 would be to create one simple queue as shown here:
 
  
定义192.168.0.0/24的上传和下载的PCQ队列。