Hi All
Please help
My aim is to back up configs on our GTM/LTM F5. I have pretty much used all the templates I can see on this forum e.e F5 BIG IP-1.3.6.1.4.1.3375.ConfigMgmt-Commands and I get the error
.Validation Failed: An error occurred during script parsing. Position: Line 1, Character 3 Error message: mismatched character '-' expecting '=' Please check script syntax.
We are running Licensed Version 11.4.1 on the F5. I am not too familiar with F5. I do the following
......(tmos) # show running-config
Display all 235 items? (y/n) y
I have used the template assistant and have entered "y" in the RegEx, which i think it does accept but then comes back with "Unable to get Config Text". I have looked at the templates on here and really not too clear about some of the lines e.g. " <Command Name="EraseConfig" Value="write erase${CRLF}Yes"/>". Luckily it never went past the error above. I did remove the lines i did not think i will need and now left with the below:
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<!--Modified 12/02/2011-->
<Configuration-Management Device="BIGIP F5 LTM" SystemOID=" 1.3.6.1.4.1.3375.2.1.3.4">
<Commands>
<Command Name="DownloadConfig" Value="show running-config all-properties"/>
<Command Name="PostCommand" Value="${ENTER}"/>
<Command Name="PostCommand" Value="y"/>
</Commands>
</Configuration-Management>
Not sure if "PostCommand" is valid.
When I log in I get this as my prompt
name@(device)(cfg-sync In Sync)(Active)(/Common)(tmos)#
Please help. I just need to back up the configs on the F5 like I do for the Cisco.
Thanks