Cloud Router Switch / VLAN access port and trunk port on same device?

Hello

I’m quite new to RouterOS and I’m trying to accomplish the following (I have been struggling for days now).

I have a CRS125-24G-15-RM and I want to configure the ports as follows:

  • Port 1 = ISP
  • Port 2 = trunk port for VLAN 2, 3 and 4 to a PoE switch
  • Ports 3 to 8 = normal local ports
  • Ports 9 to 16 = VLAN 2 (Clients)
  • Ports 17 to 24 = VLAN 4 (Guests)

It’s unclear to me how to combine this with using bridges.

Of course, VLAN 2, 3, 4 and local ports have different subnets and should all have a dhcp-server.

Can someone point me in the right direction or provide me some samples of this kind of setup?

What I currently tried is

  • adding vlan02.2 and vlan 02.4 on ether02-trunk
  • adding vlan 09.2 to ether09 (ports 10 to 16 are slave ports of 09)
  • adding vlan 17.4 to ether17 (ports 18 to 24 are slave ports of 24)
  • create bridge-guests with vlan 02.4 and 17.4
  • setting up dhcp on bridge-guests (but this one appears in red so that’s not working, also I don’t get an ip on port 17 > 24).

I assume I’m looking at this all wrong :frowning:

This topic may be closed. I overlooked all the settings and I made some errors in writing network addresses (e.g. writing .0 instead of .1).

Everything is working fine now.