<div dir="ltr"><div class="gmail-gE gmail-iv gmail-gt" style="padding:20px 0px 0px;font-size:0.875rem;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif"><table cellpadding="0" class="gmail-cf gmail-gJ" style="border-collapse:collapse;margin-top:0px;width:auto;font-size:0.875rem;letter-spacing:0.2px;display:block"><tbody style="display:block"></tbody></table><span style="font-family:Arial,Helvetica,sans-serif;font-size:small">Hi ,</span></div><div class="gmail-" style="font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div id="gmail-:9f" class="gmail-ii gmail-gt gmail-adO" style="font-size:0.875rem;direction:ltr;margin:8px 0px 0px;padding:0px"><div id="gmail-:9g" class="gmail-a3s gmail-aXjCH" style="overflow:hidden;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:small;line-height:1.5;font-family:Arial,Helvetica,sans-serif"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>How does a DHCP client can get the DHCP option space data from respective server config</div><div>Ex: I have constructed my local server config as below by taking online example references</div><div>default-lease-time 3600;<br>authoritative;<b><br></b></div><div><b>option space optionSpacedb;<br></b></div><div><b>option optionSpacedb.option1d code 1 = ip-address;</b><br></div><div>subnet 15.0.0.0 netmask 255.255.255.0 {<br>        pool {<br>           range 15.0.0.16 15.0.0.17;<br>        }<br>         option domain-name "<a href="http://test123.com/" target="_blank">test123.com</a>";<br>       <b>  option optionSpacedb.option1d 5.6.7.8;</b><br>         option routers 15.0.0.1;<br>         option subnet-mask 255.255.255.0;<br>        }<br></div><div>But I was stuck in testing it by DHCP clients. Do we need to do any setting on the client side to request the option space, I have checked in other forums but they only provide the declaration examples but no where we have practical test examples. Can any one please help on testing it or any reference links that can be test on real time environment. I want to know the exact business use case for the option space module.</div><div><br></div><div>Thanks</div></div></div></div></div></div></div></div>