[AusNOG] IPv6 Internode with Juniper SRX110H-VA

Michael Dale mdale at dalegroup.net
Sat Jul 20 17:46:42 EST 2013


Thanks Ben! Very helpful.

Here is what I have so far (not working just yet but getting close I hope):

version 12.1X45;
interfaces {
    at-1/0/0 {
        encapsulation atm-pvc;
        atm-options {
            vpi 8;
        }
        dsl-options {
            operating-mode annexm-adsl2plus;
        }
        unit 0 {
            description "Internode ADSL";
            encapsulation atm-ppp-vc-mux;
            vci 8.35;
            ppp-options {
                pap {
                    local-name "username at internode.on.net";
                    local-password "xxx"; ## SECRET-DATA
                    passive;
                }
            }
            family inet {
                negotiate-address;
            }
            family inet6 {
                dhcpv6-client {
                    client-type statefull;
                    client-ia-type ia-pd;
                    client-ia-type ia-na;
                    rapid-commit;
                    client-identifier duid-type duid-llt;
                }
            }
        }
    }
}


access {
    address-assignment {
        pool trust {
            family inet {
                network 10.0.0.0/22;
                range pool {
                    low 10.0.1.1;
                    high 10.0.2.254;
                }
                dhcp-attributes {
                    maximum-lease-time 691200;
                    domain-name dalegroup.net;
                    name-server {
                        10.0.0.254;
                    }
                    router {
                        10.0.0.254;
                    }
                }
                host static-ip-1 {
                    hardware-address 00:0c:29:xx:xx:xx;
                    ip-address 10.0.2.7;
                }

            }
        }
    }
}




On 20/07/2013, at 5:37 PM, Shane Short <shane at short.id.au> wrote:

> 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 :)
> 
> -Shane
> 
> Ben Dale wrote:
>> 
>> This is because there are actually two DHCP clients/server daemons you can use on the SRX.  
>> 
>> 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).
>> 
>> This was done to get DHCP in a routing-instance on the SRX without duplicating effort
>> 
>> 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.
>> 
>> Anyone from iinet/Westnet out there that knows about your v6 plans for DSL?
>> 
>> Cheers,
>> 
>> Ben
>> 
>> 
>> On 20/07/2013, at 3:12 PM, Michael Dale <mdale at dalegroup.net> wrote:
>> 
>>> I have tried and failed thus far.
>>> 
>>> SRX210 + ADSL mPim + Internode + 12.1XD45
>>> 
>>> There is some information here that I followed:
>>> http://blog.ciscoinferno.net/dhcpv6-client-on-the-srx
>>> 
>>> Unfortunately I get the error:
>>> Incompatible with the dhcp server configured under 'system services dhcp'
>>> 
>>> Not sure why that has anything todo with DHCPv6 client for ppp connections.
>>> 
>>> 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 ( http://michaeldale.com.au/archive/2010/01/17/native-ipv6-over-pppoe-with-internode-and-a-juniper-ssg5/ ) could do IPv6 with Internode fine.
>>> 
>>> Michael.
>>> 
>>> On 20/07/2013, at 1:49 PM, Brad Peczka <brad at bradpeczka.com> wrote:
>>> 
>>>> 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!
>>>> 
>>>> Hopefully the latest one is getting better, but I wouldn't hold your breath.
>>>> 
>>>> Cheers,
>>>> -Brad.
>>>> ________________________________________
>>>> From: AusNOG [ausnog-bounces at lists.ausnog.net] On Behalf Of Reuben Farrelly [reuben-ausnog at reub.net]
>>>> Sent: Saturday, 20 July 2013 11:18 AM
>>>> To: Jonathan Thorpe
>>>> Cc: <ausnog at lists.ausnog.net>
>>>> Subject: Re: [AusNOG] IPv6 Internode with Juniper SRX110H-VA
>>>> 
>>>> The latest release (12.1X45-D10) of JunOS for the SRX which came out on
>>>> Monday now officially supports, amongst other things:
>>>> 
>>>> - IPv6 Support on ADSL, G.SHDSL and VDSL2 Interfaces
>>>> - DHCPv6 client
>>>> - Dynamic DNS
>>>> 
>>>> Release notes at:
>>>> 
>>>> http://www.juniper.net/techpubs/en_US/junos12.1x45/information-products/topic-collections/release-notes/12.1x45/junos-release-notes-12.1X45.pdf
>>>> 
>>>> Haven't tried running it up yet, but this is a very good start.
>>>> 
>>>> Reuben
>>>> 
>>>> On 1/07/2013 1:37 PM, Jonathan Thorpe wrote:
>>>>> You may find this useful (or perhaps not):
>>>>> 
>>>>> http://forums.juniper.net/t5/SRX-Services-Gateway/Branch-SRX-as-a-DHCPv6-prefix-delegation-client/td-p/99340/page/3
>>>>> 
>>>>> *From:*Jonathan Thorpe
>>>>> *Sent:* Monday, 1 July 2013 1:35 PM
>>>>> *To:* 'Skeeve Stevens'; <ausnog at lists.ausnog.net>
>>>>> *Subject:* RE: [AusNOG] IPv6 Internode with Juniper SRX110H-VA
>>>>> 
>>>>> Hi Skeeve,
>>>>> 
>>>>> Isn’t there an issue with prefix delegation on JunOS that prevents this
>>>>> from working?
>>>>> 
>>>>> Kind Regards,
>>>>> 
>>>>> Jonathan
>>>> 
>>>> _______________________________________________
>>>> AusNOG mailing list
>>>> AusNOG at lists.ausnog.net
>>>> http://lists.ausnog.net/mailman/listinfo/ausnog
>>>> _______________________________________________
>>>> AusNOG mailing list
>>>> AusNOG at lists.ausnog.net
>>>> http://lists.ausnog.net/mailman/listinfo/ausnog
>>> 
>>> _______________________________________________
>>> AusNOG mailing list
>>> AusNOG at lists.ausnog.net
>>> http://lists.ausnog.net/mailman/listinfo/ausnog
>> 
>> _______________________________________________
>> AusNOG mailing list
>> AusNOG at lists.ausnog.net
>> http://lists.ausnog.net/mailman/listinfo/ausnog

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20130720/2efa7669/attachment.html>


More information about the AusNOG mailing list