<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Wouldn't you use vendor specific options to do something like that? 
    Seems that it would be more RFC compliant.  I say "seems" because
    I'm not sure.  Please anyone correct if I'm wrong.<br>
    <br>
    option space vendor-options;<br>
    option vendor-options.platform-name     code 1  = text;<br>
    option vendor-options.someotheroption   code 2  = text;<br>
    option vendor-options-43 code 43 = encapsulate vendor-options;<br>
    <br>
    But I do agree with Rene, you would also need to make some
    declaration in the client side config file.<br>
    <br>
    Jon<br>
    <br>
    <br>
    On 13.12.2010 16:48, Johnson, Je wrote:
    <blockquote
cite="mid:3398B9726AF3DC489A6DC23ECC3E7AF1082A54C7CB@HVXMSP7.us.lmco.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">I wish to setup a few new options in my
          /etc/dhcpd.conf file. Currently, running with V3.0.5_RedHat.
          During my testing I’ve added a new option “platform-name” and
          restarted the DHCPD daemon. It starts fine but when I run
          “dhclient –R platform-name” I get the response that the option
          does not exist?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any help would be appreciated and here is a
          copy of my “/etc/dhcpd.conf” that I’m testing with:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoPlainText"><span style="font-family: "Courier
            New";">ddns-update-style interim;<br>
            <br>
            # Declare Setup Information<br>
            option platform-name code 130 = text;<br>
            <br>
            subnet 158.187.231.0 netmask 255.255.255.0 {<br>
            option subnet-mask           255.255.255.0;<br>
            option domain-name-servers   158.187.231.217;<br>
            <br>
            host test {<br>
                    hardware ethernet 00:1A:A0:AF:48:F6;<br>
                    fixed-address 158.187.231.214;<br>
                    option host-name test;<br>
                    option platform-name "isis";<br>
                    }<br>
            }</span><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I’ve tried both “text” and “string” and get
          the same response that the option does not exist. Any standard
          options “root-path” or “host-name” work just fine.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks,<o:p></o:p></p>
        <p class="MsoNormal">John Johnson<o:p></o:p></p>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
dhcp-workers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-workers@lists.isc.org">dhcp-workers@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-workers">https://lists.isc.org/mailman/listinfo/dhcp-workers</a></pre>
    </blockquote>
    <br>
  </body>
</html>