Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Sebastian Lohff 9784d4dc7c
Add ASN last seen tab
il y a 4 ans
apiv2 Remove some prints il y a 4 ans
backend Add stubs, neighbors, etc to crawl data il y a 4 ans
bgpdata Add ASN last seen tab il y a 4 ans
bin WIP: Rework complete backend il y a 4 ans
dnmapper Add restframework based API il y a 4 ans
static Fixed tooltip position for firefox il y a 9 ans
templates Add ASN last seen tab il y a 4 ans
.gitignore Add GoBGP data source il y a 4 ans
README.md Readme + GPLv3 licensing il y a 6 ans
manage.py Initial commit il y a 9 ans
requirements.txt Add restframework, grpcio and protobuf to deps il y a 4 ans

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.