admin

Ansible Project: Network Security Audit 3 – ios_acl Module

As I have been going through my list of configuration items for the security audit, I have only used Ansible to send commands. I haven’t used the ios_config module for any of its other abilities like interface configuration, gathering facts or ACL configuration.This post will cover 2/3 of those. Gathering facts, specifically ACL facts and […]

Ansible Project: Network Security Audit 3 – ios_acl Module Read More »

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 »

Nexus VPC Troubleshooting

This lab will expand on the previous vPC configuration lab. I have made a few configuration changes since that lab. HSRP, vPC priority and the STP root is Nexus1. vPC Priority This isn’t like HSRP where it can be set to a higher priority than the default 100 and then that device will always be

Nexus VPC Troubleshooting Read More »