<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I've never seen a class without a 'match' statement.  Are you sure
    that's valid?:<br>
    <font color="#993300"><tt>#
------------------------------------------------------------------------------</tt><tt><br>
      </tt><tt>class "Other_mobile" {</tt><tt><br>
      </tt><tt>    match hardware;</tt><tt><br>
      </tt><tt>    set member_of = "mobile_device";</tt><tt><br>
      </tt><tt>}</tt><tt><br>
      </tt><tt>#
------------------------------------------------------------------------------</tt><tt><br>
      </tt><tt>subclass "Other_mobile"    1:d8:1d:72:41:3c:81;    #
        Moms-5S</tt><tt><br>
      </tt></font><br>
    Also when you're using the option statement, there doesn't appear to
    be a space between<br>
    <font color="#993300">Test.ADDR</font> and <font color="#993300">::1;</font><br>
    Example:<br>
    <font color="#993300"><tt>class "vendor-classes" {</tt><tt><br>
      </tt><tt>    match option vendor-class-identifier;</tt><tt><br>
      </tt><tt>}</tt><tt><br>
      </tt><tt>subclass "vendor-classes"    "MSFT 5.0" {    # all
        Windows 2000 DHCP clients</tt><tt><br>
      </tt><tt>    vendor-option-space Win2k;</tt><tt><br>
      </tt><tt>    option Win2k.netbios-over-tcpip        0;    # enable</tt><tt><br>
      </tt><tt>}</tt><tt><br>
      </tt></font><br>
    Bill<br>
    <br>
    <div class="moz-cite-prefix">On 12/12/2017 5:33 AM, Jain, Saurabh
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:VI1PR0101MB21923055EE430C51DED4453198340@VI1PR0101MB2192.eurprd01.prod.exchangelabs.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Mangal;
        panose-1:2 4 5 3 5 2 3 3 2 2;}
@font-face
        {font-family:Mangal;
        panose-1:2 4 5 3 5 2 3 3 2 2;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 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";
        mso-fareast-language:EN-US;}
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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@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">Hi All, <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am having difficulty in using  User class
          option. I am doing following configuration in the DHCP
          configuration file  :<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">option dhcp6.rapid-commit;<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Option space Test code width 2 length width
          2 hash size 17;<o:p></o:p></p>
        <p class="MsoNormal">option Test.ADDR code 1 = array of
          ip6-address;<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">option Test. ADDR::1;<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">class "Test-Class" {<o:p></o:p></p>
        <p class="MsoNormal">vendor-option-space Test;<o:p></o:p></p>
        <p class="MsoNormal">option Test. ADDR::3;<o:p></o:p></p>
        <p class="MsoNormal">}<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">subclass "Test-Class" "TestsubClass" {<o:p></o:p></p>
        <p class="MsoNormal">vendor-option-space Test;<o:p></o:p></p>
        <p class="MsoNormal">option Test. ADDR::2;<o:p></o:p></p>
        <p class="MsoNormal">}<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">In the Solicit packet, I am sending the
          User class option as per section 22.15 of RFC 3315 (DHCPv6).
          In the user-class-data field I have included the class name as
          “TestsubClass”, but in reply dhcpv6 server is not sending any
          user class.   I have tested by sending “Test-Class” also in
          the user-class data field but server is not responding with
          the user class details.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Can you please let  me know the correct
          configuration? And what should be the content of solicit
          request ?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks a lot in advance.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Regards,<o:p></o:p></p>
        <p class="MsoNormal">Saurabh Jain<o:p></o:p></p>
      </div>
      <div><br>
        <p style="color: green; font-weight: bold; font-family:
          "Arial","sans-serif"; font-size: 7.5pt;
          margin-bottom: 12pt;">
          <span style="font-family: Webdings; font-size: 10pt;">P</span>
          <span>PLEASE CONSIDER OUR ENVIRONMENT BEFORE PRINTING THIS
            EMAIL.</span>
          <br>
          <br>
          <span style="color: gray;">This e-mail (including any
            attachments) is confidential and may be legally privileged.
            If you are not an intended recipient or an authorized
            representative of an intended recipient, you are prohibited
            from using, copying or distributing the information in this
            e-mail or its attachments. If you have received this e-mail
            in error, please notify the sender immediately by return
            e-mail and delete all copies of this message and any
            attachments. Thank you.
          </span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>