If you use where and print detail together then detailed information is not printed. We will fix that behavior in future versions.
Currently you can use another method
/ip route print detail from=[find gateway~"^xx.xx.xx.xx[0x00-0xff]*"]
where xx.xx.xx.xx is desired gateway.
It works on peer with 6000~ received routes.
But when I tried on peer with 270.000(full route) routes, the terminal stop responding and the cpu load become 100% and memory keep decreasing.
I still able to close the terminal and open again the terminal but it is not responding and cpu load still 100% and memory keep decreasing..
So I have to reboot the router.
I think that command load the cpu twice since it need to run the -find gateway~"^xx.xx.xx.xx[0x00-0xff]*"- first and then run the detail.
Anyway, thank you for your help
I'll wait for the next Mikrotik version.
BTW, It would be nice if the next version also have BGP route table for each peer and have command to explore it. I know it will consume cpu and memory resources, but on RB1000 with 2 full route peers and 40Mbps traffic the router only consume 40% cpu and there is still about 300MB mem available, so i think adding BGProute table on the next version will not hurt RB1000 so much
Just a noob 2 cents.
Once again thank you for your help