I Have a small business network with a couple of switches, end devices but only one router. I want to display the network topology like a graph would like (with the router on top).
I'm only have access to network layer addresses, so I managed to obtain for every device on the network it's ip address and ip network i.e 192.168.2.9 and 192.168.2.0 (mask 255.255.255.0) for every interface that device has.
My guess is that I could analyze the data and build up the network's logical connections. So, What I want to ask is if I'm on the right path to know the network topology (at least for it's logical connections).
This is all done programmatically (c, and objective-c) and is for a school project.
PLUS: Does anyone know any library that would draw (given this information) the topology?
nmap'd your environment? – warren Nov 10 '10 at 23:25