I need help converting the following Cisco configs to Mikrotik

Hi, I’m trying to set up the two trunk ports on a Mikrotik switch. The uplink trunk port has a native VLAN 555 which is just our native VLAN for links between switches. Our wireless access points don’t have a controller to connect too, so we use trunk ports to allow the networks for the SSIDs. We use VLAN 10 as the management network for the WAPs.

I guess in my case I’m trying to convert the sample configs listed below to a Mikrotik. I do use the WinBox GUI to configure the switch. CRS112-8P-4S v6.49.19

WAP Config

interface gi1/0/10
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 10
 switchport trunk allowed vlan 111,112,113
 switchport mode trunk

UPLINK Config

interface te1/0/1
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 555
 switchport mode trunk

Any help is greatly appreciated!

It's worth to do a search for the VLAN word on forum

I will leave you to figure the most of it out from links given. But a significant difference is that under Cisco, you are configuring the vLANs into ports. On Mikrotik, you configure ports onto vLANs. So you end up with something like this:

/interface bridge vlan
add bridge=Local.Bridge tagged=ether1,ether2,ether4,ether6,ether8,Local.Bridge vlan-ids=130
add bridge=Local.Bridge tagged=ether1,ether2,ether4,ether6,ether8,Local.Bridge vlan-ids=432