Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

General • How to do a Burst alongside with PCQ configured?

$
0
0
Hello there,
I want to ask how the pcq-burst actually works. I've already read about Simple Queues, Burst, PCQ on wiki and I want to implement those QoS concept into my home network. At first I try to use simple queues with burst configured with default upload and download pcq like this:
Code:
/queue simpleadd 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 queues? I mean 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 PCQ types with the simple queues like this:
Code:
/queue typeadd kind=pcq name=pcq-download-custom pcq-burst-rate=15M pcq-burst-threshold=5M pcq-burst-time=16s pcq-classifier=dst-addressadd kind=pcq name=pcq-upload-custom pcq-burst-rate=10M pcq-burst-threshold=5M pcq-burst-time=16s pcq-classifier=src-address/queue simpleadd 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 to speedtest and I don't see the client that I've tested get the burst rate, so what is effected during pcq-burst process?

The goal is, 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.

Thank you in advance :) .

Statistics: Posted by defconfonly — Sat Feb 10, 2024 3:47 am



Viewing all articles
Browse latest Browse all 15394

Trending Articles