Hello over there, am really new on RouterOS, and got really used to Cisco IOS, but now i wanna try out this system.
Currently i have a setup that consist in 2 Cisco 2960S and 1 CCR1036-12G-4S. I need the CCR to do intervlan routing between both switches also the CCR would be our DHCP-Server for each VLAN. I have 3 VLANS right now:
1.- Servers and Printers ID:100 subnet: 192.168.0.0/24
2.- User Computers ID:110 subet: 192.168.1.0/24
3.- IP Phones ID:120 subnet: 192.168.2.0/24
Each switch is connected to a port of the CCR, i used to have a Cisco 3550, and on IOS what i’d have to do is:
1.- Each port connected to either switch must be configured as a Trunk.
2.- I’d Create 3 SVI (switch virtual interface), one for each VLAN (interface vlan 100/110/120).
3.- I’d add an IP address to each of these interfaces based on the subnet the vlan is on.
4.- I’d create 3 DHCP-POOLs.
nothing else.
It doesn’t seem to be the case with Mikrotik, i tried to create a single VLAN interface for each VLAN and add both ports to each vlan interface, doesn’t work, it doesn’t even allow me to. Somebody told me that i would need to create a bridge interface then tie the ports to that interface, thing is, if i create a bridge interface for each VLAN when i try to add the same port to multiple bridges it won’t allow me.
I need a hand with this, RouterOS still confuses me in the way it handles VLANs and Switch Virtual Interfaces.
Thanks in advance.