I am needing to download and use a file to parse through a list of MAC's (one per line) and add or remove based on the new file downloaded to the AP. I will have to step through the current access-list mac's and decide which ones need to be removed, then step through the new list of mac's and see which ones need to be added. Is this possible to complete in a script?
I can get the file downloaded to the AP, but have had no luck parsing through the file and pulling the mac's out to compare to the access-list. Any help would be much appreciated.