Build network map automatically.

Started by dlots, October 05, 2017, 08:21:35 AM

Previous topic - Next topic

dlots

I put the program to build a map of the network's physical connectivtiy over at.

https://github.com/GoreNetwork/Map-the-network

you give it a file named "results.csv", that files guts look like [device_1,device2,interface_on_device_1,interface_on_device_2]
see README for more info.

I am not posting the file that walks the network and builds the results.csv yet.  I hope to post it eventually though.  Currently the program is to fiddly to be useful to anyone but me.  However it builds the physical connectivity and the OSPF neighborships currently.  Gonna start working on EIGRP, and BGP today I think. :-)

Then it's just a matter of getting it working so anyone can use it, and getting better icons in yEd (currently it's little yellow boxes rather than routers/switches/APs.)