PPPoE + queues & QOS

I know there’ve been tons of discussions about this topic, but, still, I can’t find solution for this …

  1. have PPPoE users connecting OK, everyone gets his dynamic queue with his limits (bursts, etc…) :slight_smile:
  2. there is a static simple queue for all trafic (so there’s always some “room” for me to access MT remotely) :slight_smile:
    3. QOS problem - :confused: - I’d like to give SMTP/POP and VOIP priority over HTTP and all others over P2P BUT to leave trafic “inside” one’s queue

(example: user JOE has 256k/48k limit of all his trafic, but I’d like that JACKs SMTP goes with higher priority even if he is on 64k/32k limit and still, that trafic to add to JACKs dynamic queue counter and limit)

I mangled all the trafic, but it seems that, for example, if I make a queue for SMTP - that trafic does not go thru ones dynamic pppoe queue :open_mouth:

Can this be done???


Also, other question is, how to “add” faster trafic per user (or PPP profile) for LOCAL trafic (user1<->user2 and userx<->local.servers)… :slight_smile: I’ve seen this in some post, but can’t find it now…

Thanks in advance :smiley:
Dejan

Dejan, you have to use static queues and disable dynamic, if you want to accomplish advanced QoS scenario for PPPoE users.
‘Parent’ option should help you, it allows to create hierarchical queues.
To get faster or unlimited bandwidth to the certain address, mangle the traffic but don’t set queue for it.

serge can u please go more in details n some examples?..

do i have to set the rx/tx on ppp profile 0/0 and setup a parent queue with mangling?

please more details n examples… would be appreciated

Regards,

How could I disable dynamic queue? Whenever PPPoE user logs on a queue for him is added… Do you think of seting no limit to the queue?

And, with “parent” option in the queue I tryed but, but, but … nada :frowning:

Mangle, and don’t do anything ← why do that???

:open_mouth: Dejan :confused:

I think, that if you want to accomplish advanced bandwidth management configuration, you have to use static queues and disable ppp dynamic queues (ppp profile unset default rate-limit), use your profile name for the default option.
Static simple queue should limit user instead.

Parent is required, if you need hierarchical queue system (parent should work fine).
http://www.mikrotik.com/docs/ros/2.9/root/queue||0.09511768138494456

And, with “parent” option in the queue I tryed but, but, but .
give more information about the issue, provide us with configuration etc.