I am having issues trying to download running configurations for a primarily Juniper network.
I have been using the following as the device template:
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () -->
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Juniper Devices - Set Commands" SystemOID=" 1.3.6.1.4.1.2636">
<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="DownloadConfig" Value="show configuration | display set"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="SaveConfig" Value="${EnterConfigMode}${CRLF}${ExitConfigMode}"/>
<Command Name="Version" Value="show version brief"/>
</Commands>
</Configuration-Management>
I am unsure if there is a particular setting/command required in template or if there is something else at play that I have not come across.
Any assistance in identifying the issue will be appreciated.
Thanks in advance.