a2call / irrexplorer

IRR explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRR Explorer

Build Status Coverage Status

Explore IRR & BGP data in near real time

Background

IRR Explorer was written to make it easier to debug data in the IRR system. An example is to verify whether you would be impacted by deployment if filtering strategies such as "IRR Lockdown".

video: https://ripe70.ripe.net/archives/video/21/ pdf: https://ripe70.ripe.net/presentations/52-RIPE70_jobsnijders_irrlockdown.pdf

Setup

Edit db/irr.yml to your liking.

Note that mirroring of many IRR databases is not possible without getting access granted.

( cd db ; ./bootstrap )

This will download IRR database snapshots and setup the database. It will take some time.

Continously updating BGP and IRR sources:

./worker

Finally start the web interface

./irexwww

There is query tool as well:

./query 1.2.3.0/24

It is rather basic and need some work though.

About

IRR explorer

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 78.7%Language:HTML 7.3%Language:JavaScript 5.9%Language:PLpgSQL 5.1%Language:Shell 3.0%