[c-nsp] grep route from many routes and ASA redundant

Phil Mayers p.mayers at imperial.ac.uk
Fri Oct 10 12:50:24 EDT 2008


kcc wrote:
> Hi all
> 
> how can I only check some routes from many routes in command lines
> 
> eg: sh ip routes |grep 192.168.3.0/24

sh ip route | inc 192.168.3.

..as others have mentioned you MUST have spaces. Or you can do this:

sh ip route 192.168.3.0 255.255.255.0 longer-prefixes


More information about the cisco-nsp mailing list