[AusNOG] JunOS Configuration Example for Telstra Wholesale

Shane Short shane at short.id.au
Fri Sep 4 16:57:18 EST 2009


Ah, one of those days it would appear :)
Relevant config is as follows-- I've followed all the configuration  
examples I could find online.. still no luck.


at-1/0/0 {
     description "Internode DSL";
     mtu 1500;
     encapsulation ethernet-over-atm;
     atm-options {
         vpi 8;
     }
     dsl-options {
         operating-mode auto;
     }
     unit 0 {
         encapsulation ppp-over-ether-over-atm-llc;
         vci 8.35;
     }
}

pp0 {
     traceoptions {
         flag all;
     }
     unit 0 {
         ppp-options {
             chap {
                 access-profile jweb-pp0;
                 passive;
             }
             pap {
                 access-profile jweb-pp0;
                 local-name "-username-";
                 local-password "#password#"; ## SECRET-DATA
                 passive;
             }
         }
         pppoe-options {
             underlying-interface at-1/0/0.0;
             idle-timeout 0;
             service-name "-username-";
             auto-reconnect 10;
             client;
         }
         family inet {
             mtu 1492;
             negotiate-address;
         }
     }
}

access {
     profile jweb-pp0 {
         client "-username-" chap-secret "#password#"; ## SECRET-DATA
     }
}
On 04/09/2009, at 2:14 PM, Olof Kasselstrand wrote:

> Can you show us the relevant config? =)
>
> // Olof
>
> On Fri, Sep 4, 2009 at 7:58 AM, Shane Short<shane at short.id.au> wrote:
>> Probably should've been more specific, this is a Telstra Wholesale
>> ADSL service (Internode, if that helps).
>> Doing a tcpdump on the ATM interface, I'm seeing the following:
>>
>>  > monitor traffic interface at-1/0/0
>> verbose output suppressed, use <detail> or <extensive> for full
>> protocol decode
>> Address resolution is ON. Use <no-resolve> to avoid any reverse  
>> lookup
>> delay.
>> Address resolution timeout is 4s.
>> Listening on at-1/0/0, capture size 96 bytes
>>
>> 23:34:40.803573 Out PPPoE PADI [Host-Uniq UTF8] [Service-Name "- 
>> snip-"]
>> 23:34:40.959636  In PPPoE PADO [AC-Name "qcyb-charlotte"] [Host-Uniq
>> UTF8] [Service-Name UTF8]
>> 23:34:43.806796 Out PPPoE PADR [Host-Uniq UTF8] [Service-Name "-
>> snip-"] [AC-Name UTF8]
>> 23:34:43.896941  In PPPoE PADS [ses 4628] [Service-Name "-snip-"]
>> [Host-Uniq UTF8] [AC-Name UTF8]
>> 23:34:43.905417 Out PPPoE  [ses 4628]LCP, Conf-Request (0x01), id 18,
>> length 16
>> 23:34:44.065427 Out PPPoE  [ses 4628]LCP, Conf-Ack (0x02), id 139,
>> length 21
>> 23:34:56.062686 Out PPPoE  [ses 4628]LCP, Echo-Request (0x09), id  
>> 128,
>> length 10
>> 23:35:03.661497 Out PPPoE  [ses 4628]LCP, Echo-Request (0x09), id  
>> 129,
>> length 10
>> 23:35:13.612944 Out PPPoE  [ses 4628]LCP, Term-Request (0x05), id 19,
>> length 6
>>
>> I'm seeing the LAC obviously, but the session isn't coming up..
>>
>>
>>
>> On 04/09/2009, at 1:33 PM, Shane Short wrote:
>>
>>> Hi Guys,
>>> I've got a remote client trying to configure their shiny new  
>>> J2320-- I
>>> was wondering if anyone had any configuration templates or any  
>>> gotchas
>>> that we need to be aware of?
>>>
>>> Shane
>>> _______________________________________________
>>> 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




More information about the AusNOG mailing list