I am reviewing the demo version of NCM in anticipation of purchasing.
I am trying to create a device template for some devices we have from Crescendo Networks (CN-5504D). The device has a CLI that is similar to Cisco's IOS so its pretty straight forward. All I want to do with this device is download the config. I tested the SNMP and Login process and they work fine. However, the commands (i.e. show version) do not execute correctly.
I suspect it is one of two issues...
1- The command prompt is root> . I tried adding the commands that tell NCM the devices ready prompt...
<Command Name=”MenuBased” Value=”false”/>
<Command Name=”VirtualPrompt” Value=”root>”/>
These made the device template an invalid file so I took them out.
2- The terminal emulation is wrong. When I execute the "validate login information" from the device details tab, The script logs in and tries to run the show version command but it does not work.
--------------------------------------------------------------------------------------------------------------------------
I have attached the session trace file. Here is the device template....
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () -->
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Crescendo" SystemOID=" 1.3.6.1.4.1.16165">
<Commands>
<Command Name="RESET" Value=""/>
<Command Name="Startup" Value="startup"/>
<Command Name="Running" Value="running"/>
<Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
<Command Name="Version" Value="show version"/>
</Commands>
</Configuration-Management>
----------------------------------------------------------------------------------------------------
The SWTelnetDebug.txt file contains this...
*** [10.33.9.37] OnConnect received, err = 0
root>
root>
root>
root> show version
s
It is real simple. I am just trying to get a show version and ultimately a config download. Can someone point me in the right direction? Thanks.