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
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to