hello everyone,<br>        Our scenerio is like this<br><br>client------------------------->switch relay--------------------->isc dhcp server<br><br>switch ip= <<a href="http://192.168.1.46">192.168.1.46</a>><br>
dhcp server=<<a href="http://192.168.1.2">192.168.1.2</a>><br>relay is on with giaddr zero,so switch insert opt 82 frame in dhcp packet with giaddr zero. When client have ip <<a href="http://192.168.0.18">192.168.0.18</a>><br>
server send NAK frame to client in which opt 82 frame is not present , however when giaddr is nonzero server send NAK frame with opt 82 <br>frame.<br>Our aim is that when giaddr is zero but opt 82 present & server send NAK then it should contain opt 82 within the frame .how can we do this??<br>
when giaddr is non-zero & opt 82 is present then how server give NAK with opt 82<br>