Team
i'm still facing quite pending topic of automation of collecting & auditing specific output from managed devices with DNAC tools.
As you might remember in CPI we could configure compliance rules with use of different "show" commands & then parse output against patterns of interest. F.e. if i wanted to find all the ports on all the devices where DOT1X|MAB wasnt enforced i could write compliance rule to take "show run | sec ^interface G" & match it against keywords "^ mab$" | "^ dot1x pae authenticator$" per any switch assigned with this compliance rule & CPI would do this job on-demand & give me list of each & every compliant|uncompliant switch&port with ability to export in CSV, EXCEL.
DNAC though doesnt look having such a mean.
Some things come to my mind as candidates for replacement: API calls, scripts for SSH etc. Everything promises development from scratch. But maybe there are already available scripts somebody is using for jobs like above?
please share