I have Mikrotik hAP RB951Ui-2nD
I created a Bridge on ether3 and created 3 VLANs in that Bridge
VLAN10 = 10.40.0.1/24
VLAN11 = 10.40.1.1/24
VLAN12 = 10.110.0.1/22
and assigned a network to Bridge = 192.168.0.1/24
Now I want to allow traffic between these VLANs. Whenever I ping from any VLAN to other VLAN it says Request Time Out.
Note:
No rule is created for VLANs.
Without seeing your configuration, we are guessing.
To export and paste your configuration (and I’m assuming you are using WebFig or Winbox), open a terminal window,
and type (without the quotes) “/export hide-sensitive file=any-filename-you-wish”. Then open the files section
and right click on the filename you created and select download in order to download the file to your computer.
It will be a text file with whatever name you saved to with an extension of .rsc. Open that file in your favorite
text editor and redact any sensitive information if desired / needed. Then in your message here, click the code
display icon in the toolbar above the text entry (the code display icon is the 7th one from the left and looks
like a square with a blob in the middle). Then paste the text from the file in between the two code words in brackets.
First the concept is not attaching a bridge to a port, its the reverse, you create a bridge and then decide which ports or wlans should be part of the bridge.
Much easier to have apple and apples or in other words just let the bridge do bridging and if you need another network dont put it on the bridge just create another vlan.
Read…
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1