I was going by this:https://docs.opnsense.org/manual/how-tos/shaper_prioritize_using_queues.htmland this:https://docs.opnsense.org/manual/shaping.htmlqueueA queue is an abstraction used to implement the WF2Q+ (Worstcase Fair Weighted Fair Queueing) policy, which is an efficient variant of the WFQ policy. The queue associates a weight and a reference pipe to each flow, and then all backlogged (i.e., with packets queued) flows linked to the same pipe share the pipe’s bandwidth proportionally to their weights. Note that weights are not priorities; a flow with a lower weight is still guaranteed to get its fraction of the bandwidth even if a flow with a higher weight is permanently backlogged.In my testing, if I max out a low queue, the other ones suffer no loss and work and I can see traffic flowing through my high/default queues.It's very easy to test with iperf and using a particular IP for rules.Example of my rules/test with iperf3.https://imgur.com/a/oeufGnN