CRS question about tagged/untagged and SVI

Hi !

First of all I love these products they are affordable and can do all the things I want to do. I do struggle with the configuration coming from a Juniper/Cisco background

I have a question if its possible to configure a mikrotik in the setup scenario described below.

I struggle to understand how I can terminated all untagged traffic towards the provider router on a SVi ( vlan interface). And also how to create several trunk ports out from the switch.

I hope you see what Im trying to accomplish. This setup is very common in a trippleplay scenario from any vendor in Sweden for instances.
Home-setup.png

Any takers on this ?

Create a VLAN interface per VLAN on every physical interface.
for example:
ether1_vlan30
ether1_vlan40
ether2_vlan30
ether2_vlan40
Create a bridge for every VLAN and put the VLAN interfaces for that VLAN in that bridge:
bridge_vlan30
-ether1_vlan30
-ether2_vlan30
bridge_vlan40
-ether1_vlan40
-ether2_vlan40

Untagged traffic will be on the physical interface. You can put them in a bridge also:
bridge_native
-ether1
-ether2

You can give the bridge an IP address and do anything you like with it.

How do I go about tagging the vlan interface out ?
I can’t seem to get the grasp on this in the since I can only add one interface on egress tag and I have to have more than one trunk port i this setup.
Is there any workaround for this ?

/interface ethernet switch egress-vlan-tag

Ah sh*t… I read CCR, instead of CRS. I can’t help you with CRS. Sorry.

Ok so there is no known way of doing this on a CRS I guess =(

I will have to wait until that feature comes or buy a CCR instead =)