I am having the same issue as seen in an earlier post: with a Nortel Secure Router 4134. I have the command correct but it asks "Continue with the upload ?(y/n) " and then it times out. I tried the
<Command Name="PreCommand" Value="y"/> But to no avail.
Here is my trace:
[12/21/2009 10:45:22 AM] Solarwinds.Net SWTelnet9 Version 9.0.27
[12/21/2009 10:45:22 AM] Connected!
[12/21/2009 10:45:22 AM] --> # Nortel Networks Inc. SSH Login #
[12/21/2009 10:45:22 AM] --> Nortel Networks, Inc.
[12/21/2009 10:45:22 AM] --> Command Line Interface
[12/21/2009 10:45:22 AM] --> Copyright (c) 1998-2009.
[12/21/2009 10:45:22 AM] -->
[12/21/2009 10:45:22 AM] -->
[12/21/2009 10:45:22 AM] ProcessLogin State: 0
[12/21/2009 10:45:22 AM] no credentials needed - Command mode prompt detected
[12/21/2009 10:45:22 AM] Prompt is being set to : # Nortel Networks Inc. SSH Login #
[12/21/2009 10:45:22 AM] Logged into Router
[12/21/2009 10:45:22 AM] <-- file upload /cf0/system.cfg 172.17.7.109 25122.config
[12/21/2009 10:45:22 AM] -->
[12/21/2009 10:45:22 AM] -->
[12/21/2009 10:45:22 AM] --> jam-4134a# file upload /cf0/system.cfg 172.17.7.109 25122.config
[12/21/2009 10:45:22 AM] --> Handling tftp request !
[12/21/2009 10:45:22 AM] --> Continue with the upload ? (y/n) :
[12/21/2009 10:45:22 AM] Echo not detected yet. Push back data to echo buffer, EchoBuffer = <<<
jam-4134a# file upload /cf0/system.cfg 172.17.7.109 25122.config
Handling tftp request !
>>>
[12/21/2009 10:45:22 AM] Start detecting command echo in echo buffer...
[12/21/2009 10:45:22 AM] Echo is detected, EchoBuffer = <<<
jam-4134a# file upload /cf0/system.cfg 172.17.7.109 25122.config
Handling tftp request !
>>>
[12/21/2009 10:45:22 AM] Remove Prompt - prompt not found via RegEx
[12/21/2009 10:45:22 AM] Echo and prompt are removed if they exist, out buffer = <<<
jam-4134a# Handling tftp request !
Continue with the upload ? (y/n) : >>>
[12/21/2009 10:45:22 AM] Start check prompt for menu-based device
[12/21/2009 10:45:22 AM] Process Line = <>
[12/21/2009 10:45:22 AM] Process Line = < >
[12/21/2009 10:45:22 AM] Fuzzy match detector start detecting prompt. String1= String2=#nortelnetworksinc.sshlogin #
[12/21/2009 10:45:22 AM] Save Command Output:
[12/21/2009 10:45:22 AM] Process Line = <jam-4134a# Handling tftp request !>
[12/21/2009 10:45:22 AM] Fuzzy match detector start detecting prompt. String1=jam-4134a#handlingtftprequest! String2=#nortelnetworksinc.sshlogin #
[12/21/2009 10:45:22 AM] Save Command Output: jam-4134a# Handling tftp request !
[12/21/2009 10:45:22 AM] Process Line = <Continue with the upload ? (y/n) : >
[12/21/2009 10:45:22 AM] Fuzzy match detector start detecting prompt. String1=continuewiththeupload?(y/n): String2=#nortelnetworksinc.sshlogin #
[12/21/2009 10:45:22 AM] Pushing back: <Continue with the upload ? (y/n) : >
[12/21/2009 10:45:22 AM] mPrompt is : <# Nortel Networks Inc. SSH Login #>
[12/21/2009 10:45:24 AM] TimerTick: mstrData=<Continue with the upload ? (y/n) : > State=3 - Connected to server - idle
[12/21/2009 10:45:24 AM] Pending Disconnect = False
[12/21/2009 10:45:24 AM] TimerTick: Saw Question prompt
[12/21/2009 10:45:24 AM] SendNextCommand Done: Disconnecting
[12/21/2009 10:45:26 AM] TimerTick: mstrData=<Continue with the upload ? (y/n) : > State=3 - Connected to server - idle
[12/21/2009 10:45:26 AM] Pending Disconnect = True
[12/21/2009 10:45:26 AM] Disconnected - From: 172.17.10.161
Any Ideas Anyone?