CRS305-1G-4S+IN Bridge Mode with VLAN tagging

Hello I’m new to Mikrotik and I’ve done some searching and playing but unable to solve this problem. I have a CRS305 that is connected to pfsense. I simply want the CRS305 to tag sfpplus1 & sfpplus2 traffic vlan 10 and sfpplus3 & sfpplus4 traffic vlan 20 allowing those devices to communicate within those networks which is managed by pfsense. Ether1 would be the trunk.

Thanks for your help

Following this guide not getting too far.

http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

[admin@MikroTik] > /system identity set name="Switch"
[admin@Switch] > /interface bridge add name=BR1 protocol-mode=none vlan-filtering=no
[admin@Switch] > add bridge=BR1 interface=sfp-sfpplus1 pvid=40
bad command name add (line 1 column 1)
[admin@Switch] > /interface bridge port
[admin@Switch] /interface bridge port> add bridge=BR1 interface=sfp-sfpplus1 pvid=40
failure: device already added as bridge port
[admin@Switch] /interface bridge port> add bridge=BR1 interface=sfp-sfpplus2 pvid=50
failure: device already added as bridge port
[admin@Switch] /interface bridge port> add bridge=BR1 interface=sfp-sfpplus2 pvid=50
failure: device already added as bridge port
[admin@Switch] /interface bridge port> add bridge=BR1 interface=sfp-sfpplus3 pvid=50 
failure: device already added as bridge port
[admin@Switch] /interface bridge port> add bridge=BR1 interface=sfp-sfpplus4 pvid=50 
failure: device already added as bridge port
[admin@Switch] /interface bridge port>

I didn’t see how to delete this thread.

I got a little further in this project but then realized that pfsense which connects to this switch over 1gbe would have to route the 10g traffic between vlans since I’m not running the CRS305 as Layer3. The only way around this would be to install 10g in my pfsense box which I’m not interested in.

So abandoning this idea for now.