I am a long time Cisco guy and confused on some VLAN basics. Any help would be greatly appreciated.
All I want to do is configure all the ports on my CRS310-1G-5S-4S to be identical. I would like them to be 802.1Q trunks with vlan 100 as the native VLAN and VLAN 200 tagged. Then the switch to have an IP address on VLAN 100 of 172.16.42.19
This tutorial nicely describes proper configuration of VLANs in ROS. There are other ways, but your CRS will be able to do the configured stuff using switch chip (rather than general CPU). It shouldn’t be too hard for you being network proficient …
Thank you for the response. I used that tutorial as an example… and I think I must be close, but whenever I enable vlan-filtering, I can no longer talk to the switch.
When enabling vlan-filtering on bridge, bridge interface becomes untagged port of VLAN 100 (/interface bridge vlan says so). But to make it propery it would need to be set with pvid (as: /interface bridge set [ find name=bridge ] pvid=100 ). On the other hand having created vlan interface BCYF-ADMIN it seems like you want bridge interface tagged member of VLAN 100. In which case you have to change setting in /interface bridge vlan to reflect that.
You have to decide which way you want to have it. My personal choice would be the second one (bridge tagged for VID 100).
So coming from the Cisco world, I created the VLAN interface BCYF-ADMIN in order to assign an IP address to it for management. But all I really want is for each port to have an access port for vlan 100 and a tagged port for vlan 200. From my reading, I think mikrotik calls that a hybrid port? And then to be able to talk to it over Vlan 100.