About Commands

Hi, I wan’t to know if exist a command like those in Cisco:

  1. sh ip route x.x.x.x
  2. sh … | include {string}


    Thanks a lot.

/ip route print from=[/ip route find dst-address=0.0.0.0/0]

ie;

/ip route print from=[/ip route find dst-address=10.20.30.40/24]

Not that elegant but it works.

Sam