Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Using Cisco Defence Orchestrator, Is there a way to export all ACLs from all network policies to CSV in one go?I know you can do it on a per policy (as per article below) basis but need everything in one excel with the associated hitcounts.https://do...
Thanks for the advice. I ended up downloading each policy to CSV into a single folder and then running this command in terminal to join them into a single CSV with the filename in column A. for file in *.csv; do awk -v filename="$file" 'BEGIN{FS=OFS=...