<div dir="ltr">We are going to use a separate management WAN, in private IP space, but one group of people want to do DNS names, while the other group wants IP. So I thought I would poll and see how others are doing it. Because of technical reasons, we have to use the IP - modems don't do dual DNS stacks and we don't want to resolve all DNS on the management interface.<div><br></div><div>As for DHCP option, I found a better way of doing this yesterday:</div><div><font face="monospace, monospace"># Define a custom option space for tr069 options<br>
option space tr069;<br>
option tr069.acs-server-url code 1 = text;<br>
vendor-option-space tr069;<br>
option tr069.acs-server-url “<a href="http://url/of/acs/server%E2%80%9D">http://url/of/acs/server”</a>;</font><br></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">On the few modems we've tried, this works perfectly. And this value overrides the ACS URL that is preconfigured into the CPE.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">-dan</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 9:20 AM, Zaid Abdulla <span dir="ltr"><<a href="mailto:zaid@genieacs.com" target="_blank">zaid@genieacs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Apr 7, 2015, at 07:35 PM, Dan Morphis wrote:<br>
> I have a few questions about how other people are doing their CPE ACS<br>
implementation.<br>
><br>
> Are you using a single VCI/VPI and doing the management<br>
over the public internet? Or do you have a separate VCI/VPI specifically<br>
 for management? Do you have bridged mode modems connected to your ACS?<br>
><br>
> If you are doing management over a separate interface, for the management url, are you using DNS or hard-coded IP? Are you doing split DNS?<br>
<br>
</span>I'd recommend using a separate WAN connection for management when<br>
possible. As for using a domain name vs an IP, I prefer using IP because<br>
then you deal with one less point of failure (i.e. DNS). Though I don't<br>
have a strong opinion about that.<br>
<br>
> How are you assigning the ACS url to the CPE? Factory config, or DHCP option 60[<a href="http://blog.pierky.com/acs-url-configuration-via-dhcp-vendor-specific-information/" target="_blank">http://blog.pierky.com/acs-url-configuration-via-dhcp-vendor-specific-information/</a>]?<br>
<br>
I personally haven't used the DHCP option because I try to minimize the<br>
number of client features I have to rely on for a smoother operation.<br>
Perhaps my opinion will change when TR-069 is more wide spread and<br>
client implementations improve.<br>
<br>
Zaid<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
</blockquote></div><br></div>