hi. I'm looking for a way to import mrt data into bird. I fount two Global options (mrtdump "filename" & mrtdump protocols all|off|{ states|messages [, ...] }), but I don't know how to use it... if anyone knows, can you help me? Thank you very much. regards, Ouyang
On Wed, Jan 18, 2017 at 03:19:09AM +0000, OUYANG JUNJIE wrote:
hi.
I'm looking for a way to import mrt data into bird. I fount two Global options (mrtdump "filename" & mrtdump protocols all|off|{ states|messages [, ...] }), but I don't know how to use it... if anyone knows, can you help me? Thank you very much.
Hi There is no direct way to import MRT data to BIRD. You could use some script to parse MRT data and convert it to static route definitions. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On 19 January 2017 at 13:14, Ondrej Zajicek <santiago@crfreenet.org> wrote:
There is no direct way to import MRT data to BIRD. You could use some script to parse MRT data and convert it to static route definitions.
In the past, when seeking to do this I've used bgpdump[0], bgpsimple[1], and/or imported it into exabgp with mrtparse[2]. Hope they help, M [0] https://bitbucket.org/ripencc/bgpdump/wiki/Home [1] https://code.google.com/archive/p/bgpsimple/wikis/README.wiki [2] https://github.com/t2mune/mrtparse
participants (3)
-
Matthew Walster -
Ondrej Zajicek -
OUYANG JUNJIE