/ip route print - filters?

Hello,

I’m stuck. I have some 444.000 routes in my Mikrotik (two routers with BGP to the world, and iBGP between them, doubling the routing table). I need to quickly check only some routes, like all under 63.192.0.0/12, to see what causes problems. Unfortunately /ip route print has no filters whatsoever, and Winbox hangs for a few minutes when I click IP → Routes.

Is there any way to display only limited set of routes?

Regards,
Andrzej

For example to print only default route you can do like this:
/ip route print from= [/ip route find dst-address=0.0.0.0/0]