Dan
2004-05-28 07:01:06 UTC
There was a thread last week about how people where having trouble with
the PCQ working but nobody cared to share there trial and errors. Please
post what you have tried, and maybe we can work together to get to the
bottom of this.
I have played around with this and it seems like it works when
you use the example for P2P from the documentation. But if my memory
serves me, from the class that Mikrotik offered the day before Wispcon V
started, you should do it like this. Then again, I forgot to take notes.
Add a PCQ type and don't use an identifier
[***@mikrotik] queue type> add name=customers kind=pcq
Add a simple queue with type created above
[***@mikrotik] queue simple> add name=customers
target-address=192.168.0.0/24 interface=wireless limit-at=128000/512000
max-limit=256000/1500000 queue=customers
What they mean
target-address=the subnet you wish to queue per connection
interface=the interface that subnet is located on
limit-at=upload/download
max-limit=upload/download
This also seems to work but have not done extensive testing.
We will eventually try to switch over just not ready yet. Hey Mikrotik,
you can chime in at any time. Hope this helps some of you out there
trying to set up PCQ.
Dan
the PCQ working but nobody cared to share there trial and errors. Please
post what you have tried, and maybe we can work together to get to the
bottom of this.
I have played around with this and it seems like it works when
you use the example for P2P from the documentation. But if my memory
serves me, from the class that Mikrotik offered the day before Wispcon V
started, you should do it like this. Then again, I forgot to take notes.
Add a PCQ type and don't use an identifier
[***@mikrotik] queue type> add name=customers kind=pcq
Add a simple queue with type created above
[***@mikrotik] queue simple> add name=customers
target-address=192.168.0.0/24 interface=wireless limit-at=128000/512000
max-limit=256000/1500000 queue=customers
What they mean
target-address=the subnet you wish to queue per connection
interface=the interface that subnet is located on
limit-at=upload/download
max-limit=upload/download
This also seems to work but have not done extensive testing.
We will eventually try to switch over just not ready yet. Hey Mikrotik,
you can chime in at any time. Hope this helps some of you out there
trying to set up PCQ.
Dan