Network Automation with Python: Netmiko and NAPALM basics
In the previous post we've seen how we can automate network devices by sending/receiving structured configuration/state data by using YANG models. Now we're going to…
Read more →In the previous post we've seen how we can automate network devices by sending/receiving structured configuration/state data by using YANG models. Now we're going to…
Read more →This post is the first part of a series where we're going to explore YANG models and take look at how we can configure IOS-XE…
Read more →Scapy is a very powerful packet crafting, packet manipulation tool written in Python. With the help of Scapy we can perform many kind of malicious…
Read more →To practice for my CCNP ENCOR I've been creating simple Python scripts recently. I've got a few Raspberry Pis and temperature sensors lying around at…
Read more →