/ipv6 route is VERY slow

Hello!

I have CCR1036 with IPv6. 3 ipv6 peers are up with bgp sessions and about 32k routes installed in main table. There is no problem with routing perfomance but all operations like /ipv6 route print where dst-address=2a00:ff20:1::/48 are very very slow! About 40 seconds to answer. Is this bug in my configuration or RouterOS is really so slow?

Regards,
Boris

Unfortunately… It’s just slow… Should be better in ROS v7

Ough. Ok, please help, what is wrong with my undestanding of ROS?

[boris@MikroTik] > /ipv6 route print where dst-address=2a00:ff20:1::/48
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable

DST-ADDRESS GATEWAY DISTANCE

0 A SU 2a00:ff20:1::/48 1

[boris@MikroTik] > /ipv6 route find where dst-address=2a00:ff20:1::/48
[boris@MikroTik] >

Should return numbers, shouldn't ?

you need to run the find command in :put [here-the-command]. But this will reply the IDs, not the routes.

Thanks!