SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  two next hops on Default Route

    Posted 02-25-2016 04:01

    Rank amateur Alert! Smiley Embarassed

     

    After changing our ISP and getting a new Public IP I added a new default route via the J-Web. However it looks like it retained the old default route so now i have two hops against 0.0.0.0/0 - how can i remove the old next-hop whilst retaining the new next-hop ? I'm pretty sure this will be adversely affecting performance!?

     

    route 0.0.0.0/0 next-hop [ 111.111.111.111 222.222.222.222 ];

     

    I prefer to use the J-Web GUI however Static Routing options do not load on my version so i can't Delete and Edit any existing entries in J-Web - is this a known bug?

     

    Any advice greatly appreciated. .   



  • 2.  RE: two next hops on Default Route
    Best Answer

     
    Posted 02-25-2016 04:06

     

    the simplest option is to delete it from cli as below

    root@SRX> configure

    root@SRX# delete routing-options static route 0.0.0.0/0 next-hop 111.111.111.111 ---> which ever next hop you want to delete

    root@SRX# commit and-quit

     

     

     



  • 3.  RE: two next hops on Default Route

    Posted 02-25-2016 04:16

    Thanks that has removed the wrong next Hop