Regarding (1) @anav is absolutely right, adding the pvid is an oversight that results in the vlan being untagged, which is not what you need, as your port is a trunk port.
To specify what ports the vlan is available on, tagged, instead do this:No need to add the untagged interfaces, as you have specified the pvids on the ports.
Also, as you are onto yourself, you need to enable vlan-filtering on the bridge.
To specify what ports the vlan is available on, tagged, instead do this:
Code:
/interface bridge vlanadd vlan-ids=3 tagged=ether1
Also, as you are onto yourself, you need to enable vlan-filtering on the bridge.
Statistics: Posted by xrlls — Sun Mar 17, 2024 11:08 pm