Skip to main content
sims
Explorer II
July 30, 2015
Question

route

  • July 30, 2015
  • 1 reply
  • 2286 views

Hi ,

I created a static route , but for some reason its not working . How can i verify that why it is not working . for example is there a command like sh ip route  or debug.

 

for example the client gate way is  192.168.1.5 , to access 192.168.2.10  they must go to the 192.168.1.1 and all other must be through wan interface

 

    1 reply

    Sylvia
    Explorer
    July 30, 2015

    You can see all active routes in the Routing Monitor (or in the CLI with get router info routing-table all).

     

    If a route do not appear there, it can be due to different reasons:

    - there is another route with the same destination but better distance

    - the outgoing interface ("device") is down

    - the gateway ip is not in the same subnet then the outgoing interface

     

    Please check.