Mikrotik VLANs

Hello guys. Here is my scenario.
Hardware - Mikrotik RB2011UiAS, Cisco Catalyst 3560G
Two network - 192.168.0.0/24, 172.16.0.0/24
Two servers
Cisco is connected on Mikrotik eth1, Servers are connected on Mikrotik eth3 and eth4
Two VLANs, VLAN 10 for LAN, VLAN 20 for Servers.
I want add VLAN10 with network 192.168.0.0/24 on Mikrotiks eth1, VLAN20 with network 172.16.0.0/24 on Mikrotiks eth1, eth3 and eth4. I can make two bridge - bridge1 with port eth1 and add VLAN10, bridge2 wirh ports eth3 and eth4 and add VLAN20.
Here is my question, how can I add VLAN20 also on bridge1? I want add some devices on Cisco switch, which will take IP addresses from network 172.16.0.0/24

This is a very nice article about VLANs. Am sure it will help you…http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

You don’t need 2 Bridges! But Just 1
Add VLAN 10 to Ether1
Add VLAN 20 to Ether1
Create bridge and add VLAN20, Ether2 & Ether 3 to this bridge
Add IP 192.168.0.0/24 to VLAN 10 Interface
Add IP 172.16.0.0/24 to Bridge Interface
Config Cisco Trunk port to Mikrotik as trunk with allowed vlan 10 and 20!

ingdaka
Thank you, everything is clear. I solved my problem :slight_smile: