Folks,
Having a bit of trouble and wondering if anyone can help out. I am trying to download the configurations of multiple contexts off a Cisco ACE using the following device template:
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<!--Modified 12/02/2011-->
<Configuration-Management Device="Cisco ACE Context" SystemOID=" 1.3.6.1.4.1.9.1.730">
<Commands>
<Command Name="RESET" Value="terminal length 0${CRLF} ${ConfigType}" RegEx="#"/>
<Command Name="admin" Value="changeto Admin"/>
<Command Name="system" Value="changeto system"/>
<Command Name="BwDBDR" Value="changeto Context1"/>
<Command Name="HARTLEPOOLDR" Value="changeto Context2"/>
<Command Name="MySchool-Dev" Value="changeto Context3"/>
<Command Name="NABLE" Value="changeto Context4"/>
<Command Name="OLDHAMDR" Value="changeto Context5"/>
<Command Name="DownloadConfig" Value="show running-configuration"/>
<Command Name="Reboot" Value="reload noconfirm"/>
<Command Name="EnterConfigMode" Value="config terminal"/>
<Command Name="ExitConfigMode" Value="quit"/>
<Command Name="Startup" Value="startup"/>
<Command Name="Running" Value="running"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}"/>
<Command Name="UploadConfigIndirect"/>
<Command Name="EraseConfig" Value="write erase${CRLF}Yes"/>
<Command Name="SaveConfig" Value="write memory"/>
<Command Name="Version" Value="show version"/>
</Commands>
</Configuration-Management>
I have also attached my session trace, which I have gone through but just can't put my finger on what's causing the configs not to download and give me an error of "ERROR: Cannot download config : Connectivity issues discarding config file."
help please? 