Hi,
What command on mikrotik to do "show ip bgp neighbors 114.57.172.50 received-routes" like Cisco ?
Already try to search on this forum, but only got Mikrotik version of "show ... advertised-routes"
Thank you before.
Aldhy
Thank you mrz for your quick replyAs far as I know there isn't alternative for such command.
One way you can try is
/ip route print were gateway="x.x.x.x"
This will work if gateway is the same as peer's IP address.
It works on peer with 6000~ received routes.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.