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

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
Line 13: Line 13:
 
  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),
<br>      A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed
+
      A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed
  S    192.168/16      via 10.10.1.254 eth1c0, cost 0, age 8939695
+
  <br> S    192.168/16      via 10.10.1.254 eth1c0, cost 0, age 8939695
  
 
[[category:check point]]
 
[[category:check point]]
 
[[category:nokia]]
 
[[category:nokia]]

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