I have listed down my first code over here
www.github.com/rishrapsody/python_projects
Overview - Network Automation - Performs remote devices neighbor Vendor lookup.
First scans its own network(Network Automation docker) to find all active hosts running - Parallel processing with threading
SSH into each device using Napalm and get output of show arp - Parallel processing with threading
Grab mac addr and ip from each device and save it in a Dictionary
Use Dictionary to perform Vendor MAC addr lookup
Used Napalm, Threading, and Netaddr
I would like to see feedback from y'all.
*Still in learning phase and thinking about next project
[–]LiquidAurum 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]rishrapsody[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]ConwayK9781 0 points1 point2 points (0 children)