I am trying to backup my F5 load balancer configurations to Solarwinds but I keep getting errors when the job tries to transfer the files to my Solarwinds SFTP server. The script is giving me the syntax errors using the script below.
<Configuration-Management Device="BIGIP F5 LTM" SystemOID=" 1.3.6.1.4.1.3375.2.1.3.4">
<Commands>
<Command Name="RESET" Value=""/>
<Command Name="DownloadConfig" Value="show running-config all-properties"/>
<Command Name="Reboot" Value="reload noconfirm"/>
<Command Name="EnterConfigMode" Value=""/>
<Command Name="ExitConfigMode" Value="quit"/>
<Command Name="Startup" Value="startup"/>
<Command Name="Running" Value="running"/>
<Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}"/>
<Command Name="UploadConfigIndirect"/>
<Command Name="EraseConfig" Value="write erase${CRLF}Yes"/>
<Command Name="SaveConfig" Value="save sys config"/>
<Command Name="Version" Value="show sys version"/>
</Commands>
</Configuration-Management>
Has anyone else run into this. I setup a simple job pointing to 1 of my standby F5's as a test and it fails every time.