Difference between revisions of "nokia - get route to destination"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with " route get to specific destination: run from iclid iclid> sh route dest or from shell... example: # '''echo show route dest 192.168.1.1 | iclid''' Codes: C - connect...")
 
 
(3 intermediate revisions by one user not shown)
Line 4: Line 4:
 
run from iclid
 
run from iclid
  
  iclid> sh route dest
+
  iclid> '''sh route dest'''
  
 
or from shell...
 
or from shell...
Line 12: Line 12:
 
  # '''echo show route dest 192.168.1.1 | iclid'''
 
  # '''echo show route dest 192.168.1.1 | iclid'''
 
  Codes: C - connected, S - static, I - IGRP, R - RIP, B - BGP,
 
  Codes: C - connected, S - static, I - IGRP, R - RIP, B - BGP,
      O - OSPF IntraArea (IA - InterArea, E - External, N - NSSA),
+
      O - OSPF IntraArea (IA - InterArea, E - External, N - NSSA),
      A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed
+
      A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed
<br>
+
<br> S    192.168/16      via 10.10.1.254 eth1c0, cost 0, age 8939695
S    192.168/16      via 10.10.1.254 eth1c0, cost 0, age 8939695
+
  
 
[[category:check point]]
 
[[category:check point]]
 
[[category:nokia]]
 
[[category:nokia]]

Latest revision as of 15:32, 24 May 2013

route get to specific destination:

run from iclid

iclid> sh route dest 	

or from shell...

example:

# echo show route dest 192.168.1.1 | iclid
Codes: C - connected, S - static, I - IGRP, R - RIP, B - BGP,
     O - OSPF IntraArea (IA - InterArea, E - External, N - NSSA),
     A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed

S 192.168/16 via 10.10.1.254 eth1c0, cost 0, age 8939695