<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks Ben! Very helpful.<div><br></div><div>Here is what I have so far (not working just yet but getting close I hope):</div><div><br></div><div><div>version 12.1X45;</div><div>interfaces {</div><div> at-1/0/0 {</div><div> encapsulation atm-pvc;</div><div> atm-options {</div><div> vpi 8;</div><div> }</div><div> dsl-options {</div><div> operating-mode annexm-adsl2plus;</div><div> }</div><div> unit 0 {</div><div> description "Internode ADSL";</div><div> encapsulation atm-ppp-vc-mux;</div><div> vci 8.35;</div><div> ppp-options {</div><div> pap {</div><div> local-name "<a href="mailto:username@internode.on.net">username@internode.on.net</a>";</div><div> local-password "xxx"; ## SECRET-DATA</div><div> passive;</div><div> }</div><div> }</div><div> family inet {</div><div> negotiate-address;</div><div> }</div><div> family inet6 {</div><div> dhcpv6-client {</div><div> client-type statefull;</div><div> client-ia-type ia-pd;</div><div> client-ia-type ia-na;</div><div> rapid-commit;</div><div> client-identifier duid-type duid-llt;</div><div> }</div><div> }</div><div> }</div><div> }</div><div>}</div><div><br></div><div><br></div><div>access {</div><div> address-assignment {</div><div> pool trust {</div><div> family inet {</div><div> network 10.0.0.0/22;</div><div> range pool {</div><div> low 10.0.1.1;</div><div> high 10.0.2.254;</div><div> }</div><div> dhcp-attributes {</div><div> maximum-lease-time 691200;</div><div> domain-name <a href="http://dalegroup.net">dalegroup.net</a>;</div><div> name-server {</div><div> 10.0.0.254;</div><div> }</div><div> router {</div><div> 10.0.0.254;</div><div> }</div><div> }</div><div> host static-ip-1 {</div><div> hardware-address 00:0c:29:xx:xx:xx;</div><div> ip-address 10.0.2.7;</div><div> }</div><div><br></div><div> }</div><div> }</div><div> }</div><div>}</div></div><div><br></div><div><br></div><div><br><div apple-content-edited="true"><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-family: 'Helvetica Neue Light'; font-size: 15px; margin: 0px; "></div>
</span></span></span></div>
<br><div><div>On 20/07/2013, at 5:37 PM, Shane Short <<a href="mailto:shane@short.id.au">shane@short.id.au</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
<div text="#000000" bgcolor="#FFFFFF">Any chance you could give
us an example of how to configure that? I've spent a good 20 minutes
looking and I'm stuck at the same spot Michael is :)<br>
<br>
-Shane<br>
<br>
Ben Dale wrote:
<blockquote style="word-wrap: break-word; -webkit-nbsp-mode: space;
-webkit-line-break: after-white-space; " type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
This is because there are actually two DHCP clients/server daemons you
can use on the SRX.
<div><br></div>
<div>The original one (set system services dhcp / family inet dhcp)
and the "new" one that is back-ported from the MX (set system services
dhcp-local-server / family inet dhcp-client).</div>
<div><br></div>
<div>This was done to get DHCP in a routing-instance on the SRX
without duplicating effort</div>
<div><br></div>
<div>When you configure DHCP client make sure you only have the
statements from one OR the other (eg if you're using the original DHCP
server, then you need "family inet dhcp" on your client interfaces or
else if you want "family inet6 dhcp-client you'll need to switch your
server to the new format), otherwise you'll get that commit error.</div>
<div><br></div>
<div>Anyone from iinet/Westnet out there that knows about your v6
plans for DSL?</div>
<div><br></div>
<div>Cheers,</div>
<div><br></div>
<div>Ben</div>
<div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word;
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div></span></span></div><div><div>On
20/07/2013, at 3:12 PM, Michael Dale <<a href="mailto:mdale@dalegroup.net">mdale@dalegroup.net</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space;
-webkit-line-break: after-white-space; "><div>I have tried and failed
thus far.</div><div><br></div><div>SRX210 + ADSL mPim + Internode +
12.1XD45</div><div><br></div><div>There is some information here that I
followed:</div><div><a href="http://blog.ciscoinferno.net/dhcpv6-client-on-the-srx">http://blog.ciscoinferno.net/dhcpv6-client-on-the-srx</a></div><div><br></div><div>Unfortunately
I get the error:</div><div>Incompatible with the dhcp server configured
under 'system services dhcp'</div><div><br></div><div>Not sure why that
has anything todo with DHCPv6 client for ppp connections.</div><div><br></div><div>I
did remove the dhcp server to test with but I never received an IP from
internode, I suspect this is a JunOS issue as my SSG5 ( <a href="http://michaeldale.com.au/archive/2010/01/17/native-ipv6-over-pppoe-with-internode-and-a-juniper-ssg5/">http://michaeldale.com.au/archive/2010/01/17/native-ipv6-over-pppoe-with-internode-and-a-juniper-ssg5/</a>
) could do IPv6 with Internode fine.</div><br><div apple-content-edited="true">
<div style="font-family: Helvetica; font-size: medium; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-align: -webkit-auto;
text-indent: 0px; text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; "><span><div style="margin: 0px;
font-size: 15px; font-family: 'Helvetica Neue Light'; color: rgb(30, 73,
125); "><div style="margin: 0px; font-size: 12px; "><span style="letter-spacing: 0px; ">Michael.</span></div></div></span></div><span style="font-family: Helvetica; font-size: medium; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent:
0px; text-transform: none; white-space: normal; widows: 2; word-spacing:
0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
</span></div>
<br><div><div>On 20/07/2013, at 1:49 PM, Brad Peczka <<a href="mailto:brad@bradpeczka.com">brad@bradpeczka.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">It's worth
mentioning that, this far, the 12.1X train has been less than
satisfactory - memory leaks galore cause it to reload on a bi-weekly
basis. It almost reminds me of some of the early Cisco 12.4T trains!<br><br>Hopefully
the latest one is getting better, but I wouldn't hold your breath.<br><br>Cheers,<br>-Brad.<br>________________________________________<br>From:
AusNOG [<a href="mailto:ausnog-bounces@lists.ausnog.net">ausnog-bounces@lists.ausnog.net</a>]
On Behalf Of Reuben Farrelly [<a href="mailto:reuben-ausnog@reub.net">reuben-ausnog@reub.net</a>]<br>Sent:
Saturday, 20 July 2013 11:18 AM<br>To: Jonathan Thorpe<br>Cc: <<a href="mailto:ausnog@lists.ausnog.net">ausnog@lists.ausnog.net</a>><br>Subject:
Re: [AusNOG] IPv6 Internode with Juniper SRX110H-VA<br><br>The latest
release (12.1X45-D10) of JunOS for the SRX which came out on<br>Monday
now officially supports, amongst other things:<br><br>- IPv6 Support on
ADSL, G.SHDSL and VDSL2 Interfaces<br>- DHCPv6 client<br>- Dynamic DNS<br><br>Release
notes at:<br><br><a href="http://www.juniper.net/techpubs/en_US/junos12.1x45/information-products/topic-collections/release-notes/12.1x45/junos-release-notes-12.1X45.pdf">http://www.juniper.net/techpubs/en_US/junos12.1x45/information-products/topic-collections/release-notes/12.1x45/junos-release-notes-12.1X45.pdf</a><br><br>Haven't
tried running it up yet, but this is a very good start.<br><br>Reuben<br><br>On
1/07/2013 1:37 PM, Jonathan Thorpe wrote:<br><blockquote type="cite">You
may find this useful (or perhaps not):<br><br><a href="http://forums.juniper.net/t5/SRX-Services-Gateway/Branch-SRX-as-a-DHCPv6-prefix-delegation-client/td-p/99340/page/3">http://forums.juniper.net/t5/SRX-Services-Gateway/Branch-SRX-as-a-DHCPv6-prefix-delegation-client/td-p/99340/page/3</a><br><br>*From:*Jonathan
Thorpe<br>*Sent:* Monday, 1 July 2013 1:35 PM<br>*To:* 'Skeeve
Stevens'; <a class="moz-txt-link-rfc2396E" href="mailto:ausnog@lists.ausnog.net"><ausnog@lists.ausnog.net></a><br>*Subject:* RE: [AusNOG]
IPv6 Internode with Juniper SRX110H-VA<br><br>Hi Skeeve,<br><br>Isn’t
there an issue with prefix delegation on JunOS that prevents this<br>from
working?<br><br>Kind Regards,<br><br>Jonathan<br></blockquote><br>_______________________________________________<br>AusNOG
mailing list<br><a href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a><br><a class="moz-txt-link-freetext" href="http://lists.ausnog.net/mailman/listinfo/ausnog">http://lists.ausnog.net/mailman/listinfo/ausnog</a><br>_______________________________________________<br>AusNOG
mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a><br><a class="moz-txt-link-freetext" href="http://lists.ausnog.net/mailman/listinfo/ausnog">http://lists.ausnog.net/mailman/listinfo/ausnog</a><br></blockquote></div><br></div>_______________________________________________<br>AusNOG
mailing list<br><a href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a><br><a class="moz-txt-link-freetext" href="http://lists.ausnog.net/mailman/listinfo/ausnog">http://lists.ausnog.net/mailman/listinfo/ausnog</a><br></blockquote></div><br></div>
<pre wrap="">_______________________________________________
AusNOG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a>
<a class="moz-txt-link-freetext" href="http://lists.ausnog.net/mailman/listinfo/ausnog">http://lists.ausnog.net/mailman/listinfo/ausnog</a>
</pre>
</blockquote>
</div>
</blockquote></div><br></div></body></html>