Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using NLNOG LG as a BGP source #295

Open
teunvink opened this issue Nov 14, 2023 · 1 comment
Open

Consider using NLNOG LG as a BGP source #295

teunvink opened this issue Nov 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@teunvink
Copy link
Member

Due to issues with the previous NLNOG RING LG, irrexplorer uses BGP.tools's BGP export. Now that we have a stable LG running on our own infra, we could consider using that. Or add support (if not available) for multiple BGP feeds if we consider that to be a benefit.

@teunvink teunvink added the enhancement New feature or request label Nov 14, 2023
@nbakker
Copy link

nbakker commented Oct 13, 2024

Quick and dirty solution:

bgpctl show rib best takes 2-3 minutes in order to create an export. Either this format or SSV would work. Writing some Perl to turn this into the expected format is trivial.

IRR Explorer expects Hits>=20 by default which is hard to emulate with a best path dump, but a full dump will be in the tens of gigabytes and seems not to successfully complete anyway. Even dumps of individual RIBs (enumarable via bgpctl show) take minutes for small ones.

Ideally we find a way to extract that full dump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants