zoukankan      html  css  js  c++  java
  • Mobility Express部署外部镜像服务器

    1、当我们部署完ME的时候,发现有一些AP虽然显示已经加入了WLC(ME),但是它其实并没有正常的工作,显示不可用:

    (Cisco Controller) >show ap su

    Number of APs.................................... 2

    Global AP User Name.............................. Not Configured
    Global AP Dot1x User Name........................ Not Configured

    * prefix indicates Cisco Internal AP

    AP Name                         Slots  AP Model              Ethernet MAC       Location              Country     IP Address       Clients  DSE Location  
    ------------------------------  -----  --------------------  -----------------  --------------------  ----------  ---------------  -------  --------------
    *BJSL-1240680-AP1                2      AIR-AP1852I-H-K9       18:8b:45:0a:03:00  default location      CN          192.168.111.11   0        [0 ,0 ,0 ]
    AP1                             2      AIR-CAP1702I-H-K9      88:1d:fc:3a:b2:14  default location                  192.168.111.10   0        [0 ,0 ,0 ]

    (Cisco Controller) >show ap join stats summary all

    Number of APs.............................................. 2

    Base Mac             AP EthernetMac       AP Name                 IP Address         Status
    18:8b:45:0a:74:c0    18:8b:45:0a:03:00    BJSL-1240680-AP1        192.168.111.11     Joined    
    a0:ec:f9:50:a7:30    a0:ec:f9:50:a7:30    AP1                     192.168.111.10     Joined

     这个时候,我们需要部署一个外部的server以供在线的设备去升级对应的版本,以加入ME正常工作:

     

    如上配置信息Save之后,对应的设备将会自动从TFTP server下载需要的镜像。

     对应的AP更换完成后,会重新加入WLC:

    (Cisco Controller) >show ap summary

    Number of APs.................................... 2

    Global AP User Name.............................. Not Configured
    Global AP Dot1x User Name........................ Not Configured

    * prefix indicates Cisco Internal AP

    AP Name                         Slots  AP Model              Ethernet MAC       Location              Country     IP Address       Clients  DSE Location  
    ------------------------------  -----  --------------------  -----------------  --------------------  ----------  ---------------  -------  --------------
    *BJSL-1240680-AP1                2      AIR-AP1852I-H-K9       18:8b:45:0a:03:00  default location      CN          192.168.111.11   0        [0 ,0 ,0 ]
    AP1                             2      AIR-CAP1702I-H-K9      88:1d:fc:3a:b2:14  default location      CN          192.168.111.10   0        [0 ,0 ,0 ]

    此时就可以正常使用了。

    好好学习,天天向上!
  • 相关阅读:
    Delphi DbgridEh实现鼠标拖动选中列,并使复选框选中
    什么是运行期包与设计期包
    组件事件大全
    sql: 查找约束
    delphi Ctrl+鼠标左键或者Find Declaration不能定位到源文件
    delphi7 编译的程序在win7下请求获得管理员权限的方法
    DELPHI中build和compile有什么区别?
    线程安全的单件模式(单例模式)
    [Selenium]通过Selenium实现在当前浏览器窗口点击一个图标之后,弹出另外一个窗口,关闭这个窗口,再回到原来的窗口进行操作
    两种读写配置文件的方案(app.config与web.config通用)
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/9933692.html
Copyright © 2011-2022 走看看