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

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
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> 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

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