Hello -
When you ssh, the Cisco WiSM blade presents two user prompts (does not occur with telnet). The first is irrelevant and you can put in anything.
login as: bobo
(WiSM-slot6-1)
User: ciscoworks
Password:**********
(WiSM-slot6-1) >
Any ideas on how to deal with different login scenarios? The device templates commands all seem to be post-authentication (ie - I have to change enable prompt settings on the device configuration, not at the template).
For reference, here's my current device template (not fully baked, but works with telnet for downloading the running-config):
<!-- edited with Notepad by jfarmeb -->
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Cisco Devices" SystemOID=" 1.3.6.1.4.1.14179.1.1.4.4">
<Commands>
<Command Name="Reset" Value="${CRLF}"/>
<Command Name="Reboot" Value="reset system${CRLF}y${CRLF}y"/>
<Command Name="Running" Value="running-config"/>
<Command Name="DownloadConfig" Value="show ${ConfigType}"/>
<Command Name="UploadConfig" Value="${ConfigText}"/>
<Command Name="EraseConfig" Value="clear config${CRLF}Y"/>
<Command Name="SaveConfig" Value="save config"/>
<Command Name="Version" Value="show sysinfo"/>
</Commands>
</Configuration-Management>