Hi, trying to make work this setup and bit confised about VLAN, looks like each mikrotik have diffeent chip and it depends on what switchip you have. Can you help me / check if i got it correct?
My setup i am trying to build
INTERNET
|
GW Router A / 3011UiAS / Bridge MAIN/subnet, Bridge/subnet A, Bridge/subnet B, Bridge/subnet C, Bridge/subnet D (Trunk port 10 (VLANA, VLANB, VLANC, VLAND) IN)
|
|
SWITCH Router B / RBD52G-5HacD2HnD / Bridge MAIN/subnet (Trunk port 1 (VLANA, VLANB, VLANC, VLAND) IN and Trunk port 2 (VLANA, VLANB, VLANC, VLAND) OUT)
|
|
SWITCH Router C / RBD52G-5HacD2HnD / Bridge MAIN/subnet (Trunk port 1 (VLANA, VLANB, VLANC, VLAND) IN and Trunk port 2 (VLANA, VLANB, VLANC, VLAND) OUT)
|
|
WIFI Box tagging traffic from 4 different SSID subnets A, B, C, D (VLANA, VLANB, VLANC, VLAND) and manage network is in not tagged traffic MAIN/subnet
I would like to sent VLAN A-D traffic thro Router C and B into router A where already are Bridges/Subnets A, Bridge B, Bridge C and Bridge D.
Router B and C will do nothing just reset tagged traffic from one port to another (Trunk), BUT also route not tagged traffic like there are no VLANS over MAIN/subnet
----------------------------
from https://help.mikrotik.com/docs/display/ ... +switching I understand, that some Mikrotik have switch chip and it can be used to HW offload VLAN tagging.
1. There are 3 places where to set VLAN - Bridge, Interface, SWITCH CHIP
do I understand correctly?, that
Bridge VLAN alwys do it over CPU - can run into performance problem - good for devices with strong CPU
Interface VLAN - only if you want use the VLAN traffic on the specific router/switch (get it out of VLAN "tunnel" in mikrotik like setup DHCP or router two vlans between each other) if not no need to setup
Switch VLAN - can save CPU if switch chip support VLAN and setup VLAN here and not in Bride VLAN
2. If I want setup RBD52G-5HacD2HnD to use as trunk port in, trunk port out, but also allow not tagged traffic to all ports (like switch all ports in one Bridge) I do it only on SWITCH VLAN (as it have Atheros 8327) and thats all?
What means add CPU to the port?
https://help.mikrotik.com/docs/display/ ... +switching
add ports=ether1,switch1-cpu switch=switch1 vlan-id=99
3. How to setup Router A / 3011UiAS? has 2x QCA 8337 switch chip. One port as trunk in with all vlans (VLANA, VLANB, VLANC, VLAND and then connect each VLAN with right Bridge (Bridges A, Bridge B, Bridge C and Bridge D)
setup vlan on switch, than in interface VLAN VLANA on interface Bridge A, VLANB on interface Bridge B ... etc
and than Add This Interface VLANA into Bridge A, VLANA into Bridge B ..etc ?
Thnkx for hints