Will there be a way to somehow upload a CLI command list to a ZD or SA AP?
We have a customer with a very cool system set-up, where they can take a config list generated by the "show config" CLI command store it and compare it to previous outputs. If a problem arises it allows them to quickly see the changes made.
However, usually they don't have the ability to access the ZD directly and they would like to be able to send some CLI commands in a file to the customer, which would then uploade it to the ZD and execute it.
I've seen the "Import scripts" option, however the user guide says something like "don't do it unless instructed by our support".
We have a customer with a very cool system set-up, where they can take a config list generated by the "show config" CLI command store it and compare it to previous outputs. If a problem arises it allows them to quickly see the changes made.
However, usually they don't have the ability to access the ZD directly and they would like to be able to send some CLI commands in a file to the customer, which would then uploade it to the ZD and execute it.
I've seen the "Import scripts" option, however the user guide says something like "don't do it unless instructed by our support".
Primož Marinšek, AlphaDog
Alberto de la Cruz
Keith - Pack Leader
Something like
exec 'show config >foo.config'
ftp foo.config 10.0.0.1
wait 86400 #1 day
loop
The script function mentioned is strictly for diagnostics. Our support engineers write the script (it's just sh) but then have to encrypt it before you can upload to the device and run it. So just uploading a shell script won't work.