by Otto Coster | May 22, 2024 | Knowledge Base, Netbox
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:...
by Otto Coster | May 21, 2024 | Backups, FAQ, Knowledge Base
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...
by Otto Coster | Apr 30, 2024 | Knowledge Base, Netpicker, Network automation
When using show commands in a Netpicker Python rule, the output of these show commands will be plain text, like in this rule: medium(name=’rule_fsm_example’,platform=[‘cisco_ios’],commands=dict(arp=’show ip arp’))def...
by Otto Coster | Mar 20, 2024 | Knowledge Base, Netpicker
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...
by Otto Coster | Mar 12, 2024 | FAQ, Knowledge Base, Netpicker