I've inherited a fairly messy situation with a production network. DHCP is being handed out by a proprietary vendor device, and we need to retire this device as soon as possible.
We'll be moving to pfSense for DHCP (and many other things); however, the DHCP addresses that have been allocated - which have been the same for years - are now "hard-coded" into many applications, and therefore we need to keep the allocations as static as possible. This is obviously a terrible situation, and we're going through the hundreds of devices and moving them to static IPs as quickly as we can. There's no way to export the DHCP table from the old device.
Looking at the spec it suggests that, when a client requests an IP from DHCP, it'll ask for its existing IP from the server.
Therefore, if we switch off the old device and switch on DHCP on pfSense, can we assume that all devices will be reallocated their existing IP from pfSense?