This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Cisco 4402 WLAN Controller

I have added our 2 controllers and I can see most of the information but I cannot download the configs? Has anyone figured this out?

  • have got this working using the following script.

    <!-- 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="VirtualPrompt" Value="(Cisco Controller) >"/>
            <Command Name="RESET" Value=""/>
      <Command Name="DownloadConfig" Value="show run-config"/>
      <Command Name="More" Value=" Or "/>
     </Commands>
    </Configuration-Management>

     

    are you using telnet or ssh to conect to the devices?

  • SSH.

    It only took me a year and a half to read this =)

    Thanks!