Hello
We are using a CCR (CCR1009-8G) as PPPoE server. To shape traffic for most of the customers we use queue tree.
4 days ago we upgraded RouterOS from 6.19 to 6.27 to solve a problem about delay over ethernet interface (pings to this CCR were high, 5-30 ms, when traffic was above 200 Mbps)
Delay problem was resolved, but then queue tree stopped to work.
We have 2 parent queue tree, one for download and one for upload, with parent setting as “global” and queue-type as default-small. Global speed is 250 Mbps, the same for upload and download.
For customers’ profile there are 21 sub-queue, with PCQ.
The problem is that works just one parent queue, “Download” or “Upload”, the last to be enabled or modified.
Changing queue type, as syncronous-default, on the parent queues doesn’t work.
Has snyone the same problem?
/queue type
add kind=pcq name=2mbit_download pcq-classifier=dst-address pcq-rate=2M pcq-total-limit=50k
add kind=pcq name=2mbit_upload pcq-classifier=src-address pcq-rate=384k pcq-total-limit=50k
/queue tree
add max-limit=250M name=Download parent=global
add max-limit=250M name=2mbit_download packet-mark=2mbit_download parent=Download priority=5 queue=2mbit_download
[...]
add max-limit=250M name=Upload parent=global
add max-limit=250M name=2mbit_upload packet-mark=2mbit_upload parent=Upload priority=5 queue=2mbit_upload
/ip firewall mangle
add action=jump chain=forward dst-address-list=2mbit jump-target=2mbit_download
add action=mark-packet chain=2mbit_download new-packet-mark=2mbit_download passthrough=no
add action=jump chain=forward jump-target=2mbit_upload src-address-list=2mbit
add action=mark-packet chain=2mbit_upload new-packet-mark=2mbit_upload passthrough=no