<div dir="ltr">Thanks for reply Simon,<br><div>I just want to know how many of the active lease of the dhcp server, So from the lease file I am getting the info of all scope IP's but reserved is missing just curios to know if there is way to get the info of the active host objects</div><div><br></div><div>I have one more doubt I am putting all my host declaration statements in there respective subnet section just to maintain my conf easy readable to know this host IP belongs to this subnet like that, when i restart the dhcpd it gives me warning </div><div>saying warning that host declarations should be global , yes the functionality is working fine but just want to know will it impact any server performance?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 30, 2019 at 4:02 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">Surya Teja <<a href="mailto:suryateja042@gmail.com" target="_blank">suryateja042@gmail.com</a>> wrote:<br>
<br>
> I have the host reservation data in the configuration file and it is working fine, the host is getting the same IP which has been configured in the conf file But I don't see the lease entry of the host IP in the <br>
> lease files, Does the ISC dhcpd  doesn't store the lease data of the host entries in the lease file?<br>
> if not do we have a way  to get the info of active hosts list from the specified DHCP server?<br>
<br>
If you use a host declaration then no lease record is stored. Basically, there's no need since all the information the server needs to service the client is in the host declaration. The server doesn't keep track of these non-leases, and nothing is stored in the leases file.<br>
<br>
The server now supports reserved leases. By setting the reserved flag, a lease will be reserved for only that client (so fixed address much like with a host statement & fixed-address statement) - but as it's a "real" lease it goes through the normal lease lifecycle.<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>