Community discussions

MikroTik App
 
hajid
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 96
Joined: Wed Mar 30, 2005 10:04 am

traffic shaping Tree + pcq

Fri Aug 11, 2006 12:16 pm

hi all...

i have made mikrotik as bandwidth manger like this configuration :

interface : public
local

for : download

name = "Download" parent "local"
name = "share" parent "Download"
name = " 256 1:4 " parent "share"
name ="client 1 " parent "256 1:4"
name ="client 2 " parent "256 1:4"
name ="client 3 " parent "256 1:4"
name ="client 4 " parent "256 1:4"

all queue type i set as pcq-download, default priority 8. limit at and max limit default.

when 4 client make download at same time they can't get 64kbps. some time client 1 get 128k client 2 only 32k...
please sharing
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Fri Aug 11, 2006 1:03 pm

the idea of PCG is to use *one* queue for multiple clients. See the following link for details http://www.mikrotik.com/docs/ros/2.9/ro ... 7797108865

Eugene
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sat Aug 12, 2006 5:34 pm

the idea of PCG is to use *one* queue for multiple clients. See the following link for details http://www.mikrotik.com/docs/ros/2.9/ro ... 7797108865

Eugene
so strange !!!!
i think sharing bandwidth between number of users equaly is possible according to the manual :
Contention Ratio - the ratio to which the defined data rate is shared among users (when data rate is allocated to a number of subscribers). It is the number of subscribers that have a single speed limitation, applied to all of them together. For example, the contention ratio of 1:4 means that the allocated data rate may be shared between no more than 4 users

and :
To solve some SFQ imperfectness, Per Connection Queuing (PCQ) was created. It is the only classless queuing type that can do limitation.

that was what the manual says .........
and the example of :
Equal bandwidth sharing among users
[/b]
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sat Aug 12, 2006 5:39 pm

by the way ,

i managed to do it before using Mangle > Q type > Q tree
it was perfect in sharing bandwidth equaly ..
 
w8di
just joined
Posts: 1
Joined: Sun Aug 13, 2006 9:40 am

Sun Aug 13, 2006 9:45 am

Hello all

Please Samsoft08 if u can explain for us how can we make sharing bandwith bcoz it so important for all ppl ,,

please we wait u ,,

thank u very mutch ,

Here is my E-mail Woody_love82@yahoo.com
____________________________________________________________
 
User avatar
samsoft08
Long time Member
Long time Member
Posts: 613
Joined: Sat Nov 26, 2005 10:52 pm

Sun Aug 13, 2006 9:12 pm

actually i'm using the lines written in PCQ example in the manual
 
hajid
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 96
Joined: Wed Mar 30, 2005 10:04 am

Mon Aug 14, 2006 5:14 am

the idea of PCG is to use *one* queue for multiple clients. See the following link for details http://www.mikrotik.com/docs/ros/2.9/ro ... 7797108865

Eugene
please, give me clue for my case.