Dynamic Vs. Static Simple Queue Precedence

Hi there,

I’ve a static simple queue meant for local traffic, but every time a dynamic queue from hotspot kicked in, the queue meant for local traffic will be overtaken, causing the local traffic to fall into the user’s hotspot’s simple queue.

How could I set the static simple queue to forever on top of the dynamic hotspot queues ?

Example to achieve:

0 name=“INTRA” dst-address=10.1.0.0/16 interface=all parent=none direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=50000000/50000000 total-queue=default-small

1 D name=“” target-addresses=10.1.40.22/32 dst-address=0.0.0.0/0 interface=all parent=none
direction=both priority=8 queue=default-small/default-small limit-at=64000/128000 max-limit=64000/128000
total-queue=default-small

2 D name=“” target-addresses=10.1.40.222/32 dst-address=0.0.0.0/0 interface=all parent=none
direction=both priority=8 queue=default-small/default-small limit-at=64000/128000 max-limit=64000/128000
total-queue=default-small

Rgds
sH

I guess one of the method to accomplish it by using scripts, you can create ‘on-login’ scripts for HotSpot profile, that will move static queues on top.

Probably using static ‘queue simple’ entries will be more flexible.