PCQ question

When I set up a PCQ for equal bandwitdh for a group of users, a full network address must be entered (10.10.10.0/24)

If I want to exclude certain addresses, lets say 10.10.10.1 - 10.10.10.10

Is this possible?

Thanks,

-dan

i had a situation like you… and I solved it doing this:

you have the 10.10.10.0/24 network in a PCQ_queue
you want to exclude some addresses… the point is what you want to do with those excluded addresses…

look this example

 0   name="PCQ_Excedidos" target-addresses=172.16.0.27/32,172.16.0.28/32 
      dst-address=0.0.0.0/0 interface=all parent=none direction=both 
      priority=8 queue=PCQ_up_excedidos/PCQ_down_excedidos limit-at=0/0 
      max-limit=0/0 total-queue=default-small 

  1   name="PCQ_normal" target-addresses=172.16.0.0/21 dst-address=0.0.0.0/0 
      interface=all parent=none direction=both priority=8 
      queue=PCQ_upload_normal/PCQ_download_normal limit-at=0/0 max-limit=0/0 
      total-queue=default-small

in this example i give a different treatment to the hosts 172.16.0.27 and 172.16.0.28 … the rest of the 172.16.0.0/24 network fall in the second rule…

i don’t know if the sintax is right… and sorry for my poor english

Thats sort-of what I was thinking, but will this work:

create simple queue,

name=“exclude” target-address=10.10.10.2/32 max-limit=0/0

0/0 should not set a limit, if I place this before my PCQ 10.10.10.0/24 queue, will if override it?

Also, in my PCQ queue, since my router IP is included, 10.10.10.1 , I’m I correct to assume that this address is skipped? Or would it just limit traffic to the box itself? ( management )

Thanks,
-dan

This will work.