In a switch based campus it is not easy to restrict users from using whatever IP address they want on their computers. It is common to know an IP address that causes problems but not to know the actual place of this IP in the campus.
Netinfo tries to locate each and every known IP address inside a campus. It uses SNMP to collect the information from routers, L2 and L3 switches.
Currently it works only for Cisco devices. It is possible to extend it to support other vendors as long as they provide the required information with SNMP.
Cisco switches should have IOS 12.0 or greater. Older IOSes do not provide the required information.
Netinfo combines the collected data to provide the ‘location’ of every used IP and MAC addresses in the campus. Location means the network port of the nearest network device probed.
Netinfo is found to work reliably on a pretty large campus of about 2000 PCs and about 30 monitored network devices.
Downloads
Installation
To compile and use netinfo will need to have:
- PostgreSQL >= 7.4
http://www.postgresql.org/
- PHP 4
http://www.php.net/
- libnetsnmp (ucd-snmp v5)
http://www.net-snmp.org/
- v-lib >= 1.5.3.0
http://aetos.it.teithe.gr/~v13/vlib
- OpenSSL if PostgreSQL and/or libnetsnmp use it.
http://www.openssl.org/
Read the README file in the distribution for more information
License
netinfo is distributed under the GPLv2 license