SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX DSL Redundancy

     
    Posted 10-05-2018 08:46

    Hi all,

     

    Should be a simple answer to this one I expect:

     

    I have hunted for the docs on this and cannot find anything relevant:

     

    If I have an SRX340 and purchase a DSL module for the device (RJ11) and want to configure it for redundancy.... so the ethernet WAN is utilised first and failover is provided on the DSL module.... could you point me to relevant documents for configuring this please?



  • 2.  RE: SRX DSL Redundancy
    Best Answer

     
    Posted 10-05-2018 20:24

    Hello,

     

    You can configure ADSL interface per the KB below.

     

    https://kb.juniper.net/InfoCenter/index?page=content&id=KB15737&actp=METADATA

     

    In the KB, it is ADSL as primary while dialer as backup based on:-

     

    }
    routing-options {
    static {
    route 0.0.0.0/0 next-hop pp0.0 metric 0;
    route 0.0.0.0/0 next-hop dl0.0;
    }
    }

     

    In your case, you can try to make your WAN (gig interface) as primary and ADSL as backup.

     

    Regards,

     

    Rushi