Queues with Parent - Child doesn´t work

Hello,

i tried to get the following to work:

Parent 1 (Max 2M down / 256K up) Prio: 8

  • Child 1 of Parent 1 (Max 2M down / 256K up)
  • Child 2 of Parent 1 (Max 2M down / 256K up)
  • Child 3 of Parent 1 (Max 2M down / 256K up)

Parent 2 (Max 5M down / 512k up) Prio: 7

  • Child 1 of Parent 2 (Max 5M down / 512k up)
  • Child 2 of Parent 2 (Max 5M down / 512k up)
  • Child3 of Parent 2 (Max 5M down / 512k up)

Parent 3 (Max 5M down / 512k up) Prio: 1

  • Child 1 of Parent 3 (Max 5M down / 512k up)
  • Child 2 of Parent 3 (Max 5M down / 512k up)
  • Child 3 of Parent 3 (Max 5M down / 512k up)

I added Parent 1 and Child 1,2,3 of Parent 1 (it works)
Then i added Parent 2 and Child 1,2,3 of Parent 2 (Parent 1 works, Parent 2 and Childs not)

Then i chanced Child 1,2,3 of Parent 2 into Parent 1, then The They work also…

Have anyone an idea to fix the problem ???

I need 3 Parents and 5-7 childs per Parent !

RB433 with v.4.16

BR, Thomas

Are they all tied to the same interface? If so, that’s going to be your problem.

Hi,

Parent 1 and Parent 2 are both on the same interface.
Parent 3 is on a own interface.

Should i add an extra interface in the Queue setting ??

Br

If two of your parents are on the same interface, then you will need another queue that will contain both of those two. That is unless your “Parents” are using packet marks right away to filter out what queue a packet is supposed to go into. Without that distinction the packets will just get processed through the first queue they hit and never reach the second one.