I'm looking to migrate several VLANs from a Cisco layer 3 switch to Mikrotik. I'd like to have several VLANs share a single DHCP pool - on my current Cisco setup, I'm able to do this by creating a loopback interface that acts as a gateway for a large subnet, and each VLAN interface has ip unnumbered to the loopback interface. This allows me to keep VLANs separate, but also not have to worry about tons of DHCP pools filling up. It works quite well for my setup, but I need to add some authentication features available in RouterOS.
Separate pools for each VLAN results in too many wasted IPs, and it's more of an administration hassle than I prefer to deal with. Is there any way to do something similar with RouterOS?