I have been using the example at:
http://wiki.mikrotik.com/wiki/Manual:CR ... Based_VLAN
As that is essentially what I would like to do in my environment. However, there is one change I would like to make and that is adding management IP address on top of VLAN200 (in the diagram provided at the link).
I am doing this by adding the following commands to the example from the URL above:
Code: Select all
/interface vlan
add name=vlan200 vlan-id=200 interface=ether2
/ip address
add address=192.168.88.1/24 interface=vlan200 network=192.168.88.0
/interface ethernet switch egress-vlan-tag
add tagged-ports=switch1-cpu vlan-id=200
Also found some examples where people were saying that a bridge was needed, not sure if that applies given the switching and master-port features on the CRS