<div dir="ltr">Hi Peter,<div>Thanks for reply.</div><div>Did you see the reply to your original mail I posted recently? I think it answers at least some of your question.  <br></div><div> ---> Hi I have posted this initially in dhcp-workers group but I didn't get any reply to my post.</div><div>       Not sure it may be issue with mailing service. Can you please forward your mail once again or any reference related to this stuff</div><div>Thanks</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 31, 2019 at 12:51 PM Peter Rathlev <<a href="mailto:peter@rathlev.dk">peter@rathlev.dk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 2019-07-31 at 11:07 +0530, Surya Teja wrote:<br>
> How does a DHCP client can get the DHCP option space data from<br>
> respective server config<br>
> Ex: I have constructed my local server config as below by taking<br>
> online example references<br>
<br>
Did you see the reply to your original mail I posted recently? I think<br>
it answers at least some of your question.<br>
<br>
In short you need to add "vendor-option-space optionSpacedb;" in the<br>
same block as where you use the options. This method requires that the<br>
client asks for option 43 (vendor-specific-options) and knows how to<br>
parse "vendor encapsulation".<br>
<br>
If you can't use vendor-specific-options for any reason, you need to<br>
find an option code that isn't in use in the global scope. That would<br>
typically be option codes 224-254 which are for "local use". In that<br>
case you don't need separate option spaces, unless you have clients<br>
that understand the same option codes in different ways. In that case<br>
you should take a look at "site-option-space".<br>
<br>
-- <br>
Peter<br>
<br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote></div>