[j-nsp] UK adsl config

Nick Ryce Nick.Ryce at lumison.net
Wed Jul 1 06:52:41 EDT 2009


Gave that a try and still nothing.

Forgot to mention that i have set keepalives as the adsl line is a backup and no traffic is flowing.  Would the interface come up without traffic going through it?

Nick

-----Original Message-----
From: Nalkhande Tarique Abbas [mailto:ntarique at juniper.net]
Sent: 30 June 2009 15:55
To: Nick Ryce; juniper-nsp at puck.nether.net
Subject: RE: [j-nsp] UK adsl config

Hey Nick,

AFAIK, the access-profile configuration should work if the client name
matches the service provider BRAS hostname.

Try to use "passive" knob under ppp-options chap & also add local-name
under it.

unit 0 {
    description "ADSL Backup";
    encapsulation atm-ppp-vc-mux;
    vci 38;
    ppp-options {
        chap {
            access-profile adsl-details;
                local-name <> <<---
                passive; <<---
        }

If that doesn't work, wont be a bad idea to try the other way round.

i.e., using "passive" knob under the [ppp-options chap] and also
"local-name <name>" and "default-chap-secret <secret>".


unit 0 {
    description "ADSL Backup";
    encapsulation atm-ppp-vc-mux;
    vci 38;
    ppp-options {
        chap {
            default-chap-secret ""$90BIRhr";## SECRET-DATA
                local-name <>;
                passive <<--



Thanks & Regards,
Tarique A. N.

-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of Nick Ryce
Sent: Tuesday, June 30, 2009 6:19 PM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] UK adsl config

Hi Guys,

I am having difficulties getting an adsl pim module to work in a j2320
running 9.3R2.8 Enhanced services.

SP is using ppoa whith chap authentication and I have confirmed the adsl
line is working by using a netgear adsl modem.  We are seeing sync but
cannot establish a PPP connection.  Below is my config, any help much
appreciated.

description "ADSL Connection";
mtu 1500;
encapsulation atm-pvc;
atm-options {
    vpi 0;
}
dsl-options {
    operating-mode auto;
}
unit 0 {
    description "ADSL Backup";
    encapsulation atm-ppp-vc-mux;
    vci 38;
    ppp-options {
        chap {
            access-profile adsl-details;
        }
    }
    keepalives interval 10 up-count 1 down-count 3;
    family inet {
        negotiate-address;
    }
}


Adsl-details have a client name anc a chap secret which we have
confirmed is correct.

Nick


________________________________
--

This email and any files transmitted with it are confidential and
intended
solely for the use of the individual or entity to whom they are
addressed.
If you have received this email in error please notify the sender. Any
offers or quotation of service are subject to formal specification.
Errors and omissions excepted. Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of Lumison.
Finally, the recipient should check this email and any attachments for
the
presence of viruses. Lumison accept no liability for any
damage caused by any virus transmitted by this email.
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

--

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the sender. Any
offers or quotation of service are subject to formal specification.
Errors and omissions excepted.  Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of Lumison.
Finally, the recipient should check this email and any attachments for the
presence of viruses.  Lumison accept no liability for any
damage caused by any virus transmitted by this email.


More information about the juniper-nsp mailing list