<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.2900.3640" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>Hi Patricio,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>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=243332815-05102010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>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=243332815-05102010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>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=243332815-05102010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>Thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=243332815-05102010><FONT face=Arial 
color=#0000ff>Ching-Ho Cheng</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<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=stopSpelling>
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>
<META content="Microsoft SafeHTML" name=Generator>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT face=Arial 
color=#0000ff>Hi, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><FONT face=Arial 
color=#0000ff>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 face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=ecx673142014-30092010><SPAN lang=EN><FONT 
face=Arial color=#0000ff>#Define the options:</FONT><BR><FONT face=Arial 
color=#0000ff>option space docsis code width 2 length width 2;</FONT><BR><FONT 
face=Arial color=#0000ff>option vsio.docsis code 4491 = encapsulate 
docsis;</FONT><BR><FONT face=Arial color=#0000ff>option docsis.tftp-servers code 
32 = array of ip6-address;</FONT><BR><FONT face=Arial color=#0000ff>option 
docsis.cablelabs-configuration-file code 33 = text;</FONT><BR><FONT face=Arial 
color=#0000ff>option docsis.cablelabs-syslog-servers code 34 = array of 
ip6-address;</FONT><BR><FONT face=Arial color=#0000ff>option docsis.device-id 
code 36 = string;</FONT><BR><FONT face=Arial color=#0000ff>option 
docsis.time-servers code 37 = array of ip6-address;</FONT><BR><FONT face=Arial 
color=#0000ff>option docsis.time-offset code 38 = signed integer 
32;</FONT><BR><FONT face=Arial color=#0000ff>#Configure global 
options:</FONT><BR><FONT face=Arial color=#0000ff>option 
docsis.cablelabs-configuration-file "basic.bin";</FONT><BR><FONT face=Arial 
color=#0000ff>option docsis.cablelabs-syslog-servers 
2000:300::2;</FONT><BR><FONT face=Arial color=#0000ff>option docsis.tftp-servers 
2000:300::2;</FONT><BR><FONT face=Arial color=#0000ff>option docsis.time-servers 
2000:300::2;</FONT><BR><FONT face=Arial color=#0000ff>option docsis.time-offset 
0;</FONT><BR><FONT face=Arial color=#0000ff>option 
dhcp6.rapid-commit;</FONT><BR><FONT face=Arial color=#0000ff># lease-time 
information: default = 30 minutes, max = 120 minutes</FONT><BR><FONT face=Arial 
color=#0000ff>#default-lease-time 864000;</FONT><BR><FONT face=Arial 
color=#0000ff>#max-lease-time 864000;</FONT><BR><FONT face=Arial 
color=#0000ff>default-lease-time 1800;</FONT><BR><FONT face=Arial 
color=#0000ff>max-lease-time 1800;</FONT><BR><FONT face=Arial color=#0000ff># 
modem configuration file name:</FONT><BR><FONT face=Arial 
color=#0000ff>#filename "basic.bin";</FONT><BR><FONT face=Arial 
color=#0000ff>ddns-update-style ad-hoc;</FONT><BR><FONT face=Arial 
color=#0000ff># 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 face=Arial color=#0000ff># Goldie Subnet 
</FONT><BR><FONT face=Arial color=#0000ff>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 face=Arial 
color=#0000ff>}</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 class=ecxOutlookMessageHeader lang=en-us dir=ltr 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 face="Times New Roman" color=#000080 size=3><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 </BODY></HTML>