Automation

Ansible Project: Network Security Audit 2 – VTY Configuration

This test is designed to see if the VTY configuration is on the device. If there are any extra commands that are not part of the confirmed configuration, they will be removed. This is specifically for configuration items in the confirmed configuration. Anything outside this configuration scope will not have any changes made. The desired […]

Ansible Project: Network Security Audit 2 – VTY Configuration Read More »

Ansible Installation

Basic how to guide to Install Ansible quickly on Ubuntu. The full guide for Ubuntu is here. Installation Create the Inventory to Test This file is named router_switch_inv.ini in my lab. Test Topology With three lines and a small file it is very simple to start interacting with network devices. Inventory File in Depth The

Ansible Installation Read More »

Scrapli and Flask – Part 7: Multicast Dashboard

I have added a multicast page to the web app that demonstrates the ability to pull in details for multicast. I originally planned to use this with the Nexus multicast lab, however as TextFSM or Genie do not support the parsing of the command “show ip mroute”. Side note Genie does support the command “show

Scrapli and Flask – Part 7: Multicast Dashboard Read More »