can someone help me set up a template for Cisco FTD 1140 FDM version?
I've tried the 4 templates below and I tried to customize the template to the below but none of can download the configuration from the FW
https://thwack.solarwinds.com/search?q=firepower&group=126
<Configuration-Management Device="Cisco Firepower Threat Defense FTD" SystemOID="1.3.6.1.4.1.9.1.2320" AutoDetectType="BySystemOid" SystemDescriptionRegex="">
<Commands>
<Command Name="Reboot" Value="reload noconfirm" />
<Command Name="Startup" Value="startup-config" />
<Command Name="Running" Value="running-config" />
<Command Name="DownloadConfig" Value="Show ${ConfigType}" />
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}" />
<Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}" />
<Command Name="UploadConfigIndirect" Value="" />
<Command Name="Version" Value="show version" />
</Commands>
</Configuration-Management>