Routing

last person joined: 3 days ago 

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.  Metric Route

    Posted 11-25-2015 08:24

    Hello friends  , 

     

           We have some policy based route rules on the our main isp's connection port's ingress filters. Which route some traffic to the firewall. We just want to let this routing disable what if the route next-hops are not available.

     

        How we should do it on MX80



  • 2.  RE: Metric Route
    Best Answer

    Posted 11-25-2015 09:17

    Hello,

    There are several ways to do it.

    The easiest is to add 0/1+128/1 static routes to an interface and re-do Your 0/0 route to point to next table.

    If You want the FBFed packet to be looked up in global table if FBF-egress interface is down, then here is the example for Your instance "UDP-Routes"

     

     

    delete routing-instances UDP-Routes routing-options static route 0/0
    set routing-instances UDP-Routes routing-options static route 0/1 next-hop 37.123.100.98
    set routing-instances UDP-Routes routing-options static route 128/1 next-hop 37.123.100.98 
    set routing-instances UDP-Routes routing-options static route 0/0 next-table inet.0  

    HTH

     

    Thx

    Alex



  • 3.  RE: Metric Route

    Posted 11-25-2015 09:35

    you are a life saver ,

     

    if you have knowladge about srx should you please also check for that

     

    http://forums.juniper.net/t5/SRX-Services-Gateway/Strange-issue/td-p/284643