No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Sebastian Lohff 90cbce9550
Improve conv tool to convert all old graphs
hace 4 años
apiv2 Remove some prints hace 4 años
backend Stub detection + no path protection for crawl converter hace 4 años
bgpdata Get graph from api for new map hace 4 años
bin Improve conv tool to convert all old graphs hace 4 años
dnmapper Add restframework based API hace 4 años
static Fixed tooltip position for firefox hace 9 años
templates Add ASN last seen tab hace 4 años
.gitignore Add GoBGP data source hace 4 años
README.md Readme + GPLv3 licensing hace 6 años
manage.py Initial commit hace 9 años
requirements.txt Add restframework, grpcio and protobuf to deps hace 4 años

README.md

dnmapper - An AS-level mapping tool and BGP collector

This software There is much to do! This software was in parts a quick hack to have a map when the old map implementation vanished from our network. It is implemented in Python, Django and D3.js.

Data collection

Data collection is done via screenscraping the BIRD and Quagga/FRR cli. This is a bad idea for longterm operations, as a) the CLI output may (and already did) change and b) whenever something unexpected happens (e.g. a new route type / error condition) the software has to be adjusted.

A second RIS is available, writing periodic MRT dumps and continous BGP update message MRT dumps. These should be used instead.

TODO

  • Replace BGP data collection method
  • Add WHOIS data to visualization

Licensing

This software is licensed under the GPLv3 or later.