FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.37k stars 1.25k forks source link

Is there a way or interface to get the MRT dump data of ISIS, OSPF and BGP? And does FRR support to dump vpnv4/vpnv6/EVPN routes to BGP MRT file? #8562

Open angelyouyou opened 3 years ago

angelyouyou commented 3 years ago

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.

qlyoung commented 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!

angelyouyou commented 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

@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),

qlyoung commented 3 years ago

No.

qlyoung commented 3 years ago

@polychaeta autoclose in 1 day