Is there any?
Do you know the commands to either show the current configuration on the command line OR backup the configuration via TFTP on the F5 device?
chris.lapoint: Do you know the commands to either show the current configuration on the command line OR backup the configuration via TFTP on the F5 device?
Conincidently we started looking at creating a Cirrus device template file last week. The following is the draft version that we have not tested at this time! We only have production equipment, and have commented out command references that may have unintended consequences.
I do not work on this equipment, but I understand the commandline config command does not provide all details. There is also a binary file required.
Thanks for this. Our device in the lab doesn't support TFTP so I was unable to test your template. I was able to determine how to show the configuration via the command line. However, there appears to be issues with the transfer. I'll enter a bug on this and we'll see if we can't get this resolved in the next release. I've included the template I used below for your reference:
<!--SolarWinds Network Management Tools--><!--Copyright 2005 SolarWinds.Net All rights reserved--><Configuration-Management Device="F5 Devices" SystemOID="1.3.6.1.4.1.3375.2.1.3.4.4"><Commands><Command Name="RESET" Value=""/><Command Name="EnterConfigMode" Value=""/><Command Name="ExitConfigMode" Value=""/><Command Name="Startup" Value=""/><Command Name="Running" Value="support"/><Command Name="DownloadConfig" Value="config ${ConfigType} save temp.ucs${CRLF}config show temp.ucs${CRLF}"/><Command Name="UploadConfig" Value=""/><Command Name="EraseConfig" Value=""/><Command Name="SaveConfig" Value="save pri${CRLF}y${CRLF}save sec${CRLF}y"/><Command Name="Version" Value="version${CRLF}"/></Commands></Configuration-Management>
Hi Chris:Let me know if you get the transfer working using SCP, because this prefered secure method for transfering the files.
Thanks,
Dale