Community discussions

MikroTik App
 
User avatar
defconfonly
just joined
Topic Author
Posts: 13
Joined: Fri Feb 09, 2024 3:37 pm
Location: Indonesia

Simple Queues with PCQ and Burst

Sat Feb 10, 2024 3:47 am

Hello there,

I've already read manual about Queue, Simple Queues, Burst, PCQ on wiki but I still confused about it, and I want to implement those QoS concept into my home network. Is it possible to activate or trigger a burst with PCQ?, at first I try to use simple queues with burst configured using default upload and download PCQ like this:
/queue simple
add comment="default tx/rx pcq limitation" 
burst-limit=10M/15M burst-threshold=5M/5M burst-time=16s/16s  
limit-at=2M/2M max-limit=5M/10M name=orang-rumah-1 
queue=pcq-upload-default/pcq-download-default target=wlan1

Does the PCQ work alongside with burst configured in simple queue like that? for example, if there is 5 client connected and 1 client get burst, does the burst itself effected only to that client or all the client on wlan1 got the same effect because they were in the same interface?

Second, I've try to create own customized PCQ types with the simple queue runs like this:
/queue type
add kind=pcq name=pcq-download-custom pcq-burst-rate=15M 
pcq-burst-threshold=5M pcq-burst-time=16s pcq-classifier=dst-address
add kind=pcq name=pcq-upload-custom pcq-burst-rate=10M 
pcq-burst-threshold=5M pcq-burst-time=16s pcq-classifier=src-address

/queue simple
add comment="custom tx/rx pcq limitation" 
limit-at=2M/2M max-limit=5M/10M name=orang-rumah-2 
queue=pcq-upload-custom/pcq-download-custom target=wlan1

In this configuration I tested for speedtest but I don't see the client which I've tested get the burst rate. So, what is effected during pcq-burst process here? Or, is there a special way to do the test for result of the configuration itself?

The goal here's that I want my client on interface wlan1 got PCQ mechanism, but in the same time there's a burst works with it. Any idea how to do it? I'm currently learn with MikroTik especially on Quality of Service.

Thank you in advance :)
Regards.
Last edited by defconfonly on Mon Mar 11, 2024 5:42 am, edited 2 times in total.
 
User avatar
defconfonly
just joined
Topic Author
Posts: 13
Joined: Fri Feb 09, 2024 3:37 pm
Location: Indonesia

Re: How to do a Burst alongside with PCQ configured on Simple Queues?

Tue Feb 13, 2024 3:59 am

Is there anyone can help me about this? any suggestions or opinion are really appreciated.
 
User avatar
defconfonly
just joined
Topic Author
Posts: 13
Joined: Fri Feb 09, 2024 3:37 pm
Location: Indonesia

Re: Simple Queues with PCQ and Burst

Mon Mar 11, 2024 5:35 am

Perhaps, anyone?

Who is online

Users browsing this forum: Bing [Bot], kkeyser and 28 guests