SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  How to Static Route to Interface?

    Posted 05-28-2014 14:15

    hi, guys thanks for time and help

     

    i tring to route one ip address to interface but is not working where i can find and example?

     

    this is my setup:

     

    routing-options {
    static {
    route 200.88.181.85/32 next-hop ge-0/0/0.0;
     }
    }

     

    error:

     

    There were error(s) delivering the configuration.

    Error(s):
    'next-hop ge-0/0/0.0'

    1) RT: bad next-hop ge-0/0/0.0 -- next-hop ge-0/0/0.0 is not point-to-point
    2) configuration check-out failed



  • 2.  RE: How to Static Route to Interface?

    Posted 05-28-2014 14:51

    I don't think its possible to use an interface like you would with a Cisco box.  You just have to specify the actual next hop ip address that you're sending the traffic to.

     

    set routing-options static route 200.88.181.85/32 next-hop x.x.x.x (for example, insert default gateway provided by your isp)

     

    Unless you're getting DHCP from your ISP, then you'll get a default route automatically.  I'm not sure what your topology is here though.



  • 3.  RE: How to Static Route to Interface?

    Posted 05-28-2014 15:08

    Nice... working



  • 4.  RE: How to Static Route to Interface?

    Posted 05-29-2014 18:44

    You can point a staic route next-hop interface. But the interface would have be point-to-point inteface. We do that sometimes with secure tunnel interfaces (st0).