foeh@feeble ~ $ ./ospf2dot.py
ospf2dot - takes the output of "show ip ospf database router" and outputs a GraphViz DOT file corresponding to the network topology

v0.1 alpha, By Foeh Mannay, April 2016

Enter input filename: simple-cli-output.txt
Enter output filename: simple.dot
foeh@feeble ~ $ dot -Tgif -osimple.gif simple.dot
foeh@feeble ~ $
