Hi there! If you’re looking to automate the process of adding devices to Netbox, using Python and the Netbox API is a great way to do it. In this post, I’ll walk you through the steps of adding a single device to Netbox using the pynetbox module. To start, you’ll need to install the pynetbox […]
Tag: netbox IPAM
How to run Netbox IPAM in Docker containers
Running Netbox in Docker containers is very easy as it avoids the tedious installation of dependencies like Python, Django, etc. Before you get started, make sure your system is up to date and has the necessary packages installed. 1. Install Docker and Docker-Compose on Linux Then add your system user to the docker group to […]