It seems like it is not possible in ROS to set the VLAN ID to zero. Well, the documentation seems to show that you can use VLAN IDs of 0-4095 under /interface/ethernet/switch, but the vlan config parameters aren’t available on my RB5009 there. The VLAN parameters under /interface/bridge all require VLAN IDs 1-4095.
Is there still no way to set VLAN ID=0 in ROS on a RB5009?
VLAN ID and QOS bits are parts of same 802.1Q header. VLAN ID set to 0 says that only QOS headers should be used. So if you manage to set QOS bits for egress traffic on bridge port without manipulating VLAN ID, it should be fine.
I’ve no idea on how to manipulate QOS bits on RB5009 though.
Ah, amazing! I knew I couldn’t have been the first person to want to try it. Now to find a time when nobody is using the internet and I can tinker with things…