Recent Posts

Mega-lab for network automation in GNS3 + Ansible + Python/Asyncio + Nornir - Part 1

3 minute read

This is the first post of a series on setting up an Mega-lab for Network Automation in GNS3 with around 1000 devices in the network, thanks to Dmitry Figol and his Network Automation marathon. To set up a big lab, we need to automate as much as possible all the steps. For example, we have to setup SSH key on each device so that we can connect to it using different management platforms, incl...

NetBox APIs with POSTMAN and Python

2 minute read

1. Introduction This is the first post in a series about using NetBox for network management. In this post, we will: Install NetBox-docker Exploring NetBox APIs with POSTMAN: we will build a NetBox postman collections for create site, create/modify/delete devices with POST/PATCH/DELETE HTTP methods.