MT3.3-3.7 ,when I use queue type:pcq ,after a time queue blocks all traffic,
on mt 3.2 works OK, what is going on ?
MT3.3-3.7 ,when I use queue type:pcq ,after a time queue blocks all traffic,
on mt 3.2 works OK, what is going on ?
we use pcq in 3.7 (uptime now is 6 days), we used it in 3.5 (with 15 days uptime) - no troubles =)
maybe post your config here?
I too would like some update on this.
Can anyone confirm working pcq queues above 3.2 ?
I’d like to use it on 3.7 and 3.6, but on 3.7@RB150 it too fails after a while. It could just as well be a config error, as I have then tried if I recall correctly with parent queues as PCQ, but I hear others too had issues with pcq in general above 3.2, so I have not tried changing the parent to something else and staying with pcq as child queues @ 3.7.
Please drop a line about working pcq in RouterOS > 3.2
We’re using PCQ in 3.7 without any problems.
Dave
could you be kind enough to paste your queue config then? what uptimes, what network load? what boards?
cheers!
System uptime is 4 days, 14 hours. Would be higher, except that an electrician accidentially shut off the power circuit feeding the rack this unit is in.
This system is our least busy and the only one running 3.7. All others are 2.9.51. We roll stuff out to this system first before rolling something out to the busier systems. This system handles about 200 clients and pushes up to about 10 megs/sec at peak periods.
Dave
/queue type
set default kind=pfifo name=“default” pfifo-limit=50
set ethernet-default kind=pfifo name=“ethernet-default” pfifo-limit=50
set wireless-default kind=sfq name=“wireless-default” sfq-allot=1514 sfq-perturb=5
set synchronous-default kind=red name=“synchronous-default” red-avg-packet=1000 red-burst=20 red-limit=60 red-max-threshold=50 red-min-threshold=10
set hotspot-default kind=sfq name=“hotspot-default” sfq-allot=1514 sfq-perturb=5
add kind=pcq name=“128k-download” pcq-classifier=dst-address pcq-limit=50 pcq-rate=128000 pcq-total-limit=2000
add kind=pcq name=“128k-upload” pcq-classifier=src-address pcq-limit=50 pcq-rate=128000 pcq-total-limit=2000
add kind=pcq name=“bronze-download” pcq-classifier=dst-address pcq-limit=50 pcq-rate=580000 pcq-total-limit=2000
add kind=pcq name=“bronze-upload” pcq-classifier=src-address pcq-limit=50 pcq-rate=140000 pcq-total-limit=2000
add kind=pcq name=“silver-upload” pcq-classifier=src-address pcq-limit=50 pcq-rate=280000 pcq-total-limit=2000
add kind=pcq name=“gold-upload” pcq-classifier=src-address pcq-limit=50 pcq-rate=580000 pcq-total-limit=2000
add kind=pcq name=“silver-download” pcq-classifier=dst-address pcq-limit=50 pcq-rate=1080000 pcq-total-limit=2000
add kind=pcq name=“gold-download” pcq-classifier=dst-address pcq-limit=50 pcq-rate=2080000 pcq-total-limit=2000
set default-small kind=pfifo name=“default-small” pfifo-limit=10
/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether1.2 queue=default
set ap queue=default
set pptp-in1 queue=default
set pptp-in2 queue=default
set pptp-in4 queue=default
set pptp-in5 queue=default
set pptp-in6 queue=default
set ether1.1 queue=default
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=1000000 max-limit=1000000 name=“128k-upload” packet-mark=128k-upload parent=global-out
priority=8 queue=128k-upload
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=1000000 max-limit=1000000 name=“128k-download” packet-mark=128k-download
parent=global-out priority=8 queue=128k-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“bronze-download” packet-mark=bronze-download parent=global-out
priority=7 queue=bronze-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“silver-download” packet-mark=silver-download parent=global-out
priority=7 queue=silver-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“gold-download” packet-mark=gold-download parent=global-out
priority=7 queue=gold-download
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“burst” packet-mark=burst parent=global-out priority=2 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“bronze-upload” packet-mark=bronze-upload parent=global-out
priority=7 queue=bronze-upload
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“gold-upload” packet-mark=gold-upload parent=global-out priority=7
queue=gold-upload
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=“silver-upload” packet-mark=silver-upload parent=global-out
priority=7 queue=silver-upload