I currently use the router functions of it, so I am using Routeros. I am not very happy with the port speeds.
I have many (MANY!) Vlans on each FO port (bridged).
Can I switch to Swos and somehow preserve all the Vlan configuration of the ports, or I must reprogram them from the begining? Is there a script maybe to convert the config file (rsc) to a Swos format?
Yes, this configuration will be offloaded to hardware, so traffic between a pair of SFP+ ports will not go via CPU. So it should match performance under SwOS.
Yes, if you also add PVID setting to bridge ports, those will become hybrid ports. Obviously you have to change also frame-types setting to “admit-all”. ROS will automatically add such port as untagged port to the VLAN table (in /interface bridge vlan), so you don’t have to do it manually. Make sure that hybrid port is not set as tagged member of same VLAN.
ROS defaults for bridge ports are PVID=1, frame-types=admit-all and ingress-filtering=no … bridge interface has PVID set to 1 by default as well … so if one simply enables vlan-filtering (default is disabled), device will still act as dumb switch between all nember ports, but this time only for untagged traffic. Those defaults are not shown in configuration export because export normally only shows settings set to values different from defaults.