Multiple Queue for same ip?

i have do this:

1 name=“ISA2 EXTERN” target-addresses=193.xxx.xxx.x/32 dst-address=0.0.0.0/0 interface=LAN parent=none packet-marks=metro direction=both priority=8
queue=default/default limit-at=7000000/7000000 max-limit=9000000/9000000 total-queue=default




2 name=“ISA2 TOTAL” target-addresses=193.xxx.xxx.x/32 dst-address=0.0.0.0/0 interface=LAN parent=none direction=both priority=8 queue=default/default
limit-at=0/0 max-limit=0/0 total-queue=default


1 is for limiting and graphing for international trafic for this IP

2 is for graphing only for all trafic (international and metropolitan trafic) for this IP

the first queue is functioning corect but the second doesnt work

where i do whrong?

Use ‘interface=all’ instead of specifying exact interface, you can use option parents to create hierarchy,

  • first queue rule without any limits.
  • second queue rule with limit and with parent=first_queue option.
    Make sure that ‘packet-marks=metro’ does not affect all traffic generated by host 193.xx.xx.xx/32