You Should Automate Something This Year

Need a push to start learning network automation?

January 9, 2018 · 6 min · 1149 words · Matt Schmitz

Building a VPN Dashboard using Django and JunOS pyEZ (Part 4 – Polling the SRX)

This post focuses on the Juniper SRX side of my VPN dashboard - writing the Python scripting to query VPN status from each device

July 4, 2017 · 6 min · 1212 words · Matt Schmitz

Building a VPN Dashboard using Django and JunOS pyEZ (Part 3 – Creating the Dashboard)

This post focuses on the web GUI side of the VPN dashboard - storing & displaying the information that gets collected

June 27, 2017 · 11 min · 2237 words · Matt Schmitz

Building a VPN Dashboard using Django and JunOS pyEZ (Part 2 – Learning Django)

In order to build my Juniper SRX VPN dashboard, I opted to use Django. Let’s take a quick look at how I got started.

June 13, 2017 · 6 min · 1087 words · Matt Schmitz

Building a VPN Dashboard using Django and JunOS pyEZ (Part 1 - Initial thoughts)

I decided to build a web GUI to monitor Juniper SRX VPN tunnels. Here’s what I was thinking…

June 7, 2017 · 3 min · 548 words · Matt Schmitz

Getting Started with JunOS PyEZ

Quickly get started using Juniper’s Python SDK & interact with JunOS devices

January 24, 2017 · 5 min · 913 words · Matt Schmitz