Vlan tagging

Hello,

I’m new to the routerboard world and has now spent some time figuring out how to tag vlans.

I have attached a drawing of the Network topology.

The idea is to create a DHCP server in every vlan in the RB951 router.
Vlan11 dhcp → 10.0.192.0/27
Vlan12 dhcp → 10.0.192.32/27
Vlan13 dhcp → 10.0.192.64/27

The vlan and dhcp servers are working internal in the RB951, but how can I tag the vlan in ether port 5, so I can use the Allied switch in the Network?

Kind regards
Thomas
Topology.pdf (114 KB)

Create VLAN interfaces on “ether5” port, add IP addresses and configure DHCP servers on each of the VLAN interface.
Basic example without DHCP server is in the Wiki:
http://wiki.mikrotik.com/wiki/VLAN#Create_trunks_and_implement_routing_between_VLANs

Thanks a lot, that was the way to do it :slight_smile: