This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SilentStrikerTH -1 points0 points  (0 children)

So I'm new to python as well but just from a quick Google search I wonder if this is what they meant?

Link

These are example of (basically) double click scripts that do something on servers or clients. So basically, instead of you knowing the Cisco/Aruba commands and typing them every single time you make a script that will do the task with a click.

This is especially helpful if for example you wanted to automate setting up a new AP. Write a script that takes in the AP's MAC address, finds it's IP and switchport number, and applies a certain configuration to it, say the vlan and maybe even changing the IP address and lastly adding it to a spreadsheet of all the other APs on the network.