<div dir="ltr">Hi,<div><br></div><div>I have got problem which might have an easy answer but I couldn't find it.</div><div><br></div><div>What I want to do is to make DHCP server ignore requests without an Option-82 information. That means to drop the requests without sending a DHCPNAK, I have got the following configuration however it sends a DHCPNAK for requests. Does anyone have an idea?</div><div><br></div><div><div><font face="monospace, monospace">class "with-opt-82" {</font></div><div><font face="monospace, monospace">  match if( exists agent.remote-id );</font></div><div><font face="monospace, monospace">}</font></div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">subnet 192.168.52.0 netmask 255.255.252.0 {</font></div><div><span style="font-family:monospace,monospace">  option routers 192.168.52.1;</span><br></div><div><font face="monospace, monospace">  pool {</font></div><div><font face="monospace, monospace">    failover peer "failover-partner";</font></div><div><font face="monospace, monospace">    allow members of "with-opt-82";</font></div><div><span style="font-family:monospace,monospace">    default-lease-time 9000;</span><br></div><div><font face="monospace, monospace">    max-lease-time 9000;</font></div><div><font face="monospace, monospace">    min-lease-time 9000;</font></div><div><font face="monospace, monospace">    range 192.168.52.21 192.168.55.254;</font></div><div><font face="monospace, monospace">  }</font></div><div><font face="monospace, monospace">}</font></div><div><br></div></div><div>Thanks in advance.</div><div><br></div></div>