netYAH: you are here
netyah
is a small python programm that can transform various routing tables
from cisco rulesets (show run), Netscreen, unix netstat -rn,
snmp queries, RIP queries, into a GraphViz' dot file.
Warning: this is pre-alpha :)
known bugs : ppp links.. apparition of an artefact for each RIP query..
For example :
netyah -Cisco ./rulesets/cisco* -SNMP_query 172.16.20.254 > map.dot
you can have GraphViz autoplace the graph using fdp,
neato or twopi (the first give better results) :
fdp < map.dot > map2.dot
A result : (the same map in SVG)