<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3640" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>I figured out the problem why DHCPv6 server (4.1.1-P1 and 
4.2.0) do send out vendor option in relay-reply message back to client.  It 
has nothing to do with the dhcpd6.conf.  It was the source code 
issue.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>There were posts in other forums regarding to the 4.0.x ISC 
DHCP server did not send out vendor options in relay-reply message too.  It 
turned out to be the missing code in dhcpv6.c under the server 
directory.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>static const int required_opts_solicit[] = 
{<BR> D6O_CLIENTID,<BR> D6O_SERVERID,<BR> D6O_IA_NA,<BR> D6O_IA_TA,<BR> D6O_IA_PD,<BR> D6O_RAPID_COMMIT,<BR> D6O_STATUS_CODE,      
<--- missing the 
D6O_VENDOR_OPTS,<BR> D6O_RECONF_ACCEPT,<BR> D6O_PREFERENCE,<BR> 0<BR>};</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>This code existed in 4.0.0rc1 but not in 4.1.1-P1 and 
4.2.0.  That's why modem could not register after upgrade to 4.1.1-P1 and 
4.2.0.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>Once I added back the D6O_VENDOR_OPTS, to this data 
structure and recompiled the code.  Now, my modem registered right 
away.  I also checked the the relay-reply message using wireshark.  
CableLabs vendor options were there in the reply message.  I am using 4.2.0 
right now.  I hope the Prefix Delegation will work fine 
too.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2>Thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=634270420-06102010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=634270420-06102010></SPAN><FONT face=Arial><FONT 
color=#0000ff><FONT size=2>Ching-Ho Cheng</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=634270420-06102010></SPAN></FONT></FONT></FONT><BR> </DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><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>Tom Martinson<BR><B>Sent:</B> Tuesday, October 05, 2010 10:33 
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><FONT size=-1>Patricio, Niall, and Cheng,<BR><BR>Thank you for your 
help.  I have my system working.  Here is an over view of what I 
did.<BR><BR>1.  Use all of the recommendations to build my dhcpd.conf 
file.<BR>2.  disable ip6tables.  (That one hurt a bit.)<BR>3.  
Install a new tftp server.   (tftp-hpa-v5)<BR>4.  Share the dhcpd.conf 
file with all of you so that hopefully this can help someone else.<BR><BR>Thanks 
again for all the help.<BR><BR>Tom<BR><BR>###Define the options<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>###Configure global options:<BR>#<BR>option 
dhcp6.rapid-commit;<BR>default-lease-time 1800;<BR>max-lease-time 
1800;<BR>ddns-update-style ad-hoc;<BR>#<BR>#<BR>### SERVER Subnet<BR>### This 
stops the server from complaining<BR>### DO NOT REMOVE<BR>#<BR><BR>option 
dhcp6.preference 100;<BR>shared-network a-bb.net {<BR>    subnet6 
2001:470:1f07:957:2::0/80 {<BR>        range6 
2001:470:1f07:957:2::0/80;<BR>        range6 
2001:470:1f07:957:2::100 
2001:470:1f07:957:2::200;<BR>        
max-lease-time 14400;<BR>        
min-lease-time 3600;<BR>        option 
dhcp6.name-servers 2001:470:1f07:957:2::2;<BR>    
}<BR>}<BR>#<BR>### CMTS CM-subnet<BR>  shared-network "CMTS-v6-IPDR" 
{<BR>    subnet6 2001:470:1F07:957:3::/80 {<BR>    
range6 2001:470:1F07:957:3::2 2001:470:1F07:957:3::ffff;<BR>    
option docsis.tftp-servers 2001:470:1f07:957:2::2;<BR>    option 
docsis.cablelabs-configuration-file "basic.bin";<BR>    option 
docsis.cablelabs-syslog-servers 2001:470:1f07:957:2::2;<BR>    
option docsis.time-servers 2001:470:1f07:957:2::3;<BR>    option 
docsis.time-offset -10800;<BR>    option dhcp6.name-servers 
2001:470:1f07:957:2::2;<BR>  }<BR>}<BR><BR></FONT><BR>On 10/05/2010 06:28 
PM, Patricio Latini wrote: 
<BLOCKQUOTE cite=mid:COL117-W150D77825061A8E067F738F76D0@phx.gbl type="cite">
  <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>
  1) There shouldnt be a semicolon in line 39<BR>2) It should be a closed 
  curly bracket<BR> <BR>BTW I wouldn't recommend to subnet the IPv6 
  networks below /64 (/80). That might have impacts if you use autoconfiguration 
  at some point in the time as might be out of 
  spec.<BR> <BR>Thanks<BR> <BR>Patricio<BR><BR> <BR>
  <HR id=stopSpelling>
  Date: Tue, 5 Oct 2010 17:38:34 -0400<BR>From: <A 
  class=moz-txt-link-abbreviated 
  href="mailto:thomas.s.martinson@gmail.com">thomas.s.martinson@gmail.com</A><BR>To: 
  <A class=moz-txt-link-abbreviated 
  href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</A><BR>Subject: 
  Re: CableLabs Vendor Specific Option not in Relay-Reply message<BR><BR>
  <META content="Microsoft SafeHTML" name=Generator><FONT size=-1>I too am 
  having some issues with getting the DHCP server to start and hand out IPv6 
  addresses to D2.0 and D3.0 CMs.  <BR>I have commented out each of the 
  CMTS-CM subnets, and am now just trying to get the software to start for the 
  local machine.  I have also pasted the output of the 
  /var/log/messages.<BR><BR>Can anyone tell me what is wrong?  
  <BR><BR>Thanks,<BR><BR>Tom<BR></FONT><FONT 
  size=-1><SMALL><SMALL><BR>   <BR><BIG><BIG><FONT 
  face="Courier New, Courier, monospace">Oct  5 17:27:44 prov6 dhcpd: 
  /etc/dhcpd.conf line 39: semicolon expected.<BR>Oct  5 17:27:44 prov6 
  dhcpd: ?<BR>Oct  5 17:27:44 prov6 dhcpd:  ^<BR>Oct  5 17:27:44 
  prov6 dhcpd: /etc/dhcpd.conf line 39: expecting a parameter or 
  declaration<BR>Oct  5 17:27:44 prov6 dhcpd:     
  };<BR>Oct  5 17:27:44 prov6 
  dhcpd:         ^<BR>Oct  5 
  17:27:44 prov6 dhcpd: /etc/dhcpd.conf line 39: expecting a parameter or 
  declaration<BR>Oct  5 17:27:44 prov6 dhcpd:     
  };<BR>Oct  5 17:27:44 prov6 
  dhcpd:         ^<BR>Oct  5 
  17:27:44 prov6 dhcpd: /etc/dhcpd.conf line 40: unexpected end of 
  file<BR>Oct  5 17:27:44 prov6 dhcpd: <BR>Oct  5 17:27:44 prov6 
  dhcpd: ^<BR>Oct  5 17:27:44 prov6 dhcpd: /etc/dhcpd.conf line 40: 
  unexpected end of file<BR>Oct  5 17:27:44 prov6 dhcpd: <BR>Oct  5 
  17:27:44 prov6 dhcpd: ^<BR>Oct  5 17:27:44 prov6 dhcpd: Configuration 
  file errors encountered -- exiting<BR>Oct  5 17:27:44 prov6 dhcpd: 
  <BR><BR>     1    
  ########################################### <BR>     
  2    # ABN IPv6 Configuration 
  v0.0.3           
  #<BR>     3    
  ###########################################<BR>     
  4    
  #                                         
  #<BR>     5    # Special thanks to those 
  who have helped #<BR>     6    
  #                                         
  #<BR>     7    
  #                         
  --Tom Martinson #<BR>     8    
  #                                         
  #<BR>     9    
  ###########################################<BR>    
  10    #<BR>    11    ###Define 
  the options <BR>    12    
  #<BR>    13    option space docsis code width 2 
  length width 2;<BR>    14    option vsio.docsis 
  code 4491 = encapsulate docsis;<BR>    15    
  option docsis.tftp-servers code 32 = array of 
  ip6-address;<BR>    16    option 
  docsis.cablelabs-configuration-file code 33 = text;<BR>    
  17    option docsis.cablelabs-syslog-servers code 34 = array of 
  ip6-address;<BR>    18    option 
  docsis.device-id code 36 = string;<BR>    19    
  option docsis.time-servers code 37 = array of 
  ip6-address;<BR>    20    option 
  docsis.time-offset code 38 = signed integer 32;<BR>    
  21    #<BR>    22    ###Configure 
  global options:<BR>    23    
  #<BR>    24    option 
  dhcp6.rapid-commit;<BR>    25    
  default-lease-time 1800;<BR>    26    
  max-lease-time 1800;<BR>    27    
  ddns-update-style ad-hoc;<BR>    28    
  #<BR>    29    #<BR>    
  30    ### SERVER Subnet <BR>    
  31    ### This stops the server from 
  complaining<BR>    32    ### DO NOT 
  REMOVE<BR>    33    #<BR>    
  34    shared-network "lab" { <BR>    
  35      subnet6 2001:470:1f07:957:2::/80 
  {<BR>    36        range6 
  2001:470:1f07:957:2::aaaa 2001:470:1f07:957:2::ffff;<BR>    
  37        option dhcp6.name-servers 
  2001:470:1f07:957:2::2;<BR>    38    
      option dhcp6.domain-search "a-bb.net;"  
  <BR>    39        
  };<BR>    40    
  )</FONT></BIG></BIG></SMALL></SMALL><BIG><BR></BIG></FONT><BR><BR>On 
  10/05/2010 11:31 AM, Cheng Ching-Ho-LCC014 wrote: 
  <BLOCKQUOTE 
  cite=mid:D947A294D7CCE14AB2D522B79344783F04BC0257@ct11exm64.ds.mot.com>
    <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 face=Arial 
    color=#0000ff>Hi Patricio,</FONT></SPAN></DIV>
    <DIV dir=ltr align=left><SPAN 
class=ecx243332815-05102010></SPAN> </DIV>
    <DIV dir=ltr align=left><SPAN class=ecx243332815-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=ecx243332815-05102010></SPAN> </DIV>
    <DIV dir=ltr align=left><SPAN class=ecx243332815-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=ecx243332815-05102010></SPAN> </DIV>
    <DIV dir=ltr align=left><SPAN class=ecx243332815-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=ecx243332815-05102010></SPAN> </DIV>
    <DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT face=Arial 
    color=#0000ff>Thanks,</FONT></SPAN></DIV>
    <DIV dir=ltr align=left><SPAN 
class=ecx243332815-05102010></SPAN> </DIV>
    <DIV dir=ltr align=left><SPAN class=ecx243332815-05102010><FONT face=Arial 
    color=#0000ff>Ching-Ho Cheng</FONT></SPAN></DIV><BR>
    <DIV class=ecxOutlookMessageHeader lang=en-us dir=ltr align=left>
    <HR>
    <FONT face=Tahoma><B>From:</B> <A class=ecxmoz-txt-link-abbreviated 
    href="mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org" 
    moz-do-not-send="true">dhcp-users-bounces+lcc014=motorola.com@lists.isc.org</A> 
    [<A class=ecxmoz-txt-link-freetext 
    href="mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org" 
    moz-do-not-send="true">mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org</A>] 
    <B>On Behalf Of </B>Patricio Latini<BR><B>Sent:</B> Sunday, October 03, 2010 
    4:20 PM<BR><B>To:</B> <A class=ecxmoz-txt-link-abbreviated 
    href="mailto:dhcp-users@lists.isc.org" 
    moz-do-not-send="true">dhcp-users@lists.isc.org</A><BR><B>Subject:</B> RE: 
    CableLabs Vendor Specific Option not in Relay-Reply 
    message<BR></FONT><BR></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: <A 
    class=ecxmoz-txt-link-abbreviated href="mailto:Ching-Ho.Cheng@motorola.com" 
    moz-do-not-send="true">Ching-Ho.Cheng@motorola.com</A><BR>To: <A 
    class=ecxmoz-txt-link-abbreviated href="mailto:dhcp-users@lists.isc.org" 
    moz-do-not-send="true">dhcp-users@lists.isc.org</A><BR><BR>
    <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></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></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> </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> <A class=ecxmoz-txt-link-abbreviated 
    href="mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org" 
    moz-do-not-send="true">dhcp-users-bounces+lcc014=motorola.com@lists.isc.org</A> 
    [<A class=ecxmoz-txt-link-freetext 
    href="mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org" 
    moz-do-not-send="true">mailto:dhcp-users-bounces+lcc014=motorola.com@lists.isc.org</A>] 
    <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><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 <A class=ecxmoz-txt-link-abbreviated 
    href="mailto:dhcp-users@lists.isc.org" 
    moz-do-not-send="true">dhcp-users@lists.isc.org</A> <A 
    class=ecxmoz-txt-link-freetext 
    href="https://lists.isc.org/mailman/listinfo/dhcp-users" target=_blank 
    moz-do-not-send="true">https://lists.isc.org/mailman/listinfo/dhcp-users</A> 
<PRE><FIELDSET class=ecxmimeAttachmentHeader></FIELDSET>
_______________________________________________
dhcp-users mailing list
<A class=ecxmoz-txt-link-abbreviated href="mailto:dhcp-users@lists.isc.org" moz-do-not-send="true">dhcp-users@lists.isc.org</A>
<A class=ecxmoz-txt-link-freetext href="https://lists.isc.org/mailman/listinfo/dhcp-users" target=_blank moz-do-not-send="true">https://lists.isc.org/mailman/listinfo/dhcp-users</A></PRE></BLOCKQUOTE><BR>_______________________________________________ 
  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 wrap=""><FIELDSET class=mimeAttachmentHeader></FIELDSET>
_______________________________________________
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></BODY></HTML>