SRX

last person joined: 23 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  How to configure SRX100 with ADSL modem in bridge mode for Canada ISPs

    Posted 05-18-2010 13:59

    (ADSL Modem connected to SRX100 Gateway Router)

     

    Hi all,

     

    I am trying to setup the SRX100 Gateway Router with a ADSL service provider (Bell).  I can't find the option to configure the VCI and VPI parameters.

    I want this router to be a PPPOE client. How can Configure the SRX100 with VCI and VPI and bridge LLC mode parameters.

    The SRX100 comes with 8 port Fastethernet ports only. Can someone write the code for me.

     

    The current setup is 

    ADSL Modem (bridge Mode) ---->SRX100 (fe-0/0/0 interfaces).

    (Modem SpeedStream 6520)

     

     I would like the Router to authenticate the ISP User name and password parameter.

     

    This is what I had in it before please see below. Please help anyone.

    Thanks.

    zee

     

    root# show
    ## Last changed: 2010-05-18 23:12:50 UTC
    version 10.0R1.8;
    interfaces {
        fe-0/0/0 {
            unit 0 {
                encapsulation ppp-over-ether;
            }
        }
        pp0 {
            unit 0 {
                ppp-options {
                    pap {
                        local-name XXXXXXX;
                        local-password "$9$Jz4Zrit.s4fz4sCsutTtzpBtRhvM7-V"; ## SECRET-DATA
                    }
                }
                pppoe-options {
                    underlying-interface fe-0/0/0.0;
                    auto-reconnect 120;
                    client;
                }
                family inet {
                    sampling {
                        input;
                        output;
                    }
                    negotiate-address;
                }
            }
        }
    }
    security {
        zones {
            security-zone untrust {
                interfaces {
                    fe-0/0/0.0;
                    pp0.0;
                }
            }
        }
    }



  • 2.  RE: How to configure SRX100 with ADSL modem in bridge mode for Canada ISPs
    Best Answer

    Posted 05-19-2010 00:07

    Hi,

     

    Virtual path and virtual circuit identifier are parameters of the ATM connection below PPP(oE)oA. You can configure them only on the ADSL interface that is only available on the corresponding PIM. The SRX 100 supports only Ethernet interfaces. You would need at least an SRX 210 that has one slot for PIMs and an ADSL PIM.

     

    With the SRX 100, you can only connect to an ADSL bridge, and configure PPPoE on it as you have already done.

     

    Regards,

    Dominik



  • 3.  RE: How to configure SRX100 with ADSL modem in bridge mode for Canada ISPs

    Posted 05-20-2010 08:40

    Thanks Dominik for the reply, it makes sense.

    Your help is appreciated.

    Zee



  • 4.  RE: How to configure SRX100 with ADSL modem in bridge mode for Canada ISPs

    Posted 07-01-2015 03:06

    Hi , 

    did this configuration worked ? i have the same situation here .