yes, I actually tried this before:<br><br>option space ccc code width 2 length width 2;<br>option ccc.primary-server code 1 = ip-address;<br>option ccc.secondary-server code 2 = ip-address;<br>option docsis.ccc code 2170 = encapsulate ccc;<br>
<br>option ccc.primary-server <a href="http://1.1.1.1">1.1.1.1</a>;<br>option ccc.secondary-server <a href="http://2.2.2.2">2.2.2.2</a>;<br><br>But I failed to get a response from the server for this suboption. I noticed that I only have 4.0.0b2 installed here, so it might work better on a more recent release, I did not have any time yet to take a closer look.<br>
<br><div class="gmail_quote">On Tue, Apr 22, 2008 at 5:15 PM, David W. Hankins <<a href="mailto:David_Hankins@isc.org">David_Hankins@isc.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, Apr 22, 2008 at 04:17:50PM +0200, Marcus Goller wrote:<br>
> option space docsis code width 2 length width 2;<br>
<br>
</div>bleah, i still don't like how this reads, but i'm not sure how to<br>
do this syntax otherwise.<br>
<div class="Ih2E3d"><br>
> option vsio.docsis code 4491 = encapsulate docsis;<br>
> option docsis.ccc code 2170 = {integer 16, integer 16, ip-address, integer<br>
> 16, integer 16, ip-address};<br>
> option docsis.ccc 1 4 <a href="http://1.1.1.1" target="_blank">1.1.1.1</a> 2 4 <a href="http://2.2.2.2" target="_blank">2.2.2.2</a>;<br>
><br>
> There are probably better ways, but that might get you started.<br>
<br>
</div>you should be able to treat the ccc option as yet another layer of<br>
encapsulation;<br>
<br>
        option space ccc code width 2 length width 2;<br>
        option ccc.first code 1 = ip-address;<br>
        option ccc.second code 2 = ip-address;<br>
<br>
        option docsis.ccc code 2170 = encapsulate ccc;<br>
<br>
        option ccc.first <a href="http://1.1.1.1" target="_blank">1.1.1.1</a>;<br>
        option ccc.second <a href="http://2.2.2.2" target="_blank">2.2.2.2</a>;<br>
<br>
vsio->docsis is only one layer of indirection, it's possible there is<br>
a bug when there are more than one layer.  it's supposed to work, but<br>
we've found quite a few corner cases already testing configs like<br>
these...<br>
<font color="#888888"><br>
--<br>
David W. Hankins        "If you don't do it right the first time,<br>
Software Engineer               you'll just have to do it again."<br>
Internet Systems Consortium, Inc.       -- Jack T. Hankins<br>
<br>
</font></blockquote></div><br>