Skip to content

Nat-Lab/as-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as-graph

A simple tool uses data from RIPE RIS, Isolario and RouteViews to visualize route propagation with graphs similar to the ones on bgp.he.net.

as-graph allows you to visualize your route propagation to one of these destinations in real-time:

  • Direct peers: Directly connected peers.
  • Large ISPs: Tier-1 ones and other major ISPs.
  • ISPs: All transit ASes.
  • Everything: All ASes.
  • Custom destnations: Your own list of ASes.

To use it, visit bgp.nat.moe. Alternatively, clone this repo and open index.html.

You may specify ASN or IP address in the URL with a hash (e.g., bgp.nat.moe/#AS46997) to draw the graph on page load.

Screenshot

License

The project is licensed under UNLICENSE (public domain). The RIPE RIS data subjects to terms of use, the RouteViews data is published under CC-BY 4.0, and viz.js used by this project for visualizing is licensed under MIT license.