Hi,
I have this config in my network.
/interface bridge
add name=BRIDGE-225-227 vlan-filtering=no
/interface bridge port
add bridge=BRIDGE-225-227 interface=ether1
add bridge=BRIDGE-225-227 interface=wlan1
add bridge=BRIDGE-225-227 interface=ether5 pvid=15 comment=“Dell 1320c”
/interface bridge vlan
add bridge=BRIDGE-225-227 tagged=ether1,wlan1,BRIDGE-225-227 vlan-ids=9,15
/interface vlan
add name=VLAN_LAN_MGMT interface=BRIDGE-225-227 vlan-id=9
add name=VLAN_WLAN_IOT interface=BRIDGE-225-227 vlan-id=15
I have set vlan-filtering to no
Than every thing is working only not for interface ether2.
I want interface ether2 untagged on vlan 15
If I set vlan-filterng to yes that only interface ether2 is working and all other is not working.
What do wrong?