Hello All,
I am evaluating Solarwinds NCM and I am having problems using the upload config feature it has for Juniper devices.
I can download config without any issues and NCM saves a copy but whenever I try to upload a config or maybe run a script it is not working.
Can anyone help me if I am doing something wrong?
I have found this script here on the forum but not to sure on how to use it or if it will fix the upload issues I have
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Juniper EX3200-4200 Switches" SystemOID="1.3.6.1.4.1.2636.1.1.1.2.31">
<Commands>
<Command Name="Reset" Value="set cli complete-on-space off${CRLF}set cli screen-width 0${CRLF}set cli screen-length 0"/>
<Command Name="Reboot" Value="request system reboot${CRLF}yes"/>
<Command Name="EnterConfigMode" Value="configure"/>
<Command Name="ExitConfigMode" Value="commit and-quit"/>
<Command Name="MenuBased" Value="false"/>
<Command Name="VirtualPrompt" Value="%"/>
<Command Name="EnterCLI" Value="cli${CRLF}configure${CRLF}"/>
<Command Name="Startup" Value="| display set"/>
<Command Name="Running" Value=""/>
<Command Name="DownloadConfig" Value="show ${ConfigType}${CRLF}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}load override terminal${CRLF}${ConfigText}${CRLF}${CRL+D}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename} ${ConfigType}${CRLF}"/>
<Command Name="SaveConfig" Value="${EnterConfigMode}${CRLF}${ExitConfigMode}"/>
<Command Name="Version" Value="show version brief"/>
</Commands>
</Configuration-Management>
Thanks
Eliseo