Community discussions

MikroTik App
 
Gotmoh
newbie
Topic Author
Posts: 38
Joined: Fri Jul 15, 2005 8:56 am

Simple queue with multiple target addresses

Mon Mar 06, 2006 1:32 pm

How is it work? If i define simple queue with two or more target addresses it will share queue bandwith with those addresses or just multiple two or more queues for simple targets?

example :

add name="user1" \
target-addresses=172.16.0.1/32,172.16.0.2/32,172.16.0.3/32 \
dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=1 \
queue=default/default limit-at=1024000/1024000 max-limit=1024000/1024000 burst-time=16m39s/16m39s \
total-queue=default disabled=no

Is it work as three queues with 1024kb bandwith or share 1024kb per three targets ?
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Mon Mar 06, 2006 2:01 pm

It will share the bandwith between target addresses.