Has anyone been able to create a "Download" job for the System Context in an FWSM. As you might be aware, you need to login to it via an "admin" context which complicates the process.
I can create a simple "Command Script" type job such as this
changeto system
copy /noconfirm startup-config t172.0.0.53/SystemContext\startup-config.cfg
copy /noconfirm running-config t172.0.0.53/SystemContext\running-config.cfg
wr mem
exit
but this forces me to download the configuration to a subdirectory under the TFTP-Root directory and does not give me access to the archiving and "dated" version management that is built in to "Download" jobs.
I have also tried to modify a device template and use a "Download" job with that but it hangs when the prompt changes when I switch from the Admin context to the System context (is there some way to reset the "mprompt" during job execution)?
I am a realative novice with the Cirrus product so any advice would be helpful even if you think it is obvious.