OpenWrt, VLAN, and DSA
Second post, but it's also about support. It's also a different topic, which is why I made another. Thank you for reading in advance (and pardon my extremely confusing wording!)
OpenWrt has the ability to either define a VLAN as a device or to tag VLAN on a bridge device. Now, I'm fairly certain I have no clue how VLAN tagging works, because when I tried to use the latter method, it always results in no communication. But when I use the former, it works completely fine and VLAN tagging works cromulently.
For context:
Linksys MR8300 with OpenWrt 25.12.0 in a RoaS with an Aruba Instant On 1830 connected to it via 3 LAN ports in a software bridge.
All 3 LAN ports on the Aruba side are trunk ports with the VLAN tags 1, 50, 60, 70, 80, and 90.
I want to define VLANs 50, 60, 70, 80, and 90 to 5 separate interfaces. Using software VLANs with the bridge as a base device works; using the bridge itself for VLAN tagging, then defining the resulting software VLANs as network devices does not work.
The configuration for all 3 ports on the bridge VLAN are the same with the VLAN tags and configuration as: 50, u* / 60, u / 70, u / 80, u / 90, u.
No communication is established when the bridge VLAN method was used. Ping does not work, either.
What am I missing?