Hello Everyone,
I am facing NCM backup failure issue on HP devices . I created a new template below but after pressing 5 . it's automatic goes into status & counters option . On device the Option is 5 for entering into config mode(CLI) . Anyone help me on this how to enter into CLI option by passing the variable in template?
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="HP ProCurve Switch 2824" SystemOID="1.3.6.1.4.1.11.2.3.7.11.31">
<Commands>
<Command Name="RESET" Value="terminal length 1000"/>
<Command Name="Reboot" Value="reset board{CRLF}y${CRLF}"/>
<Command Name="EnterConfigMode" Value="configure t"/>
<Command Name="ExitConfigMode" Value="end"/>
<Command Name="Startup" Value="text-config-file"/>
<Command Name="Running" Value="text-config-file"/>
<Command Name="DownloadConfig" Value="Show running-Config"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy config tftp text${CRLF}${StorageFilename}${CRLF}${StorageAddress}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy tftp file${CRLF}4${CRLF}${StorageFilename}${CRLF}${StorageAddress}${CRLF}"/>
<Command Name="EraseConfig" Value="reset configuration${CRLF}y${CRLF}"/>
<Command Name="PreCommand" Value="X"/>
<Command Name="PreCommand" Value="5"/>
<Command Name="Version" Value="show version"/>
</Commands>
</Configuration-Management>