I need to serve slightly different DHCP information to clients based on the MAC address prefix. MAC addresses from a particular vendor need to have PXE assigned to a certain host, while all other devices need to receive PXE information for another host.
Is it possible to configure or script this to happen automatically? The DHCP server is Windows Server 2008 R2. I know this can be done in Linux/Unix by setting classes to match a substring in dhcp.conf, but I see no similar functionality in Windows.
Static reservations aren't practical for the size of the network.