CRS and VLAN help
Posted: Tue Mar 03, 2015 12:05 am
I am using RouterOS 6.27 on a CRS125-24G-1S, any help is appreciated. I searched high and low on the internet this weekend but there does not appear to be a lot of information or examples on the CRS series and their new switching capabilities.
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:
Is this the correct approach given this scenario? Also, I have seen some articles saying that the VLAN tag for the untagged interfaces ( ether6, 7 and 8 ) needs to be removed by adding a customer-vid=200 new-customer-vid=0 to ether6 as an example. I am not sure if this is needed or not.
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
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