This is the first template I've tried creating, and It's not going so well.
When I validate the login credentials I receive Login Failed: bad password. the output looks like it's bring me to the menu though:
Please Log in
Username:admin
admin
Password:******
******
Main Menu - [Midspan PoE Device]
------------------------------------
1. View menu
2. Configuration & maintenance menu
3. Ping remote host
E. Exit to debug information screen
The Template looks like this:
<Configuration-Management Device="MidSpan PowerDsine" SystemOID="1.3.6.1.4.1.7428.1.1.1.6">
<Commands>
<Command Name="RESET" Value=""/>
<Command Name="Reboot" Value=""/>
<Command Name="EnterConfigMode" Value=""/>
<Command Name="ExitConfigMode" Value=""/>
<Command Name="Startup" Value=""/>
<Command Name="Running" Value=""/>
<Command Name="DownloadConfigIndirect" Value="${CRLF}${2}${4}${Y}${10.10.80.9}${CRLF}" Delay="300" RegEx="*TFTP Server"/>
<Command Name="UploadConfig" Value=""/>
<Command Name="EraseConfig" Value=""/>
<Command Name="SaveConfig" Value=""/>
<Command Name="Version" Value="${CRLF}${1}${4}" Delay="300" RegEx="ESC - Return to Previous Menu"/>
<Command Name="Menubased" Value="true"/>
</Commands>
</Configuration-Management>