Hello all,
I'm wondering if there is some kind of hook or way to derive DHCP pool usage to come up with a script and send email alert to admin when, say, 95% of the pool is exhausted.
Anybody gone through this before?
Thanks,
Andrew
{
local limit 250
local ip [len [ip pool used find ]]
if ($ip > $limit ) do={/system script run name_of_script_email}
}