<div dir="ltr">Hi Satish,<div><br></div><div>These are well documented here, and you can search for the value of any parameter:</div><div><a href="ftp://ftp.isc.org/isc/kea/1.3.0/doc/kea-guide.html#idp53474304">ftp://ftp.isc.org/isc/kea/1.3.0/doc/kea-guide.html#idp53474304</a><br></div><div><br></div><div>A safe approach here would be to not change a timer if you don't know what it does. :)</div><div>Even after reading the docs, there are some timers I don't know the specific use of, so I leave them to whatever default they have.</div><div><br></div><div>HTH,</div><div>Jason</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 11, 2018 at 1:14 PM, Satish Patel <span dir="ltr"><<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to set lease timer for 24 Hours and i set ""valid-lifetime":<br>
86400, " in config and restart kea. but also i am seeing lots of other<br>
timers in file so not sure i need to touch them or not?<br>
<br>
Please advice if you see anything strange in my timer setting.<br>
<br>
We have following setting in config related timers.<br>
<br>
  "expired-leases-processing": {<br>
        "reclaim-timer-wait-time": 10,<br>
        "flush-reclaimed-timer-wait-<wbr>time": 25,<br>
        "hold-reclaimed-time": 3600,<br>
        "max-reclaim-leases": 100,<br>
        "max-reclaim-time": 250,<br>
        "unwarned-reclaim-cycles": 5<br>
    },<br>
<br>
    // Global timers specified here apply to all subnets, unless there are<br>
    // subnet specific values defined in particular subnets.<br>
    "renew-timer": 900,<br>
    "rebind-timer": 1800,<br>
    "valid-lifetime": 86400,<br>
______________________________<wbr>_________________<br>
Kea-users mailing list<br>
<a href="mailto:Kea-users@lists.isc.org">Kea-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/kea-users</a><br>
</blockquote></div><br></div>