VLAN aware bridge

Hi

I’m trying to configure a vlan aware bridge (switch) as described in:
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

RouterOS: 7.14.3
HW: RB750Gr3

Port 1 is trunk port (Tagged 11 and 21)
Port 2 and 3 VLAN 11
Port 4 VLAN 21
Port 5 Configuration port
Bridge Vlan 11

The issue i get is that I don’t get an IP on the bridge interface using DHCP.
What have I done wrong?
I think I’m quite close.

/Geir
config.rsc (2.47 KB)

You don’t set a PVID on the bridge. Instead add a VLAN interface to the bridge:

# LAN facing Switch's IP address on a BASE_VLAN
/interface vlan add interface=bridge name=[omsething you like] vlan-id=11

Then you can add the DHCP client to this interface.

If you want to configure a switch, why do you have DNS and DHCP?

Hi

Thank for the tips, it worked.
The DNS/DHCP on port 5 is temporary configuration until I got IP on the bridge to work.

/Geir