Difference between revisions of "clish - Adding / Deleting routes"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with " set static-route 172.21.0.0/16 nexthop gateway address 10.10.10.1 on to delete use off instead of on category:check point category:nokia category:clish")
 
 
Line 1: Line 1:
  set static-route 172.21.0.0/16 nexthop gateway address 10.10.10.1 on
+
from clish prompt...
 +
 
 +
  > set static-route 172.21.0.0/16 nexthop gateway address 10.10.10.1 on
  
 
to delete use off instead of on
 
to delete use off instead of on

Latest revision as of 15:33, 24 May 2013

from clish prompt...

> set static-route 172.21.0.0/16 nexthop gateway address 10.10.10.1 on

to delete use off instead of on