commit 43a3729a206c8d04f9e156d1d811a1b7cfb84089 Author: Oliver Gorwits <oliver@cpan.org> Date: Sun May 6 22:44:09 2018 +0100 #408 improvements to MakeRancidConf (earendilfr) commit 205911175ef52e0107ca59b96f51fee393120582 Author: Ambroise <earendil@toleressea.fr> Date: Thu Apr 26 17:44:15 2018 +0200 Add the following parameters to the MakeRancidConf: + Change the default delimiter character from ':' to ';' that is the default RANCID delimiter since RANCID 3.x + Add an option to define the rancid config directory. This directory will be used to extract the vendor defined in the RANCID configuration to avoid to extract unexisting vendor devices in RANCID configuration (by example, Ubiquiti AirOS devices). + Add an option to define a default_group. If a device doesn't match the defined group, it will add to this group + Add an option to defined a manually excluded ACL To permit to not export devices from Netdisco to RANCID based on an ACL.
Netdisco is a web-based network management tool suitable for small to very large networks. IP and MAC address data is collected into a PostgreSQL database using SNMP, CLI, or device APIs. Some of the things you can do with Netdisco:
- Locate a machine on the network by MAC or IP and show the switch port it lives at
- Turn off a switch port, or change the VLAN or PoE status of a port
- Inventory your network hardware by model, vendor, software and operating system
- Pretty pictures of your network
See the demo at: https://netdisco2-demo.herokuapp.com/
Installation
Netdisco is written in Perl and is self-contained apart from the PostgreSQL database, so is very easy to install and runs well on any linux or unix system. We also have docker images if you prefer.
It includes a lightweight web server for the interface, a backend daemon to gather data from your network, and a command line interface for troubleshooting. There is a simple configuration file in YAML format.
Please check out the installation instructions on CPAN.
You can also speak to someone in the #netdisco@freenode IRC channel, or on the community email list.