Here is the CLI portion of a change template that is giving me an error when I click the "Validate" button. Does the syntax below look correct?
{
//Issue commands to the device
CLI
{
copy tftp://<ip_address>/asdm-731.bin flash:/asdm-731.bin
${CRLF}
${CRLF}
${CRLF}
}
}
Thank you so much for your help!