I'm trying to download the config from a 3com 4200G using the following template:
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="3Com Devices" SystemOID="1.3.6.1.4.1.43.1.16.4">
<Commands>
<Command Name="RESET" Value="${CRLF}"/>
<Command Name="Reboot" Value="reboot${CRLF}y${CRLF}"/>
<Command Name="EnterConfigMode" Value="system"/>
<Command Name="ExitConfigMode" Value="quit"/>
<Command Name="Startup" Value="saved-configuration"/>
<Command Name="Running" Value="current-configuration"/>
<Command Name="DownloadConfig" Value="display ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="${EnterConfigMode}backup fabric ${ConfigType} ${StorageAddress} ${StorageFilename}${CRLF}${CRLF}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="${EnterConfigMode}restore fabric "/>
<Command Name="EraseConfig" Value="reset saved-configuration"/>
<Command Name="SaveConfig" Value="save"/>
<Command Name="Version" Value="display version"/>
<Command NAme="VirtualPrompt" Value="Bas-3com4500"/>
</Commands>
</Configuration-Management>
But it fails, I can login to the device and execute the "display current-configuration" command with no problems. Even when validating the login details within NCM I can see from the output in the window that it has logged in successfully however it tells me the validate login failed.
I have attached my session trace for validating the login and attempting to download the configuration.