Im trying to discover what devices are out there on the network as the documentation I recieved to pick this up is none existant. Does anyone have any reccomendations?
Thanks shabba!!
Im trying to discover what devices are out there on the network as the documentation I recieved to pick this up is none existant. Does anyone have any reccomendations?
Thanks shabba!!
A great tool (and a free one) is NMap.
There are 2 standards for device discovery: CDP and LLDP. Besides this you can use the mac address table from the switches, network scanning - nmap and passive scanning with a network sniffer - wireshark.
In addition to the obvious Nmap scan to discover
I would also use Bonjour/ZeroConf to scan for any announced services. If you're using Linux, you can probably use this command:
avahi-browse --all --terminate
I'm using Spiceworks at my office and you can use it to scan for all the network devices in the office, including network printers.
We recently published a free and open source software to discover windows and linux devices on the network and create an excel sheet with information. Here is a quick rundown:
You can download here or read more here.
We have gotten great feedback from reddit sysadmin community and are working on making it faster. We would really appreciate your feedback as well.
You can probably figure out a lot from using NMap to scan your network and then look at the services each IP provides. You may also look at OpenNMS, it has the ability to scan devices and query snmp but that would assume that the devices are open to anonymous snmp queries. The combination of the two should give you a good starting place.
Cisco Discovery Protocol (CDP) can also be used to discover your (cisco) network equipements.
Not activated everywhere, but damn useful when you don't know anything about the physical topology.