Creating VRFs in Linux With Python

In this post I’m going to talk about how to create, edit, and delete VRFs in linux with python. To follow along I have created a vagrant environment and example python script in github. ...

May 25, 2019 · 7 min · Me

Creating a VXLAN Tunnel in Linux with Python

In this post I’m going to talk about how to create a point to point VXLAN tunnel between two linux hosts with Python. To follow along I have created a vagrant environment and example python script in github. ...

May 7, 2019 · 3 min · Me