Hi Everyone,
We have GTM and ITM F5 devices in our environment, which needs to be backed up through NCM 7.6.
We have created all the connection profile with advanceshell privilages, when i test the connection profile , am getting connection Pass.
But when used with auto determine device template backup is failing with connection refused , same with the F5 device template.
<Configuration-Management Device="F5 Big IP" SystemOID=" 1.3.6.1.4.1.9">
<Commands>
<Command Name="RESET" Value="" />
<Command Name="Reboot" Value="" />
<Command Name="EnterConfigMode" Value="" />
<Command Name="ExitConfigMode" Value="" />
<Command Name="Startup" Value="ucs" IsBinary="true"/>
<Command Name="Running" Value="config file" />
<Command Name="DownloadConfig" Value="tmsh -q show running-config" />
<Command Name="UploadConfig" Value="" />
<Command Name="DownloadConfigIndirect" Value="" />
<Command Name="UploadConfigIndirect" Value="" />
<Command Name="DownloadConfigIndirectSCP" Value="tmsh save /sys ${ConfigType} /var/local/NCM.ucs${CRLF}${TransferProtocol} /var/local/NCM.ucs ${SCPServerUserName}@${SCPStorageAddress}:${StorageFilename}${CRLF}yes${CRLF}${SCPServerPassword}"/>
<Command Name="RESET" Value="run /util bash" RegEx="#"/>
<Command Name="UploadConfigIndirectSCP" Value="${TransferProtocol} ${SCPServerUserName}@${SCPStorageAddress}:${StorageFilename} /var/local/NCM.ucs${CRLF}${SCPServerPassword}${CRLF}tmsh load /sys ${ConfigType} /var/local/NCM.ucs" />
<Command Name="EraseConfig" Value="" />
<Command Name="SaveConfig" Value="" />
<Command Name="Version" Value="tmsh show /sys version" />
<Command Name="Disconnect" Value="" />
</Commands>
</Configuration-Management>
Please help me in fixing this.