Dear, Jiri,
because why i write this article, many field engineer's said that when input the config line by line in CLI similar like to upload this ncm method, it might be not successfully uploaded
there is some reasons such tacacs+ or privileges issue,
so they want to prefer using backed up config file transfer from the ncm server to devices then execute load command at the device, it is more stable method.
this method , consider using the config change template for edit the configmgmt file. how can user select backed up config files and then apply it using tftp or ftp , scp transfer method.
also i think to change the configmgmt file such like this
is this working when i click the Download button or Uload button.? also where can i set the storageaddress and storagefilename.?
<Command Name="DownloadConfig" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}"/>
<Command Name="UploadConfig" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename} ${ConfigType}${CRLF}${CRLF}"/>