Community discussions

MikroTik App
 
riccardo
just joined
Topic Author
Posts: 13
Joined: Thu Oct 22, 2009 5:56 pm

Nv2 QOS

Wed Jan 12, 2011 10:31 am

Hi guys,
I'm trying to understand how to configure QOS on Nv2.
In the wiki they said that there are 2 ways to do this task:

FIRST: Nv2-qos=default
traffic is inspected by built-in QOS algorithm, but there is no info about it. Because of this, I don't kow how to set correctly the Nv2-queue-count field.

SECOND: Nv2-qos=frame-priority
with mangle we can set different priorities to each pachet.

I'm a little bit confused on how to deploy correctly the qos mechanism:
if in the second scenario i suppose to set "Nv2-queue-count=number of different priorities set in ip firewall mangle"(is this correct?), what is the right number of Nv2-queue-count that i've to set in the first scenario?

Many thanks
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: Nv2 QOS

Tue Jan 25, 2011 12:57 am

It would be nice if someone could shine a light on this. I want to do the same but could use a good example on how it is exactly done.
 
Brianward
just joined
Posts: 6
Joined: Sun Oct 04, 2009 12:04 am
Location: South Africa

Re: Nv2 QOS

Tue Jan 25, 2011 10:29 am

i would also appreciate some more info on this please
 
PietRetief
newbie
Posts: 34
Joined: Thu Mar 19, 2009 10:58 am

Re: Nv2 QOS

Thu Jan 27, 2011 1:47 pm

Same here, can someone please post a working example of how to use this?

@Mikrotik, can you use the new QoS feature in NV2 to give certain packets priority over others now without using queue and/or trees?

Silly example, can I give priority 1 to any port 80 traffic, while giving priority 2 to port 25 and priority 3 to all the rest?

Mangle rules and full configs will be very much appreciated.

Best regards.
 
FIPTech
Long time Member
Long time Member
Posts: 560
Joined: Tue Dec 22, 2009 1:53 am

Re: Nv2 QOS

Sat Feb 05, 2011 1:56 am

NV2 QOS seems to work correctly. But only in station mode. With WDS mode, it does not work for me. (5.0 rc8)


You just need to setup mangle rules to define "set priority" according to

http://wiki.mikrotik.com/wiki/Manual:Nv2


Then packet will be queued inside the wireless interface queues.


If you need more control than priority only, then i think you can use normal queue trees to prepare queuing (bandwith and priority control) before entering the wireless queues.