VLAN on L2 switches and Communication between VLANs Via Mikrotik

Hello Dears,

in a project i have 3 (L2 switches Planet GS-4210-8P2S), I have configured VLANs on each as per the requirements.

Here we need some PCs in the project to have access to some other VLANs.

so how can I do this configuration inside Mikrotik RB951Ui-2HnD


VLAN information on Switches
I have:

VLAN101
VLAN102
VLAN1



SW1:
Port > Mode > Administrative VLANs
GE1 Access 101UP
GE2 Access 102UP
GE3 Access 1UP
GE4 Trunk 101T, 102T, 103T
GE5 Trunk 101T, 102T, 103T | Connected to Mikrotik Ether4 and set up the same VLANs on Mikrotik
GE6 Trunk 1UP, 101T, 102T, 103T
GE7 Trunk 1UP, 101T, 102T, 103T
GE8 Trunk 1UP, 101T, 102T, 103T

SW2

Port> Mode> Administrative VLANs
GE1 Access 101UP
GE2 Access 101UP
GE3 Access 102UP
GE4 Access 102UP
GE5 Access 1UP
GE6 Access 1UP
GE7 Trunk 1UP, 101T, 102T, 103T
GE8 Trunk 1UP, 101T, 102T, 103T

SW3
Port> Mode> Administrative VLANs
GE1 Access 101UP VLAN 101
GE2 Access 101UP VLAN 101
GE3 Access 102UP VLAN 102
GE4 Access 102UP VLAN 102
GE5 Access 1UP VLAN 1
GE6 Access 1UP VLAN 1
GE7 Trunk 1UP, 101T, 102T, 103T
GE8 Trunk 1UP, 101T, 102T, 103T


GE5 Trunk 101T, 102T, 103T | Connected to Mikrotik Ether4 and set up the same VLANs on Mikrotik.

What I need is if I connect a PC on SW3 port GE2 which is on VLAN 101 Untagged Port i would like to communicate with the devices on VLAN102 as well or any other wanted VLANs.
So how can I do this

I am using Winbox, and not familiar with coding.

Thanks For your Help

isn’t there anyone to answer me?

This topic is a great tutorial on how to implement VLAN with MikroTik:
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

Thanks, But i have already watched this topic, and I can't find what I need, I need someone who has experience in these cases to help me and tell me what to do and how to do it.

Thanks

Well, assuming its a school project, our job is not to do your homework for you.
Deciding the network structure is your job.
You have two choices, do DHCP serving on the switches OR the router.
You have two choices for Vlans on the router, vlan bridge method or switch chip method.
For vlans on switches you have two basic choices Port Vlans or 802.1q vlans.

Enjoy!!
When you have specific issues about the MT config, that demonstrates you have a network in mind and have tried to config it, then perhaps we an help.