hi,
im new to this - please bear with me
i have MRV switch which i am trying to utlise NCM to do config backups.
my switch CLI command to download configs is in the format of "copy running-config scp SERVER REMOTE-DIR USERNAME PASSWORD"
using a new device template
under the commands - how would one enter the username/password of the SCP server, considering that it is already saved under the SCP server settings in the NCM configuration
<Commands>
<Command Name="Startup" Value="configuration"/>
<Command Name="Running" Value="running"/>
<Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol} ${StorageAddress} /backups "/>
<Command Name="Version" Value="show version"/>
</Commands>