hi
i have problem, i build that template for alcatel but all the time when i do download and chose other method than tftp , the NCM do the procedure with tftp
how to prevent that ?
<Configuration-Management Device="Alcatel Devices" SystemOID="1.3.6.1.4.1.6486.800" AutoDetectType="BySystemOid">
<Commands>
<Command Name="RESET" Value="no more" />
<Command Name="Reboot" Value="" />
<Command Name="EnterConfigMode" Value="" />
<Command Name="ExitConfigMode" Value="" />
<Command Name="Working" Value="working" />
<Command Name="Certified" Value="certified" />
<Command Name="DownloadConfig" Value="show configuration snapshot" />
<Command Name="UploadConfig" Value="" />
<Command Name="DownloadConfigIndirect" Value="tftp ${StorageAddress} put source-file /flash/working/boot.cfg destination-file ${StorageFilename}${CRLF}" />
<Command Name="UploadConfigIndirect" Value="tftp ${StorageAddress} get source-file ${StorageFilename} destination-file /flash/working/boot.cfg" />
<Command Name="DownloadConfigIndirectSCP" Value="scp /flash/working/boot.cfg solarwinds@${StorageAddress}:${StorageFilename}${CRLF}admin${CRLF}" />
<Command Name="UploadConfigIndirectSCP" Value="" />
<Command Name="EraseConfig" Value="" />
<Command Name="SaveConfig" Value="write memory flash-synchro" />
<Command Name="Version" Value="show system" />
<Command Name="Running" Value="" />
<Command Name="Startup" Value="" />
</Commands>
</Configuration-Management>