BGP V7 Prefixe

HI,

Could somebody can tell me how to do it in V7 these V6 command ?

routing bgp advertisements print <peer_name>
ip route print where received-from=<peer_name>

thanks

Armand

You can’t. They have not implemented this (routing bgp advertisements) yet. It’s a big one I know.

/routing/route/print where belongs-to=“BGP IP routes from <peer_ip>”
I don’t think it’s designed to be the solution, I found it to be workaround for now, as it is not foolproof at all - a long string, space and case sensitive, strict search.

Hi, thanks for the answer, it works but only received route, I need to know what I’m sending…

regards

For now the only solution is to do a packet sniffer capture (set a filter on TCP port 179) to a file, let it run for a while or close/open the peering session, then download the file and view it in wireshark.

Today in 7.2RC5
*) bgp - added BGP advertisements display (requires output.keep-sent-attributes to be set);
*) routing - added PCAP viewer tool for BGP advertisements debugging purposes;

http://forum.mikrotik.com/t/rosv7-equivalent-of-routing-bgp-advertisements-print/153210/33