Hi there,
I have a Network Admin box running Windows 2008. I've installed Telnet server and confirmed this is working.
I plan to pass NCM actions to this server under alarm/alert conditions to get traceroute results etc. which can be used in email alerts.
Said server is added to NCM, valid credentials are entered under Login Information, running 'Actions -> Validate Login Information' succeeds, so everything works until this point.
If I attempt to execute a command under NCM, the login to telnet completes, but the command does not return a result. For example, if I executed the command 'hostname' or 'dir', no results are returned in the logging screen.
I downloaded a Windows device command template from the Thwack content exchange, but I found this didn't quite work so adapted an existing (see below):
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Windows Server" SystemOID="1.3.6.1.4.1.311.1.1.3.1.2">
<Commands>
<Command Name="PreCommand" Value="${CTRL+C}" RegEx="send anyway"/>
<Command Name="RESET" Value="title"/>
<Command Name="Version" Value="ver"/>
<Command Name="EnterCLI" Value="${CTRL+C}" RegEx="send anyway"/>
<Command Name="Menubased" Value="false"/>
</Commands>
</Configuration-Management>
Has anybody come across this issue and able to show me the error of my ways please?