SSH into your network devices, back up their running configuration, and audit each one against a golden baseline defined in YAML — so you find out a switch drifted from standard before an auditor does ...
This is my implementation of Task 2 — a Python compliance engine that takes a Cisco device config, checks it against a set of rules (SSH enabled, Telnet disabled, NTP configured, etc.), and spits out ...