My Cisco WLC template is not working on my Cisco 4400 WLCs to download configs. I am on 7.0.2. Here is what I'm currently using:
<!-- edited with Notepad by Jodros-->
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Cisco WLC" SystemOID=" 1.3.6.1.4.1.14179.1.1.4.3">
<Commands>
<Command Name="PreCommand" Value="${CRLF}"/>
<Command Name="RESET" Value=""/>
<Command Name="DownloadConfig" Value="show run-config"/>
<Command Name="More" Value="Press Enter to continue Or <Ctl Z> to abort"/>
</Commands>
</Configuration-Management>
Has anyone run into this sort of problem before? Suggestions would be great! Thank you!