NetBox integration

Netpicker supports pynetbox, the Python API client library for NetBox. To set it up, you need to provide the API endpoint and your token as two extra environment variables in the docker-compose.yml file for the x-api: x-api: &api_commonenvironment:NETBOX_API:...

Custom config backup command setup

Netpicker supports backing up configs for all Netmiko vendors. By default, it uses the command show running-config to get the config via screen scraping.   Watch this quick guide: You can override this command by putting in an extra configuration variable for...

Clean installation guide

In order to start with a clean installation of Netpicker, please follow these steps to clean existing Netpicker data in your system. Navigate to the netpicker directory (where docker-compose.yml is located) and run: bash down.sh If you don’t have down.sh, update the...