<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<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 Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</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]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>I had version 4.0 working for Docsis 3.0 Cable modems. 
When I upgraded to version 4.1, the server would not send out the vendor
specific options.  Here is my current config:<o:p></o:p></p>

<p class=MsoPlainText><span style='font-family:"Courier New"'><o:p> </o:p></span></p>

<p class=MsoPlainText><span style='font-family:"Courier New"'>ddns-update-style
none;<br>
option space docsis code width 2 length width 2;<br>
option vsio.docsis code 4491 = encapsulate docsis;<br>
option docsis.tftp-servers code 32 = array of ip6-address;<br>
option docsis.cablelabs-configuration-file code 33 = text;<br>
option docsis.cablelabs-syslog-servers code 34 = array of ip6-address;<br>
option docsis.device-id code 36 = string;<br>
option docsis.time-servers code 40 = array of ip6-address;<br>
option docsis.time-offset code 41 = signed integer 32;<br>
option docsis.mta-code code 122 = ip-address;<br>
option docsis.tftp-servers 2001:1234:0000:0001:0000:0000:0000:0002;<br>
option docsis.cablelabs-configuration-file "v10_cm.bin";<br>
option docsis.cablelabs-syslog-servers 001:1234:0000:0001:0000:0000:0000:0002;<br>
option docsis.time-servers 2001:1234:0000:0001:0000:0000:0000:0002;<br>
option docsis.time-offset -21600;<br>
option docsis.mta-code 10.10.10.10;<br>
<br>
<br>
<br>
default-lease-time 50000;<br>
option dhcp-renewal-time 10000;<br>
option dhcp-rebinding-time 20000;<br>
preferred-lifetime 10000;<br>
<br>
subnet6 2001:1234::1:0:0:0:0/64 {<br>
      range6 2001:1234::1:0:0:0:0/64;<br>
}<br>
<br>
subnet6 2001:1234::3:0:0:0:0/64 {<br>
        range6 2001:1234::3:0:0:0:0/64;<br>
}</span><o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>