Subscribe to my newsletter and never miss my upcoming articles
Introduction A cyber range is a platform that provides hands-on experience to cybersecurity professionals, creating different scenarios within a virtual environment and in some cases incorporates physical devices. That platform must be able to provis...
In this blog, we're going to build a Python Bot for Discord that queries Netbox API. Our main goal gonna be explore async libraries and build a flexible and extensible Bot. The first task is to create and register the bot in Discord, by following thi...
YANG is a data modeling language originally built for the NETCONF protocol, RFC 6020, with the intent to describe the configuration and the state of network devices. In version 1.1, RFC 7950, the standard scope was expanded, no longer directed only f...
In this article, we’re going to map a network topology using Nornir, Genie, and NetworkX, investigate the Layer 2 topology consistency, and then, using the NetBox API, model the devices with their connections on NetBox. This article has been divided ...
As network automation evolves several frameworks and libraries are available, which brings a common question of network engineers: which one is the best for my project? To answer that question, you must look at the project and analyze the following p...
A real network environment consists of multiple devices of multiple vendors, each of them with a particular syntax, this diversity brings complexity and requires a better-skilled staff. Network programmability aims to simplify those issues, bringing ...