🔥 SuzieQ (Network Observability/Testing) - Great for NetOps due to its CLI, and also provides the ability to see your network at a previous point in time. #networkautomationsuzieq.readthedocs.io/en/latest/ 👇👇👇
🔥 Batfish (Network Analysis/Pre-Testing) - Validate your network before deploying. Great for performing offline impact analysis (via snapshot forking + differential reachability). #networkautomationbatfish.org
🔥 Scrapli (CLI Interaction via Python) - Working with network device CLIs via Python. Provides config management features, plus its quick due to its SSH2 and AsyncIO support. #networkautomationgithub.com/carlmontanari/… 👇👇👇
🔥 Netmiko (CLI Interfaction via Python) - Working with network devices over CLI/Python. Supports more devices then Scrapli, though doesnt include the config management features and SSH2 support. #networkautomationgithub.com/ktbyers/netmiko 👇👇👇
🔥 Rich Inspect (Prettify Terminal Output) - Use inspect to learn more about Python and what's in objects etc etc. Great learning tool. #networkautomationgithub.com/Textualize/rich 👇👇👇