dbartoldus

Comments

  • Thanks! I would definitely like to figure out a way to respond to the question earlier because the config from the two commands is slightly different.
  • Alright. If anyone actually reads these... I gave up. There is another way to retrieve a config file from the router. The router creates a file for you and sends it over the network. It is almost exactly the same (one line about hostname is not in this file), but it is much better than nothing. Here is the Device Template:…
  • What you have there I initially had configured. The problem is the "y" is not sent until after the question is timed out. That is why I was looking to configure a response to the question "Continue with the upload ? (y/n) : ". I put the command you sent in and it produces the following trace: [12/30/2009 8:16:23 AM] Device…
  • <Command Name="RESET" Value=""/> <Command Name="Reboot" Value="reboot"/> <Command Name="EnterConfigMode" Value="configure term"/> <Command Name="ExitConfigMode" Value="exit"/> <Command Name="Startup" Value=""/> <Command Name="Running" Value="running-config"/> <Command Name="DownloadConfigIndirect" Value="file upload…
  • I am having the same issue 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…
  • Here is my device Template in full: <Commands> <Command Name="RESET" Value=""/> <Command Name="Reboot" Value="reboot"/> <Command Name="EnterConfigMode" Value="configure term"/> <Command Name="ExitConfigMode" Value="exit"/> <Command Name="Startup" Value=""/> <Command Name="Running" Value="running-config"/> <Command…