[AusNOG] Internode ADSL setup for Juniper SRX110
Cooper Ry Lees
me at cooperlees.com
Mon Sep 24 14:33:58 EST 2012
Hi Peter,
http://cooperlees.com/blog/?p=486
set interfaces at-1/0/0 description "ADSL Interface"
set interfaces at-1/0/0 mtu 1540
set interfaces at-1/0/0 encapsulation atm-pvc
set interfaces at-1/0/0 atm-options vpi 8
set interfaces at-1/0/0 dsl-options operating-mode auto
set interfaces at-1/0/0 unit 0 description PPPoA
set interfaces at-1/0/0 unit 0 encapsulation atm-ppp-llc
set interfaces at-1/0/0 unit 0 vci 8.35
set interfaces at-1/0/0 unit 0 ppp-options chap default-chap-secret
"PASSWORD"
set interfaces at-1/0/0 unit 0 ppp-options chap local-name "username at ISP"
set interfaces at-1/0/0 unit 0 ppp-options chap passive
set interfaces at-1/0/0 unit 0 family inet address x.x.x.x/32
There is a working config with Internode when I had my SRX110 connected at
a previous place of residence.
Thanks,
--
Cooper Ry Lees
[e] me at cooperlees.com
[m] +61 403 739 446
[w] http://cooperlees.com/
On Mon, Sep 24, 2012 at 2:23 PM, Peter Brown <rendhalver at gmail.com> wrote:
> Hi everyone,
>
> I am still trying to get my new SRX110 integrated into the network
> here as the ADSL connection.
> I have tried a couple of setup but neither of them worked completely
> correctly.
>
> This one didn't establish a network connection.
> at-1/0/0 {
> description ADSL;
> mtu 1540;
> encapsulation atm-pvc;
> atm-options {
> vpi 8 {
> oam-period 100;
> oam-liveness {
> up-count 200;
> down-count 200;
> }
> }
> }
> dsl-options {
> operating-mode auto;
> }
> unit 0 {
> description InterNode;
> encapsulation atm-ppp-llc;
> vci 8.35;
> ppp-options {
> chap {
> access-profile InterNode;
> passive;
> }
> }
> family inet {
> address XXX.XXX.XXX.XXX/32;
> }
> }
> }
>
> So I went searching and found another setup for using pppoe
> This one seemed to establish a netowrk connection but the interface
> had an IP of 10.0.0.1 and I couldn't connect to anything on the net.
>
> at-1/0/0 {
> description ADSL;
> mtu 1540;
> encapsulation ethernet-over-atm;
> atm-options {
> vpi 8 {
> oam-period 100;
> oam-liveness {
> up-count 200;
> down-count 200;
> }
> }
> }
> dsl-options {
> operating-mode annexm-adsl2plus;
> }
> unit 0 {
> description InterNode;
> encapsulation ppp-over-ether-over-atm-llc;
> vci 8.35;
> shaping {
> ubr;
> }
> }
> pp0 {
> unit 0 {
> ppp-options {
> pap {
> access-profile InterNode;
> }
> }
> pppoe-options {
> underlying-interface at-1/0/0.0;
> idle-timeout 0;
> auto-reconnect 2;
> client;
> }
> family inet {
> negotiate-address;
> }
> }
> }
>
> We have a static IP so I did consider setting that on the pp0.0
> interface but wasn't sure if that is the best way to do it.
>
> Am I doing something wrong with my settings?
> Thanks in advance.
>
> Pete
> _______________________________________________
> 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/20120924/feb7eace/attachment.html>
More information about the AusNOG
mailing list