I have 3 VLANs, for example Vlan10 (IP 10.10.10.1/24), Vlan20 (IP 10.20.20.1/24), Vlan30 (10.30.30.1/24).
What I want to achieve is that I would like to have:
Ether1 with Vlan 10 in access mode
Ether2 with Vlan 20 in access mode
Ether3 with Vlan 30 in access mode
Ether4 with tagged Vlan 10, tagged Vlan20 and tagged Vlan30
Ether4 with tagged Vlan20, tagged Vlan30 and Vlan10 as native vlan(without tag).
My device is CRS326-24G-2S+RM with SW 6.42.6
If I associate IP address with Vlan interface I can't get it working on interfaces in access mode.
If I associate IP address with Bridge interface, and connect PC to Ethernet interface I can ping with tag and without tag, looks like Vlan tagging is not working.
Any help would be appreciated.