I’ve been playing with BGP-based maps showing links between South African autonomous systems, on-and-off, for a long time. I always got stuck at the graph layout step and was never able to trick GraphViz into doing exactly what I wanted. When I re-visited this project one evening this week, I decided to generate a Dia XML document instead of a dot(1) file, and do the layout by hand. The result is my first map:
I plan to improve and update this map on a regular basis, so it’s earned itself a dedicated page. Some quick technical notes about what you’re seeing:
- Only local autonomous systems are included. I’ll probably include the first international upstreams, in the next version.
- Only the inbound path (international transit, probably) as seen from RouteViews OIX is shown. This means peering links are not indicated. That might also change in the next version.
- This is not an ISP map, like Greg Massel’s, because it includes all autonomous systems, including non-ISP’s such as customers/end-users running BGP. I’m toying with the idea of colour-coding different types of ASes.
- There are likely to be errors. If you spot them, please let me know so that I can correct my scripts.


{ 4 } Comments
Very nice work. Well done!
I get the /24s part.. but the routes:X is not clear.
I’m guessing those are the number of prefixes?
Would be cool to have JINX and CINX on this map.
Hi Joe
Yes, routes:X is the number of prefixes originating from an AS (thus, it excludes transit routes).
Getting JINX and CINX on the map is an interesting challenge. Using the JINX looking glass is one option, but last time I saw the routing table, it only had MWEB, MTN Business and Posix peering. The next best source of information would have been the connection matrix if it hadn’t since been removed from the ISPA web site. Fortunately I have some ideas for network-based discovery of our local INX peering paths, so stay tuned :-)
Regards,
Simeon.
Very cool… So, putting this in SVG would be even cooler because then you could search the text from firefox directly…
Post a Comment