[j-nsp] JUNOS ISDN

Ben Dale bdale at comlinx.com.au
Tue Nov 10 06:03:49 EST 2009


Hi Sven,

This is quite possible to do.  The below configuration example is using PPP/CHAP to dial up a 3G modem, but the concept is the same for ISDN interfaces (dialer-options pool 1 is the key).  The dl0 interface is analogous to the Dialler interface in IOS:

cl-0/0/8 {
    description "Sierra Wireless 880E";
    modem-options {
        init-command-string ATE0;
    }
    dialer-options {
        pool 1;     
    }
    cellular-options {
        gsm-options {
            select-profile profile-id 2;
        }
    }
}
dl0 {
    description "Telstra NextG Dialler";
    encapsulation ppp;
    unit 0 {
        ppp-options {
            chap {
                default-chap-secret "$9$xGPdYoDjqf5FDiPQz3pu"; ## SECRET-DATA
                local-name x726152;
                passive;
            }
        }
        family inet {
            negotiate-address;
        }
        dialer-options {
            pool 1; 
            dial-string 99;
            watch-list {
                1.1.1.1/32;
            }
        }
    }
}

Cheers,

Ben

On 10/11/2009, at 7:05 PM, Sven Juergensen wrote:

Hi list,

is it possible to have something analogous
to cisco's
dialer map ip 1.1.1.1 name foo 12345678
and chap ppp authentication in combination
with ISDN callin for the J-series?

Thanks and best regards,

Mit freundlichen Gruessen,

	i. A. Sven Juergensen

-- 
Fachbereich
Netze und Rechenzentren

KielNET GmbH
Gesellschaft fuer Kommunikation
Preusserstr. 1-9, 24105 Kiel

Telefon : 0431 2219-053
Mobil   : 0170 403 5600
Telefax : 0431 2219-005
E-Mail  : s.juergensen at kielnet.de
Internet: http://www.kielnet.de

Geschaeftsfuehrer Eberhard Schmidt
HRB 4499 (Amtsgericht Kiel)

PGP details at
http://pgp.kielnet.de/sjuergensen/

_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp




More information about the juniper-nsp mailing list