Resend prefix from provider

I would like to my upstream provider to resend prefixes to me, they give me their juniper command for reference:

clear ip bgp <neighbor_ip> soft in

please what is the command can do this in MikroTik?
I am using CCR1036 Ver 6.7

Many thanks!

It is not Juniper command, it is Cisco command… :wink:

And this should help you: http://wiki.mikrotik.com/wiki/Manual:BGP_soft_reconfiguration_alternatives_in_RouterOS

 /routing bgp peer refresh

It is not 100% same, but result should be pretty much that you want to achieve.

Thanks for your soon reply.

Then, can I find prefix by a ip address?
For example:
I just know 121.21.100.207 is unreachable, but I don’t know what is it’s prefix.
I need to confirm received this prefix after peer refresh, how do I do?
Many thanks!

/ip route print where dst-address = <prefix>

or

/ip route print where dst-address in <prefix range>

http://wiki.mikrotik.com/wiki/Manual:BGP_HowTo_%26_FAQ#Question:_How_to_check_if_a_specific_route_exists_in_IP_routing_table.3F

Many thanks!!

I found the syntax:

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