<div dir="ltr"><br><div>Hi<br> I am using the isc dhcp in standalone and it is working fine with that mode, I added the dhcp failover to my existing setup which caused the issue to my setup <br><br> The server is in partner down state for so long time which made me panic. How can I reduce this time and make them in to normal normal state <br>FYI: I did some reading and found one param <b>max-unacked-updates </b>which was configured to 10 when i tried for the first time thought it would be the cause and I  increased its value to 5000 because my config contains nearly 800 subnets data which is large but no luck <br>Does any one face same issue while adding the failover or any idea or suggestion how to decrease the time taking to recover the failover states into normal normal </div><div>  <br><b>on Primary state changes</b><br>cat dhcpd.leases | egrep "my state|partner state"<br>  my state partner-down at 5 2019/11/29 06:23:00;<br>  partner state recover-done at 5 2019/11/29 06:52:59;<br>  my state normal at 5 2019/11/29 06:52:59;<br>  partner state recover-done at 5 2019/11/29 06:52:59;<br>  my state normal at 5 2019/11/29 06:52:59;<br>  partner state normal at 5 2019/11/29 06:53:00;<br><b>On failover state changes</b><br> cat dhcpd.leases | egrep "my state|partner state"<br>  my state recover at 5 2019/11/29 06:22:59;<br>  partner state communications-interrupted at 5 2019/11/29 06:23:00;<br>  my state recover at 5 2019/11/29 06:22:59;<br>  partner state communications-interrupted at 5 2019/11/29 06:23:00;<br>  my state recover at 5 2019/11/29 06:22:59;<br>  partner state partner-down at 5 2019/11/29 06:23:00;<br>  my state recover-wait at 5 2019/11/29 06:22:59;<br>  partner state partner-down at 5 2019/11/29 06:23:00;<br>  my state recover-done at 5 2019/11/29 06:52:59;<br>  partner state partner-down at 5 2019/11/29 06:23:00;<br>  my state recover-done at 5 2019/11/29 06:52:59;<br>  partner state normal at 5 2019/11/29 06:53:00;<br>  my state normal at 5 2019/11/29 06:53:00;<br>  partner state normal at 5 2019/11/29 06:53:00;<br><br>on Primary Server<br>========================================<br>failover peer "peer5" {<br>        primary;<br>        address YYY.YYY.YY.YYY;<br>        port 647;<br>        peer address YYY.YYY.YY.YYY;<br>        peer port 647;<br>        max-response-delay 30;<br>        max-unacked-updates 5000;<br>        load balance max seconds 3;<br>        mclt 1800;<br>        split 128;<br>}<br>on failover server<br>==========================================<br>failover peer "peer5" {<br>        secondary;<br>        address YYY.YYY.YY.YYY;<br>        port 647;<br>        peer address YYY.YYY.YY.YYY;<br>        peer port 647;<br>        max-response-delay 30;<br>        max-unacked-updates 5000;<br>        load balance max seconds 3;<br>}<br></div><div><br></div><div>It took nearly 30 minutes which makes issue for my environment, Do we have any tunable parameters</div><div><br></div><div>Thanks in Advance</div></div>