<div dir="ltr"><div>Dear Members; </div>
<div> </div>
<div>I have dhcp server serving dynamic & static IPs , I would like to apply failover between 2 dhcp servers, my issue is how to add static IPs subnets to failover, as you see in my below config , I'm not defining any pool section,  and as I read in dhcp doc that it's mondatory to define failover by pool like this:</div>

<div><pre>pool {
        failover peer "foo";
        <i>pool specific parameters</i>
};
</pre> </div>
<div>Please advise, </div>
<div> </div>
<div> </div>
<div>My actual config for static IPs subnet:   <span lang="EN"> 
<p>subnet 192.168.0.0 netmask 255.255.255.0 {</p>
<p>option xxxx;</p>
<p>option xxxx; </p>
<p>option xxxx;</p>
<p>host xxxx-1 {</p>
<p>hardware ethernet xx:xx:xx:xx:xx:xx;</p>
<p>fixed-address 192.168.0.254;}</p>
<p>host xxxx-2 {</p>
<p>hardware ethernet xx:xx:xx:xx:xx:xx;</p>
<p>fixed-address 192.168.0.253;}</p>
<p>}</p>
<p>Regards</p>
<p>Red1</p></span></div></div>