<div dir="ltr">Ah, now I see.  Yes, I was thinking of fixed addresses, not reserved leases.  I honestly didn't even know that was a thing until now.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 30, 2020 at 11:27 AM Simon Hobson <<a href="mailto:dhcp1@thehobsons.co.uk">dhcp1@thehobsons.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Andrew Bell <<a href="mailto:andrew@poscomp.ca" target="_blank">andrew@poscomp.ca</a>> wrote:<br>
<br>
> Do you want to reserve an address inside the dynamic pool?  I'm not sure if that works, honestly, but I just set aside space in each subnet for reserved addresses and make the pool smaller.<br>
<br>
Reserved addresses are different to fixed-addresses.<br>
<br>
As you point out, fixed-addresses should not be part of any pool.<br>
<br>
A reserved address *IS* part of a pool. Other than having the reserved flag set, it is otherwise identical to any other dynamic lease. It goes through the same lifecycle as any other dynamic lease - leases expire if not renewed - the only difference being that the address will not be re-allocated to any other client. So in that respect it's ideal for what the OP wanted since the lease status can be read by any of the lease state reporting tools.<br>
As already mentioned, it's a bit of an ugly duckling in terms of management. I know it can be set by manually editing the leases file, literally by adding a "reserved;" statement to a lease. I don't know if it can be set via OMAPI.<br>
<br>
Simon<br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote></div>