Trace a host MAC address through Cisco access switches
Trace a host MAC address through Cisco access switches
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python3 --version
ssh cisco@192.168.1.10
Download the repository into a directory
git clone https://github.com/omarthe95/Cisco-MAC-Tracer.git
Run setup.sh
note: last step the script will ask you if you want to delete the setup (downloaded) directory,
no mater if you delete it or not after finishing the setup process you will be able to run the script from any where, because it will be placed in (/home/bin/) directory.
bash setup.sh
Edit L3 Cisco Routers (Gateway devices) IPaddress_Routers.txt file with your own management IP address, each device IP per line
nano IPaddress_Routers.txt
Edit L2 Cisco Switches IPaddress_Switches.txt file with your own management IP address, each device IP per line
nano IPaddress_Switches.txt
We will start each step with GIF
Running the Script from any where (directory) is possible because of setup file
Project-1.py
This project is licensed under the MIT License - see the LICENSE.md file for details
Kirk Byers
Python for Network Engineers
https://pynet.twb-tech.com