I'm trying to develop a simple template that will allow us to download configuration sections of our ION 2 and 3K devices. (Since there is no equivalent to "show running-config," thanks Palo:7)
Here's what I have so far, just to test with:
<Configuration-Management Device="" SystemOID="" AutoDetectType="BySystemOid">
<Commands>
<Command Name="RESET" Value="set paging off" />
<Command Name="Startup" Value="startup" />
<Command Name="Running" Value="running" />
<Command Name="UseMultipleDownloadCommands" Value="True" />
<Command Name="DownloadConfig" Value="dump device info" />
<Command Name="SaveConfig" Value="write memory" />
<Command Name="Version" Value="" />
<Command Name="Disconnect" Value="exit" />
</Commands>
</Configuration-Management>
Here's what's being returned:

I've played with the ${IgnoreEcho} variable like this, but, didn't help:
<Command Name="DownloadConfig" Value="dump device info${IgnoreEcho}" />
Has anyone run into this before?
Thanks