Setting Bandwidth Limit on Guest Network

Hello,

I want to limit the bandwidth of my Guest Network on br-vlan.8.

Previously, I used luci-app-sqm to set bandwidth limits, but I recently switched to the qosify package. So far, I have not found a way to apply a bandwidth limit to it.

I also tried the qosmate package, but it was unstable. It crashed multiple times, and whenever it did, I had to restart the WAN interface to restore connectivity. After dealing with this repeatedly, I stopped using it.

Is there a way to set a bandwidth limit on br-vlan.8?

I would not expect qosify by itself to be the clean bandwidth cap here. It is mostly useful for classification/marking, while SQM/cake is still the actual shaper. If you only want a hard limit for the guest VLAN, the simplest test is to keep a separate SQM instance on br-vlan.8 (or the real guest egress interface if that is different) and set the guest up/down rates there. Then use qosify only for priorities if you still need it.

Qosify wouldn't work with SQM or will it?