MikroTik CLI syntax to find a matching route

Hi, completely new to MikcroTik, hopefully to get some help here!

Is there an equivalent Cisco command “show ip route 1.1.1.1”? The intention is to find the best/closest matching route for 1.1.1.1, e.g. 1.1.1.0/24

Thanks!

maybe

/ip route check 1.1.1.1

Thanks! However it just shows me the nexthop IP and the interface, but not the actual matching route (e.g. 1.1.1.0/24)… Anyway to show that as well?

 > /ip route check dst-ip=1.1.1.1
     status: ok
  interface: 01-ISPA
    nexthop: 206.174.203.113

Hey thanks Pukkita.

I have replied but for some reason it never passed the forum admin’s review。

So this worked great but it does not show the specific route that matched it. For example, it does not show e.g., 1.1.1.0/24 as the matching route. It only shows the next-hop and the outgoing interface.

Thanks,
Difan

/ip route print where 1.1.1.1 in dst-address