how to display route selection

Hi,
I'm a longtime cisco user and try MikroTik now. How can I show the route selection of ROS?
What are the equivalent commands to IOS "show ip route a.b.c.d" and "show ip bgp a.b.c.d"?
For example: under IOS I do:

show ip route x.y.99.6

Routing entry for x.y.99.0/28
Known via "ospf 411", distance 110, metric 20, type extern 2, forward metric 1
Last update from x.y.99.233 on GigabitEthernet1/2, 1d22h ago
Routing Descriptor Blocks:

  • x.y.99.233, from x.y.100.193, 1d22h ago, via GigabitEthernet1/2
    Route metric is 20, traffic share count is 1

And under ROS?

/ip route print where dst-address=x.y.99.6
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

/ip route print where dst-address=x.y.99.0
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

/ip route print where dst-address=x.y.99.0/28
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADo x.y.99.0/28 x.y.99.17 110

not nice. I've to know the network address!
Kind regards,
Skotti.

there were already several topics with such question in the forum

/ip route print where x.y.99.6 in dst-address

how long does it take to display the route? I hit ctrl-c after 60sec of no replay.
it’s a ccr1036 with ros 6.35.4 …

Regards,
Skotti

This is one of the areas that ROS currently lags behind other router vendors.
ROSv7 has supposedly fixed this issue (the fact that viewing the routing table is a slow, painful process when using a large routing table).

I don’t think there’s really anything analogous to “show IP bgp” because as far as I can see, there’s no way to view BGP as a separate entity from the routing table.
It seems to be done by adding ALL BGP routes into the routing table, but de-activating the “losers” of BGP.