SSH Tunnels serve as a powerful method for establishing connections between three entities that face restrictions or limitations in directly reaching one another. These tunnels are particularly useful in overcoming challenges related to the direction...
What Sequence Diagram is A visualization of how the system actors interact within the system applica…
Welcome to my network automation monitoring exploration series! These posts are mainly for me to und…
Usually, as network engineers, we use Jinja2 to store configuration templates, so let us check the s…
Documentation as Code Jinja2 templates are mainly used for configuration templates. You can also use Jinja2 to format raw or parsed data int…
Why JSON? JSON is very popular with Network engineers because many of the APIs and network devices already support it, it is easy to read an…
Docker will be very useful for our future network automation tests and labs, so we will have a quick walk-through on how I set up my environ…
Deployment Options To start playing and testing Netbox, we currently have 2 options: Docker Netbox Cloud (Free) -- The advantage is that i…
The tools we are going to use are: VENV and PYENV venv: Python 3.3 and subsequent versions include a built-in module called venv that enable…
This post is based on a real situation where we received a request to gather information about one of our customer sites and check for avail…