Open angelyouyou opened 3 years ago
It's implemented for BGP. I don't think ISIS and OSPF support it. Our docs are super out of date for how to use it but if you look at the dump bgp *
family of commands those should do what you want
https://docs.frrouting.org/en/latest/bgp.html#dumping-messages-and-routing-tables
We'd gladly accept work to add MRT support to ISIS and OSPF though!
It's implemented for BGP. I don't think ISIS and OSPF support it. Our docs are super out of date for how to use it but if you look at the
dump bgp *
family of commands those should do what you want
@qlyoung What I want to express is: Is it possible to add external communication (such as message queue, etc.) before writing the MRT format file? In this way, the external program can obtain the MRT data more easily and efficiently (instead of re-analyzing it from the file),
No.
@polychaeta autoclose in 1 day
I want obtain the dumped MRT data to write message queue or database. Please tell me the way or interface to decode and save these data. And does FRR support to dump vpnv4/vpnv6/EVPN routes to BGP MRT file? Thanks very much.