Does anyone have an NCM template that works for downloading the configs from a Juniper WXC-500 WAN Accelerator?
Thanks!
Chuck
Hi Chuck--
Did you search thwack and our Content Exchange?
http://thwack.com/media/41/orion-ncm-content/ncm-device-templates/?INTCMP=THW-GNav_ContentExchange_OrionNCMTemplates
Let me know,
M
Hello Marie,
I have searched the content exchange and I was not able to find anything.
Anyone find the template for this?I'm looking for templates for the whole WX/WXC series if possible.
I need to be able to backup config - I can login, it just fails on config DL.
I tried with the template for the EX4200 but I'm still missing something:
template (using oid I found for WX series)
<!--SolarWinds Network Management Tools--><!--Copyright 2007 SolarWinds.Net All rights reserved--><Configuration-Management Device="Juniper WX" SystemOID="1.3.6.1.4.1.8239.1.2"> <Commands> <Command Name="RESET" Value=""/> <Command Name="EnterConfigMode" Value=""/> <Command Name="ExitConfigMode" Value="exit${CRLF}"/> <Command Name="MenuBased" Value="false"/> <Command Name="VirtualPrompt" Value="%"/> <Command Name="EnterCLI" Value=""/> <Command Name="Startup" Value=""/> <Command Name="Running" Value=""/> <Command Name="DownloadConfig" Value="show configure${CRLF} ${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}"/> <Command Name="UploadConfig" Value="${ConfigText}${CRLF}$"/> <Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}"/> <Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename} ${ConfigType}${CRLF}"/> <Command Name="EraseConfig" Value="write erase${CRLF}Yes"/> <Command Name="SaveConfig" Value="save ${CRLF}"/> <Command Name="Version" Value=""/> </Commands></Configuration-Management>
and the trace file (need to figure how to recognize the prompt for pressing any key - I sent a bunch of down arrows and that didnt help, maybe I need to delay between each one?
trace:
[3/23/2011 3:26:37 PM] Pending Disconnect = False[3/23/2011 3:26:37 PM] Pre-Commands: Waiting more than 3 seconds for response start sending pre-command if any...[3/23/2011 3:26:37 PM] Fuzzy match detector start detecting prompt. String1=pressanykeytocontinue(qtoquit) String2=WXC250#[3/23/2011 3:26:37 PM] TimerTick: Just tick-tockin away. ..[3/23/2011 3:26:39 PM] TimerTick: mstrData=<Press any key to continue (Q to quit)> State=3 - Connected to server - idle[3/23/2011 3:26:39 PM] Pending Disconnect = False[3/23/2011 3:26:39 PM] Pre-Commands: Waiting more than 3 seconds for response start sending pre-command if any...[3/23/2011 3:26:39 PM] Fuzzy match detector start detecting prompt. String1=pressanykeytocontinue(qtoquit) String2=WXC250#[3/23/2011 3:26:39 PM] TimerTick: Just tick-tockin away. ..[3/23/2011 3:26:41 PM] TimerTick: mstrData=<Press any key to continue (Q to quit)> State=3 - Connected to server - idle[3/23/2011 3:26:41 PM] Pending Disconnect = False[3/23/2011 3:26:41 PM] Pre-Commands: Waiting more than 3 seconds for response start sending pre-command if any...[3/23/2011 3:26:41 PM] Fuzzy match detector start detecting prompt. String1=pressanykeytocontinue(qtoquit) String2=WXC250#[3/23/2011 3:26:41 PM] TimerTick: Just tick-tockin away. ..[3/23/2011 3:26:43 PM] TimerTick: mstrData=<Press any key to continue (Q to quit)> State=3 - Connected to server - idle[3/23/2011 3:26:43 PM] Pending Disconnect = False[3/23/2011 3:26:43 PM] Pre-Commands: Waiting more than 3 seconds for response start sending pre-command if any...[3/23/2011 3:26:43 PM] Fuzzy match detector start detecting prompt. String1=pressanykeytocontinue(qtoquit) String2=WXC250#[3/23/2011 3:26:43 PM] TimerTick: Just tick-tockin away. ..[3/23/2011 3:26:45 PM] Disconnected - From: WXC250
Got it working and posted a template HERE