I am hoping for some assistance with determining how to run multiple commands during a configuration download command.
My Example is below:
<Commands>
<Command Name="RESET" Value=""/>
<Command Name="EnterConfigMode" Value="config"/>
<Command Name="ExitConfigMode" Value="end"/>
<Command Name="Running" Value="show role all${CRLF}Show config"/>
<Command Name="DownloadConfig" Value="${ConfigType}"/>
</Commands>
However, this is for only providing an output for the first command and not the second command.
Anyone have any ideas on how to do this?