zoukankan      html  css  js  c++  java
  • Upgrade Cisco WLC and predownload image to AP

    Previously, we upgrade the WLC with the new image and when AP discovers controller with the new image, they all start downloading new image from controller, resets, goes into discovery mode and rejoins the controller. So the whole process would take long period of downtime/maintenance window if you have more APs.

     

    In order to minimize the network outage of upgrading WLC and AP images, we could download an upgrade image to the controller and access point while the network is still up. Then we can schedule a reboot of the controller and access point at a specific date and time.

    Step 1: Check your WLC and AP software version via SSH or GUI

    (Cisco Controller) >show ap image all

     

    Total number of APs………………………… 4
    Number of APs
    Initiated………………………………… 0
    Predownloading……………………………. 0
    Completed predownloading…………………… 0
    Not Supported…………………………….. 0
    Failed to Predownload……………………… 0

    Predownload Predownload Flexconnect
    AP Name Primary Image Backup Image Status Version Next Retry Time Retry Count Predownload


    7f-aironet-mid 7.4.121.0 0.0.0.0 None None NA NA
    7f-aironet-conf 7.4.121.0 0.0.0.0 None None NA NA
    8f-aironet-conf 7.4.121.0 0.0.0.0 None None NA NA
    8f-aironet-mid 7.4.121.0 0.0.0.0 None None NA NA

    (Cisco Controller) >show boot
    Primary Boot Image…………………………. 7.4.121.0 (default) (active)
    Backup Boot Image………………………….. 7.4.110.0

    Step 2: Verify the upgrade path in the release notes of the version that you are trying to upgrade.

    Cisco release notes of upgrade path to 8.0.121.0 – you can directly upgrade from 7.4.x releases to 8.0.12x.0

     

    Cisco release notes of upgrade path to 8.1.131.0 – you can directly upgrade from 8.0.x releases to 8.1.131.0

    Step 3: Backup WLC configuration

    • You need a tftp server in your network that is reachable from WLC
    • Navigate to COMMANDS tab in WLC GUI and choose UPLOAD FILE menu
    • Specify File Type (Configuration), Transfer Mode (TFTP), IP Address (TFTP Server IP), File Path (./ incase its at root folder) and File Name.
    • Click Upload button to backup WLC configuration

    Cisco-WLC-Backup-Config

    Step 4: Upgrade WLC

    • Download the relevant WLC software version from cisco.com (you need a smartnet contract) and copy it to root folder of TFTP server
    • Navigate to COMMANDS tab, choose DOWNLOAD FILE menu
    • Specify File Type (Code), Transfer Mode (TFTP), IP Address (TFTP Server IP), File Path (./) and File Name (name of your downloaded file)
    • Click Download button to upload the file to controller

    Cisco-WLC-Upgrade-Version

    Step 5: Predownload image to AP before rebooting controller

    • Execute following command via SSH on WLC

    (Cisco Controller) > config ap image predownload primary all

    • Verify download status of image in all APs and wait till download is successful.

    (Cisco Controller) > show ap image all

    Cisco-WLC-predownload-AP

    Cisco-WLC-predownload-AP-success

    Step 6: Save configuration and Reboot Controller

    After reboot, WLC and all APs should be upgraded to the new version.

    原文地址:http://itadminguide.com/upgrade-cisco-wlc-and-predownload-image-to-ap/

  • 相关阅读:
    asp.net自己创建的app_code文件夹中的类不能访问的解决办法
    html+css实现选项卡功能 【转】
    jquery实现文本框数量加减功能的例子分享
    css3中的background
    通过CSS3 实现响应式Web设计的三个步骤
    鼠标移动到图片透明度改变
    jQuery之简单的表单验证【转】
    手机web——自适应网页设计(html/css控制)【转】
    css3 media媒体查询器用法总结
    把人团结在一起的力量
  • 原文地址:https://www.cnblogs.com/zhaoyong631/p/13044007.html
Copyright © 2011-2022 走看看