Hello Fellow Thwak users,
I'm hoping to get some help with creating a compliance report.
We have implemented 802.1x auth controls at the end user port level. We have over 1400 devices throughout the company. Instead of trying to manually select devices that have this feature enabled, I'd like to create a report that basically looks for the following:
1) Does the config have the following to determine if I need to proceed in further inspection:
aaa group server radius XYZ
2a) If it's not found we're done and no need to do anything else <-- really not sure how to work this piece; all else is easy enough to do
2b) If "aaa group server radius XYZ" is found, search for the following two line items within the config:
aaa authorization network default group XYZ
aaa accounting update newinfo
3) If neither of those two line items are found, remediate via script to add those line items
So, whats the best way to get there?