Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:
An access port is untagged, a link between switches or switch and router should be tagged.
"Mixed" ports you will sometimes find in data center setups.
Short Story: the moment you start using vlan id, you should treat id 1 as reserved.
Just forget that it exist and dont use it. Neither tagged nor untagged. At least with many enterprise gear it was nessesary to avoid id 1.
There is nothing wrong with using vlan ids other than vlan 1, but I disagree with the sentiment that vlan 1 needs to be treated as reserved or otherwise specifically avoided.
Iβve helped setup hundreds of vlan enabled networks and I have never had an issue with vlan 1. In fact, I use vlan 1 both tagged and untagged on my own home network (which is composed of a mix of unifi and openwrt based systems).
Yes in Linux Land that is no issue. But many enterprise gear even in mid 00 had sometimes funny misbehavior when vlan id 1 was somewhere near the config....
Yes with OpenWrt default using 1 and 2 there is of course no issue at all.
Edit ps. If I would see vlan 1 in the wild I would threat it as unconfigured. I would expect ever port to have been placed in a vlan unequal 1 because that's the default...