I have questions regarding the "/queue interface" menu. MikroTik help/ wiki page states:
"RouterOS provides a possibility to configure queue in 8 levels - the first level is an interface queue from the "/queue interface" menu and the other 7 are lower-level queues that can be created in Queue Simple and/or Queue Tree. Before sending data over an interface, it is processed by the queue. This sub-menu lists all available interfaces in RouterOS and allows to change queue type for a particular interface."
_[admin@MikroTik] > queue interface print
Columns: INTERFACE, QUEUE, ACTIVE-QUEUE
\
INTERFACE QUEUE ACTIVE-QUEUE\
0 ether1 only-hardware-queue only-hardware-queue
11 wlan1 wireless-default wireless-default_
In my organization Access Points (Omnitik, Basebox...) are in bridge mode (ether and wlan connected in bridge). Do the above settings in "/queue interface" work if all interfaces are in bridge?
In the ROS firewall, when an interface is added to the bridge, then the current rule for it turns red (invalid) and the rule must be changed.
Is it similar with "/queue interface"?
Example, for wlan, the default queue type in "/queue interface" is "wireless-default". While wlan is in the bridge, do I have to set "wireless-default" for the entire bridge so that "wireless-default" still works? Because, the default queue type for the bridge in "/queue interface" is "no-queue".
If the setting for a particular interface still works, when all interfaces are in bridge, what happens when I change the queue type for the bridge interface from "no-queue" to, example “fq-codel”?
Does this override the settings for the interfaces that are in this bridge?