Hello,
My aim is very simple, you do it with Priority Queue using Cisco Gears, in ROS I am not sure why its nor giving the proper result ..
I want to give one type of communication high priority for the packets that leaves my router, port #13001, any thung goes to that port should Go directly with no delay at all.
I made the mangle and it takes hits, all the packets will be remarked with “SL” tag, then from the Queue Tree this is my Configs :
[admin@MikroTik] /queue tree> print
Flags: X - disabled, I - invalid
0 name="queue1" parent=queue3 packet-mark=no-mark limit-at=0 queue=queue-download priority=8 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
1 name="queue2" parent=queue3 packet-mark=SL-packet limit-at=0 queue=queue-download priority=1 max-limit=3500k burst-limit=0
burst-threshold=0 burst-time=0s
2 name="queue3" parent=global-in limit-at=0 priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
3 name="queue4" parent=ether1-gateway limit-at=0 priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
4 name="queue5" parent=queue4 packet-mark=no-mark limit-at=0 queue=queue-upload priority=8 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
5 name="queue6" parent=queue4 packet-mark=SL-packet limit-at=0 queue=queue-upload priority=1 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
The Queue Types :
5 name="queue-download" kind=pcq pcq-rate=4M pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000 pcq-burst-rate=0
pcq-burst-threshold=0 pcq-burst-time=10s pcq-src-address-mask=32 pcq-dst-address-mask=32 pcq-src-address6-mask=64 pcq-dst-address6-mask=64
6 name="queue-upload" kind=pcq pcq-rate=300k pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000 pcq-burst-rate=0
pcq-burst-threshold=0 pcq-burst-time=10s pcq-src-address-mask=32 pcq-dst-address-mask=32 pcq-src-address6-mask=64 pcq-dst-address6-mask=64
Tried to make the priority “1” for the important packets, but still no real prioritization ..

Dont worry all the packets get proper hits and makes something in the average rate ..
what did I mess ? when the download starts the delay for the packets going to 13001 goes very high as there is no priortization at all ..
Best Regards