/sigh no one liked my network map.

Started by dlots, January 19, 2017, 10:13:52 AM

Previous topic - Next topic

LynK

dlots what did you use for this? I want it. My company is small now, but if I ever do some consulting on the side, I would love to get this tool.
Sys Admin: "You have a stuck route"
            Me: "You have an incorrect Default Gateway"

dlots

I made it.  I am trying to clean it up some and make it abit more usable so I can put it on gethub

I just wrote a program that goes though and pulls the CDP info, IP addresses, and running config and puts them into seperate text files, if the neighbor has Switch or Route in the capabilities it adds the device to SSH to and pull CDP info from.  (I also have a program that can run though the CDP files to find out what still needs done, the IPs of the devices I have done so I don't re-SSH to them, and makes a txt file for the main program to pull IPs from).

Then I have a program to go though all the CDP files and spit out a CSV that is
host1,host2,interface1,interface2

Then yet another program that runs though that CSV pulls the hosts and makes nodes out of them, and then builds links between them.

I'll post it if I can ever get it clean enough for gethub.