Attempting to configure routeros

Hey all,

I’m attempting to configure a switch but having a lot of trouble. I would like to configure one trunk port (sfpplus1), one access port (port20) and one virtual L3 interface (VLAN10, which will be used for SSH). This is my configuration so far:

/interface bridge
add name=bridge1 vlan-filtering=yes

/interface vlan
add interface=bridge1 name=VLAN10 vlan-id=10

/interface bridge port
add bridge=bridge1 interface=sfp-sfpplus1
add bridge=bridge1 interface=ether20

/interface bridge vlan
add bridge=bridge1 tagged=sfp-sfpplus1,bridge1 untagged=ether20 vlan-ids=10

/ip address
add address=10.10.10.1/24 interface=VLAN10 network=10.10.10.0 

/ip route
add distance=1 gateway=10.10.10.254

Any help would be greatly appreciated!

What device and RouterOS version to start with?

https://forum.mikrotik.com/viewtopic.php?t=182276

Router 7.8
crs354

https://help.mikrotik.com/docs/display/ROS/CRS3xx%2C+CRS5xx%2C+CCR2116%2C+CCR2216+switch+chip+features
https://www.youtube.com/watch?v=YLtGQAQ8iS0

better off with 7.11.2 stable.

Thanks for sending those guides. Every single guide I’ve read (probably for wrong versions of routeros/hardware) said to create a new bridge, even though my device already had an existing bridge out of the box. I think that screwed me up. I’m using the CLI, so I’ll try to re-do this and report back.