Skip to content

stucchimax/irrexplorer

 
 

Repository files navigation

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

Copy irrexplorer_config.yml.dist to irrexplorer_config.yml and edit it 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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.6%
  • HTML 7.2%
  • JavaScript 5.8%
  • PLpgSQL 5.0%
  • Shell 3.4%