I'm wondering what is the correct way to count how many IPs are in use in my network according to the dhcpd process.

Is it just a matter of counting "binding state active" lines in dhcpd.leases file? Or it is something more complicated?

Thanks in advance.

link|improve this question

37% accept rate
feedback

1 Answer

You could use ReportDHCP which parses your dhcp.leases file and provides you with a report that should give you what you are looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.