I'm trying to disable TFTP on Ruggedcom switches. Below is my device template that is still a "work in progress".
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="RuggedCom Inc." SystemOID="1.3.6.1.4.1.15004.2.1">
<Commands>
<Command Name="Reset" Value=""/>
<Command Name="EnableIdentifier" Value=""/>
<Command Name="Post_Login_Message" Value="Press 'Enter' to continue..."/>
<Command Name="Post_Login_Keystrokes" Value="${CRLF}"/>
<Command Name="MenuBased" Value="true"/>
<Command Name="VirtualPrompt" Value="Main Menu"/>
<Command Name="EnterCLI" Value="${CTRL+S}"/>
<Command Name="DisableTFTP" Value="sql update ipservices set tftp_server=disabled${CRLF}"/>
<Command Name="Version" Value="version${CRLF}"/>
</Commands>
</Configuration-Management>
I'm getting a validation error message: "Validation Failed. An error occurred during script parsing. line 1:0: mimatched input '<' expecting SCRIPT keyword. Please check script syntax"
I'm new to template creation, so i'm not quite sure where the error is in the template.
Any suggestions would be appreciated. Thank you.