One Access Port is not working, but others are

Hello Mikrotikers,

recently we aquired a CRS3xx-12-Port Switch (8 RJ45, 4 Combo SFP/RJ45) and the honour of dealing with it fell upon me. I put this in the Beginner Basics section because likely my problem is rooted in my ignorance of how the thing works exactly.
The following is my problem:
I initially set the Switch up to have both, trunk and access ports. Combo 1 is a trunk that connects to our other Switches (Cisco), there are 3 Trunks going into Servers with their own virtual Switches as well as 5 Access-Ports for different VLANs, all of this works fine. Now, wanted to add another server that’s supposed to be on an Access-Port for a certain VLAN and started reconfiguring one of the remaining Combo-Ports. Using WebFig and RouterOS, I couldn’t get it to work, though.

This is how I got the initial config working:

  1. Set up a Management-Bridge and gave it a IP-Address for Management and added ether9 (Management-Port) to it
  2. Removed the default bridge and set up a Bridge called vlan-bridge, enabled VLAN filtering
  3. Added all interfaces to the vlan-bridge
  4. Ran the command
/interface bridge vlan add vlan-ids=123 bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3 untagged=ether6,ether7,ether8

repeatedly for each VLAN I wanted to add
This worked and I stopped there.

Now I want to add a VLAN as “untagged” to combo2. In WebFig, I go to bridge → VLAN → VLANID and add combo2 as untagged. This does nothing though.
After exporting the config, I found this:

/interface bridge port
add bridge=vlan-bridge comment=defconf interface=combo1
add bridge=vlan-bridge comment=defconf interface=combo2
add bridge=vlan-bridge comment=defconf interface=combo3
add bridge=vlan-bridge comment=defconf interface=combo4
add bridge=vlan-bridge comment=defconf interface=ether1
add bridge=vlan-bridge comment=defconf interface=ether2
add bridge=vlan-bridge comment=defconf interface=ether3
add bridge=vlan-bridge comment=defconf interface=ether4 pvid=222
add bridge=vlan-bridge comment=defconf interface=ether5 pvid=222
add bridge=vlan-bridge comment=defconf interface=ether6 pvid=259
add bridge=vlan-bridge comment=defconf interface=ether7 pvid=259
add bridge=vlan-bridge comment=defconf interface=ether8 pvid=259
add bridge="management bridge" comment=defconf interface=ether9 pvid=259
/interface bridge vlan
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=208
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=211
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=213
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=214
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=215
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=216
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=220
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=221
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=226
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=227
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=228
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=229
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=230
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=231
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=262
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    untagged=ether4,ether5 vlan-ids=222
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    untagged=ether6,ether7,ether8 vlan-ids=259
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3,vlan-bridge \
    vlan-ids=264
add bridge=vlan-bridge tagged=combo1,ether1,ether2,ether3 untagged=combo2 \
    vlan-ids=212

The “/interface bridge vlan” part is what I’ve configured via console, except the vlan-bridge is always added as well. The “/interface bridge port” section must’ve been created through me adding the interfaces to the vlan-bridge in WebFig, although I don’t recall setting the pvid attribute (pvid stands for port vlan id?).
I wanted to try to add the pvid=212 to combo2, but with the “/interface bridge vlan add” command, it tells me that it already exists (obvious) and with “/interface bridge vlan set” it asks for a number and I do not know, what that means.

I’m also not even sure, this is the problem.

Can anyone help me out?

Thank you very much :slight_smile:

Full config export is attached.
config-export.rsc (3.86 KB)