Hi all,
was reading some docs, forum, but still no clear for me when there is benefit of VLAN filtering.
So mainly let's refer to the below manual:
https://help.mikrotik.com/docs/display/ ... n+Wireless
There is noted:
"VLAN filtering is not required in this setup, but is highly recommended due to security reasons. Without VLAN filtering it is possible to forward unknown VLAN IDs in certain scenarios. Disabling VLAN filtering does have performance benefits."
I could guess that R3 and R4 could send different VLAN tags over a WiFi connection, but not sure with it.
But does the VLAN filtering a reason when used locally on Mikrotik?
Maybe let's give an example:
- 5 Ethernet ports in bridge to switch untagged traffic, port1 for tagged traffic
- 1 WiFi untagged and in the same network with switch
- 2 WiFi-s use VLAN with 'use tag' option
- 1 VLAN for management interface
- all VLANs comes on port 1 only
- VLAN filtering is set on switch chip itself (allows VLANs on port1 + cpu)
- bridge configured with all Ethernet ports and all 3 wireless networks
- 1 VLAN interface for management
- 2 VLANs for wifi
So Ethernet ports are filtered and I expect the WiFi puts the packets with tags or without it to the bridge itself.
Is there any problem with this setup?