IP/MAC Finder

Ansible IP/MAC Finder

This project is originally from a former place of work. I had a project to move all the user switches to ISE. The VLAN mapping was setup in a traditional manner. I spent a lot of time locating which switches devices were connected to. I decided to use Ansible to create a quick way that I could just input the IP address to and it would perform the show commands on all switches for me.

I’ll walk through the entire process and the posts are below.

Ansible_logo
Ansible Project: IP to Physical Port Mapping
This is a mini project I created for myself in one of my previous roles. The problem, that it is designed...
Ansible_logo
Ansible Installation
Basic how to guide to Install Ansible quickly on Ubuntu. The full guide for Ubuntu is here. Installation [crayon-66ee837480722606584870/] Create...
Ansible_logo
Ansible Basic Commands
Here I have a collection of commands for reference. Ansible can be run using ad-hoc commands or playbooks.Ad-hoc...
Ansible_logo
Ansible Inventory, Group Vars and Vault
Inventory & Group Vars The Ansible inventory file can be specified or a default location can be...
Ansible_logo
Ansible Ifs and Loops
During my project for an Ansible Security Audit I needed to use loops and if statements. This for me...