Hi All, **to start i am not a developer but i do have some experience with python.** Is anyone aware of any scripts to add in ACLs for our switches? we have about 150+ switches we're deploying and we need to create a decent sized ACL for each switch and I would like to automate this process? I was able to use the get the switch ACL in postman for one of our switches and got the json output but my problem is for our different switches i need to modify the third octet of the source IP and apply it to the respected switch so: switch A will get - 10.10.1.0/24 switch b will get - 10.10.2.0/24 and so on.... I was able to write a script to get all our our network IDs which is what the postman GET requires but now i am not sure how to go from here. This may be a big ask but if anyone can help i'd appreciate it!!! Thank you, Matt
... View more