DHCP server Static lease

Is it possible with Mikrotik to do the following:
Make more then one DHCP server (for each VLAN a DHCP server) Add a DHCP POOL but only known mac addresses can get a IP from the pool?

I don’t want to bind a specific IP to a MAC addres but use the DHCP POOL and only allow know MAC addresses to get an IP from the POOL.

It’s possible. I use 24 DHCP servers for 24 VLANs with managed switch.

Add a DHCP POOL but only known mac addresses can get a IP from the pool?
I don’t want to bind a specific IP to a MAC addres but use the DHCP POOL and only allow know MAC addresses to get an IP from the POOL.

I think you have to bind IP to MAC. http://forum.mikrotik.com/t/assign-dhcp-addresses-only-if-the-mac-addr-is-known/52891/3

What should happen with unknown mac requesting the ip?

request with unknown mac addresses must be refused.