-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Wiremaps is an application that will crawl your network and retrieve various L2 related information: LLDP, EDP, CDP and SONMP discovery protocols, FDB and ARP tables and misc information like interface names. Those information are then made available in some Web interface to allow to visualize what is connected to which switch and how. A search engine is also available.
Wiremaps also features a time travel machine. This feature keeps track of all changes and allows to browse available information at any date in the past. This is useful to find how a switch was configured or where a host was plugged before being down.
This project is somewhat similar to NetDisco.
Here are some screenshots:
There is no formal release yet. You can download Wiremaps from git:
git clone git://git.luffy.cx/wiremaps.git
Look at Wiremaps Manual. You should also check the compatibility with equipments.
Even if you are not interested by Wiremaps, it contains some pieces that could interest you:
- Svg Images for network equipments
- a simple Snmp Library for Twisted, written in C