<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
This is my option definition space that is a little different than youers<BR>
 <BR>
option space docsis code width 2 length width 2 hash size 17;<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 37 = array of ip6-address;<BR>option docsis.time-offset                       code 38 = signed integer 32;<BR>option vsio.docsis code 4491 = encapsulate docsis;<BR>
 <BR>
in your case i would try to move option vsio.docsis code 4491 = encapsulate docsis; to the bottom of the definiton.<BR>
It that doent would try to remove rapid commit.<BR>
 <BR>
Hope it works<BR>
 <BR>
Patricio<BR> <BR>

<HR id=stopSpelling>
Subject: RE: CableLabs Vendor Specific Option not in Relay-Reply message<BR>Date: Tue, 5 Oct 2010 11:31:51 -0400<BR>From: Ching-Ho.Cheng@motorola.com<BR>To: dhcp-users@lists.isc.org<BR><BR>
<META name=Generator content="Microsoft SafeHTML">
<STYLE>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>

<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>Hi Patricio,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>I just tried your suggestion with 4.1.1-P1 by moving the options from global to local inside subnet6 definition.  I still got the same result: relay-reply message from server did not contain CableLabs vendor specific options.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>I then tried 4.2.0 and got the same result as 4.1.1-P1.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>Is there any new commands that I need to put in dhcpd6.conf in release 4.1.1-P1 and after to make server to insert vendor specific options in relay-reply message back to relay agent ?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>Thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT color=#0000ff face=Arial>Ching-Ho Cheng</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=ecxOutlookMessageHeader align=left>
<HR>
<FONT face=Tahoma><B>From:</B> dhcp-users-bounces+lcc014=motorola.com@lists.isc.org [mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org] <B>On Behalf Of </B>Patricio Latini<BR><B>Sent:</B> Sunday, October 03, 2010 4:20 PM<BR><B>To:</B> dhcp-users@lists.isc.org<BR><B>Subject:</B> RE: CableLabs Vendor Specific Option not in Relay-Reply message<BR></FONT><BR></DIV>
<DIV></DIV>I think you should include the options within the subnet definition. LIke the example below. That is working for me.<BR><BR>shared-network C4-IPV6-Bundle1 {<BR>subnet6 FC00:0000:0000:0001::0/64 {<BR>option docsis.tftp-servers FC00::1;<BR>option docsis.cablelabs-configuration-file "arris-D30modem.bin";<BR>option docsis.cablelabs-syslog-servers FC00::1;<BR>option docsis.time-servers FC00::1;<BR>option docsis.time-offset -10800;<BR>option dhcp6.name-servers FC00::1;<BR>range6 FC00:0000:0000:0001::/64;<BR>}<BR>}<BR> <BR>Thanks<BR> <BR>Patricio<BR>
<HR id=ecxstopSpelling>
Subject: RE: CableLabs Vendor Specific Option not in Relay-Reply message<BR>Date: Thu, 30 Sep 2010 10:22:43 -0400<BR>From: Ching-Ho.Cheng@motorola.com<BR>To: dhcp-users@lists.isc.org<BR><BR>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT color=#0000ff face=Arial>Hi, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT color=#0000ff face=Arial>I have enclosed the dhcpd6.conf for reference.  I hope that this could help to determine my DHCPv6 server problem :</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT color=#0000ff face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><SPAN lang=EN><FONT color=#0000ff face=Arial>#Define the options:</FONT><BR><FONT color=#0000ff face=Arial>option space docsis code width 2 length width 2;</FONT><BR><FONT color=#0000ff face=Arial>option vsio.docsis code 4491 = encapsulate docsis;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.tftp-servers code 32 = array of ip6-address;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.cablelabs-configuration-file code 33 = text;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.cablelabs-syslog-servers code 34 = array of ip6-address;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.device-id code 36 = string;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.time-servers code 37 = array of ip6-address;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.time-offset code 38 = signed integer 32;</FONT><BR><FONT color=#0000ff face=Arial>#Configure global options:</FONT><BR><FONT color=#0000ff face=Arial>option docsis.cablelabs-configuration-file "basic.bin";</FONT><BR><FONT color=#0000ff face=Arial>option docsis.cablelabs-syslog-servers 2000:300::2;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.tftp-servers 2000:300::2;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.time-servers 2000:300::2;</FONT><BR><FONT color=#0000ff face=Arial>option docsis.time-offset 0;</FONT><BR><FONT color=#0000ff face=Arial>option dhcp6.rapid-commit;</FONT><BR><FONT color=#0000ff face=Arial># lease-time information: default = 30 minutes, max = 120 minutes</FONT><BR><FONT color=#0000ff face=Arial>#default-lease-time 864000;</FONT><BR><FONT color=#0000ff face=Arial>#max-lease-time 864000;</FONT><BR><FONT color=#0000ff face=Arial>default-lease-time 1800;</FONT><BR><FONT color=#0000ff face=Arial>max-lease-time 1800;</FONT><BR><FONT color=#0000ff face=Arial># modem configuration file name:</FONT><BR><FONT color=#0000ff face=Arial>#filename "basic.bin";</FONT><BR><FONT color=#0000ff face=Arial>ddns-update-style ad-hoc;</FONT><BR><FONT color=#0000ff face=Arial># SERVER Subnet DO NOT REMOVE</FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>    </SPAN>subnet6 2000:300::/64 {</FONT></FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>            </SPAN>range6 2000:300::/64;</FONT></FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>    </SPAN>}</FONT></FONT><BR><FONT color=#0000ff face=Arial># Goldie Subnet </FONT><BR><FONT color=#0000ff face=Arial>shared-network "goldie_1" {</FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>        </SPAN>option docsis.cablelabs-configuration-file "goldie_1.bin";</FONT></FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>        </SPAN>subnet6 2001:100:101::/64 {</FONT></FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>                </SPAN>range6 2001:100:101::/64;</FONT></FONT><BR><FONT face=Arial><FONT color=#0000ff><SPAN class=ecx673142014-30092010>        </SPAN>}</FONT></FONT><BR><FONT color=#0000ff face=Arial>}</FONT><BR> <BR></SPAN></SPAN></DIV>
<DIV><SPAN class=ecx673142014-30092010></SPAN><FONT face=Arial><FONT color=#0000ff>Thanks,</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff>C<SPAN class=ecx673142014-30092010>hing-Ho Cheng</SPAN></FONT></FONT></DIV>
<DIV><BR></DIV>
<DIV dir=ltr lang=en-us class=ecxOutlookMessageHeader align=left>
<HR>
<FONT face=Tahoma><B>From:</B> dhcp-users-bounces+lcc014=motorola.com@lists.isc.org [mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org] <B>On Behalf Of </B>Cheng Ching-Ho-LCC014<BR><B>Sent:</B> Wednesday, September 29, 2010 2:01 PM<BR><B>To:</B> Users of ISC DHCP<BR><B>Subject:</B> CableLabs Vendor Specific Option not in Relay-Reply message<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial></FONT><SPAN lang=EN>Hi,<BR>I upgraded the DHCP server to 4.1.x from 4.0.x. Now, in DHCPv6 relay-reply message from ISC server, there is no CableLabs vendor specific options included. IPv6 modem could not register due to the missing TFTP/config file information within the CableLabs vendor option. <BR>I was using the same dhcpd6.conf as in 4.0.x. Any suggestion is appreciated.<BR>Thanks,</SPAN><BR></DIV>
<DIV align=left><FONT color=#000080 size=3 face="Times New Roman"><FONT color=#008080>Ching-Ho Cheng</FONT></FONT></DIV>
<DIV align=left><FONT color=#0000ff>Motorola Inc.</FONT></DIV>
<DIV align=left><EM><FONT color=#800000>Mobile Devices & Home</FONT></EM></DIV>
<DIV align=left><STRONG><FONT color=#800080>Phone: 508-786-7522</FONT></STRONG></DIV>
<DIV> </DIV><BR>_______________________________________________ dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users <BR>_______________________________________________ dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users                                    </body>
</html>