I would like to build a command script to execute a series of commands across a few devices. The commands will not be the same on the devices so a configlet or template doesnt seem to fit.
My goal is to build a one click portal to move certain services over to our disaster recovery location for non-network staff by executing the necessary network config changes through a script. My goal would be to have it able to be launched from within the SolarWinds NPM/NCM web app and not have to have them log into NCM on my server.
Any thoughts or ideas how to accomplish this? I'm thinking of something like the following:
[DEVICE A]
ip prefix-list DR-Change permit x.x.x.x/yy
...other necessary commands...
[DEVICE B]
int gig 0/0
no shut
...other necessary commands...