Community discussions

MikroTik App
 
sw0rdf1sh
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 50
Joined: Sun Nov 28, 2010 6:16 pm

Certain Bandwidth Equal Distribution between Users

Wed Feb 02, 2011 2:43 am

Is this article in the wiki missing?How can this be done?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Certain Bandwidth Equal Distribution between Users

Wed Feb 02, 2011 3:00 am

Either use SFQ and trust that algorithm, or - if you need per user rate limits capped - use PCQ with a max-limit on the queue that implements the PCQ type.
 
sw0rdf1sh
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 50
Joined: Sun Nov 28, 2010 6:16 pm

Re: Certain Bandwidth Equal Distribution between Users

Wed Feb 02, 2011 3:21 am

Thanx fewi. Is this going to limit local traffic?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Certain Bandwidth Equal Distribution between Users

Wed Feb 02, 2011 3:56 am

Depends on what you mean by "local traffic". Routers/bridges can only rate limit traffic that go across them. Same subnet traffic typically doesn't, so it is exempt by design.
Also, SFQ and PCQ queue types are queue trees, which can fire on packet marks. Marks are manually applied in the mangle facilities, giving you full control over what you do or don't mark.