Create VLANs with independent dhcp servers

Hi,

I am trying to create a trunk port from routerboard to esxi-server and assign hosts in the esxi server different vlans,

RouterOS ---------> Esxi Server (vm1,vm2,vm3)
(Trunk vlan1-5) (vlan1,vlan2,vlan3)

I have created vlans on the esxi-server but on the routerOS do I have to create bridge for each vlan and assign a dhcp server to each bridge?

I trying to migrate from DD-wrt as this setup was working perfectly (http://www.dd-wrt.com/wiki/index.php/VLAN_Detached_Networks_(Separate_Networks_With_Internet)

Any help is appreciated.

Thanks

You should be able to create 3 VLAN interfaces, with VLAN ID’s and assign them to one physical interface.

As per: http://wiki.mikrotik.com/wiki/VLAN

/interface vlan
add name=VLAN2 vlan-id=2 interface=ether1 disabled=no
add name=VLAN3 vlan-id=3 interface=ether1 disabled=no
add name=VLAN4 vlan-id=4 interface=ether1 disabled=no