Hello.
I was faced with a fairly simple problem.
Hardware:
Switch netgear GSM7248 L2 Level
mikrotik RB951G-2HnD Routeros 6.34.4 or 6.35rc48
mikrotik x86 with dns,dhcp,nat and etc.
make the switch tagged port, for example port 20 , vlan 5 and vlan 11
on Mikrotik RB951 reset all settings, no restore default setting.
ether1 master port, 2,3,4,5 slave port.
/interface vlan
add interface=ether1 name=vlan11 vlan-id=11
add interface=ether1 name=vlan100 vlan-id=100
If you enable dhcp client , then we will get an ip address. Vlan works correct.
Now the main task.
I need to vlan11 transfer to wlan1 interface.
/interface bridge
add name=bridge_vlan_11
/interface bridge port
add bridge=bridge_vlan_11 interface=vlan11
add bridge=bridge_vlan_11 interface=wlan1
If you add a vlan interface and a network interface to a bridge stops transmitting data.
I tried adding in the bridge ether1 and wlan1. In wlan1 set the vlan id 11 and "use tag" but it doesn't work. How to make vlan forwarding on wifi ?