Routing

last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Primary and backup link configuration on Juniper M7i router

    Posted 09-26-2011 03:10

    Hi,

     

          I have one Juniper M7i router and two internet link. I need configuration for backup link.

    If first link go down then second link should comes up automatic on the same router. 

     

       



  • 2.  RE: Primary and backup link configuration on Juniper M7i router

    Posted 09-27-2011 11:22

    Which protocol you are using on Internet links??

     

    In case of E-BGP you will any achieve the fail over once peering sessions are up..



  • 3.  RE: Primary and backup link configuration on Juniper M7i router

    Posted 09-27-2011 22:26

    Hi,

     

           I am using static route for internet link. 

          

     Nikhil..       



  • 4.  RE: Primary and backup link configuration on Juniper M7i router
    Best Answer

     
    Posted 09-27-2011 23:04

    Hi Nikhil,

     

    You can use qualified-next-hop in this case as below:

     


    [edit]
    regress@huntington# show routing-options
    static {
        route 0.0.0.0/0 {
            next-hop 172.168.0.1;                        <<<< Primary Link
            qualified-next-hop 220.2.4.5 {               <<<< Backup Link
                preference 10;
            }
        }
    }

     

     

    Regards

    Surya Prakash



  • 5.  RE: Primary and backup link configuration on Juniper M7i router

    Posted 09-27-2011 23:07

    However in case of failover, you need to make the physical down in case of static routes...