when adding a queue in /queue tree it asks for a parent queue.
“global-in” and “global-out”
What exactly are these and how do you change the values of them?
Is it possible to create a custom parent queue?
Thanks,
when adding a queue in /queue tree it asks for a parent queue.
“global-in” and “global-out”
What exactly are these and how do you change the values of them?
Is it possible to create a custom parent queue?
Thanks,
YOu Can always add custom Parent Queue in /Queue Simple.
Please Refer
global-in, global-out, global-total are virtual interfaces created for more advanced QoS system implementation.
Virtual interfaces location is described here,
http://www.mikrotik.com/testdocs/ros/2.9/ip/flow_content.php#6.35.2
I am searching for many things related to thiss subject .
I have customers and i want to make sub queue or parent as 64K upload / 256K down and shares it on 4 users , how can you help me .. I also read all related informations but i only want some information from you .
Thanks,
Ghassan
.
I think you can try with this.
Make a Simple Queue: PARENT
1 name=“ASHISH” target-addresses=10.10.10.10 dst-address=0.0.0.0/0
interface=Public parent=none direction=both priority=1
queue=default-small/default-small limit-at=256000/512000
max-limit=450000/976000 total-queue=default-small.
Now, Make CHILD Queue.
2 name=“XXXXX” target-addresses=10.10.10.11 dst-address=0.0.0.0/0
interface=Public parent=ASHISH direction=both priority=8
queue=default-small/default-small limit-at=60000/120000
max-limit=64000/128000 total-queue=default-small.
Thank you ashish ..
let us assume we have ISP then if we want to give our customers 64K upload / 256K down and we share it over 4 .
Is our ISP did like this settings or there might be a new way of burstable issues .
also when do we use QUEUE TREE ?
and i think if we shared it , we should use pcq , right ?
excusme, but if you make a simple queue you can´t use it as parent for another child queues, i´m wrong?
that is because i´m using a pppoe server (mtk) wich generate dinamically simple queues for each client, and i want to make diferent childs for each client but i couln´t, coul i do it?
Queue tree is much more simpler version of queuing, but you must know how to use mangle first, then it iwill be possible to do almost anything with queue tree
Dynamic rules are dynamic - you cannot configure them manually! You will have to create them statically to assign childs!
yes but our isp , how come they share 4 ips with a reliable connection for home for example … !!
Sorry, I don’t see a connection here!
what do you mean by “reliable connection”?
How do you know that ISP didn’t use static queues?
Our ISP told me that they are delilvering a connection to its customers and its name was SOHO , this is shared over 4 customers (32k/256k)
after 2 months , they changed it to 1:8 ..
any advice if we want to give a connection like this .. what is the best solution that we can deliver it to customers . using queue type pcq or fifo ..etc or Queue Tree …
Note : we are giving subnets .