Skip to content

A somewhat hacky way to have bgpmap data from RIPE NCC's RIS.

License

Notifications You must be signed in to change notification settings

linuxgemini/ripe-lg-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ripe-lg-graph

A somewhat hacky way to have bgpmap data from RIPE NCC's RIS. Does not take count the prepends.

Requires >=python3.7.

Dependencies

  • dnspython
  • pydot (external dependency: dot)
  • requests

Other than the external dependency, you can do python3 -m pip install -r requirements.txt

Usage

python3 ripe-lg-graph.py [--rrc 6,24] <ip or prefix>

For example:

python3 ripe-lg-graph.py 2606:4700:4700::1111

Or:

python3 ripe-lg-graph.py 2606:4700:4700::/48

Example output

Cloudflare DNS

About

A somewhat hacky way to have bgpmap data from RIPE NCC's RIS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages