CISCO Mobility Express

CISCO Mobility Express(ME)

1、ME模式的无线网络对中小型企业来说是一个很好的选择。

对于ME无线解决方案来说,由至少一个802.11ac Wave 2 Cisco Aironet系列AP组成,内置基于软件的无线控制器(WLC),用于管理网络中的其他AP。需要注意的是,要部署ME无线网络,除了Cisco Mobility Express控制器之外没有其他任何形式的无线控制器。

①ME无线网络中AP的概念:

-Master AP:  作为WLC的AP被称为主AP;主AP除充当WLC外,还充当AP,为下属AP提供服务。

-Subordinate AP: 由该主AP管理的Cisco Mobility Express网络中的其他AP被称为从属AP。

如下AP型号是当前支持ME无线网络的AP:


Master APs


Subordinate APs


Cisco Aironet 1560 Series

Cisco Aironet 1815i

Cisco Aironet 1815w

Cisco Aironet 1830 Series

Cisco Aironet 1850 Series

Cisco Aironet 2800 Series

Cisco Aironet 3800 Series


Cisco Aironet 700i Series

Cisco Aironet 700w Series

Cisco Aironet 1600 Series

Cisco Aironet 1700 Series

Cisco Aironet 1810W Series

Cisco Aironet 2600 Series

Cisco Aironet 2700 Series

Cisco Aironet 3500 Series

Cisco Aironet 3600 Series

Cisco Aironet 3700 Series

其中,Master AP也可作为Subordinate AP,Master AP可以转化为LAP,LAP也可以转化为Master AP,后续介绍转化方法。

Cisco Mobility Express网络中的主AP,支持的最大AP数量和客户端数量有所不同:

②对应产品型号的AP,出厂后携带的默认镜像

作为Master AP的设备:

-ME镜像:默认携带这类镜像的AP,PID以“C”结尾,例如:AIR-AP3802I-F-K9C

-CAPWAP镜像:也就是LAP的镜像,可以使用CAPWAP协议加入WLC,一般设备PID都不以“C”结尾

注:LAP可以转化为ME模式的AP,可以参考:Converting from CAPWAP Lightweight AP to Cisco Mobility Express Software.

仅仅作为Subordinate AP的设备:

-CAPWAP镜像:这些AP只能作为LAP加入作为WLC,没有ME的功能

③部署ME无线网络的其他注意事项:

-建立的第一个AP应该是支持ME的AP,这样以让它成为Master AP,且保证发出“CiscoAirProvision”SSID的是Master AP。

-ME提供内部DHCP Server,也可以使用外部的DHCP Server。

-初始化安装可以通过无线连接“CiscoAirProvision”这个SSID,默认的IP是192.168.1.1,密码是“password”。可以通过CLI界面去完成初始化安装,可以参考:Using the CLI Initial Configuration Wizard.

-浏览器支持建议:

Microsoft Windows

  • Internet Explorer 10 and later
  • Mozilla Firefox 33 and later
  • Google Chrome 38 and later

Apple Mac OS

  • Safari 7 and later
  • Mozilla Firefox 33 and later
  • Google Chrome 38 and later

-配置连接AP的交换机接口。所有的AP,包括Master AP,都要保证在同一个L2广播域,管理流量必须是不打标签的。Master AP所连接的交换机端口可以是Trunk端口或Access端口,并且必须为管理流量配置Trunk Native VLAN。 数据流量也必须使用合适的VLAN进行中继,以便进行本地交换。

如下配置Master AP连接SW接口示例:

Interface GigabitEthernet1/0/37description ? Connected to Master AP ? switchport trunk native vlan 122 switchport trunk allowed vlan 10,20,122switchport mode trunk

-使用思科网络即插即用(PnP)解决方案,您可以通过远程Cisco应用策略基础设施控制器企业模块(APIC-EM)服务器自动配置主AP。 PnP仅在Cisco Mobility Express网络部署的第0天初始设置时激活。如果Cisco Mobility Express网络中的第0天有多个支持Cisco Mobility Express的AP,则通过VRRP在它们之间选举一个主AP。 然后这个选出的主AP通过以下方式之一通过PnP从APIC-EM服务器接收其供应参数:

  • Via Cisco cloud redirect to APIC-EM
  • Via DHCP option 43
  • Via DNS discovery

另外,如果有多个主AP出现时,使用如下规则顺序进行选举:

a、用户自定义
b、最小的客户端负载
c、最低的MAC地址

2、确认AP的镜像

通过show version来确认:

类型①

AP Image Type:MOBILITY EXPRESS IMAGE

AP Configuration:MOBILITY EXPRESS CAPABLE

意味着这就是ME的镜像,该情况AP既可以作为WLC,也可以做LAP

类型②

AP Image Type:MOBILITY EXPRESS IMAGE

AP Configuration:NOT MOBILITY EXPRESS CAPABLE

意味着AP有ME镜像,但是运行的是LAP模式,该AP不能当做ME controller使用,不能参与Master AP的选举,可以作为Subordinate AP使用。

类型③

The AP Image Type and AP Configurationfields are not present in the output

说明就是CAPWAP的镜像。

3、LAP到ME模式转换

前提条件:

①镜像文件

②TFTP Server(tftpd32)

③保证网络没有其他的控制器存在

命令:ap-type mobility-express tftp://<tftp server ip-address>/<filename of TAR file with path from root on the TFTP server>

也可以使用.ZIP的镜像文件。

4、ME模式的AP转化为LAP

①通过console,Telnet,或者SSH连接AP

②登录ME AP console

③在ME AP console输入apciscoshell,进入AP Console

④默认的登录用户密码:Cisco,Cisco,区分大小写,如果之前的ME AP修改了用户名密码,应该使用修改后的用户和密码

⑤进入enable模式

⑥输入ap-type capwap

如果要将运行Mobility Express 镜像的多个AP同时从Mobility Express控制器转换为CAPWAP模式,请执行以下命令:

(Cisco Controller) > config ap unifiedmode <switch_name> <switch_ip_address>

注意:参数<switch_name>和<switch_ip_address>分别是AP需要迁移到的WLC的名称和IP地址。

上述命令将所有AP转换为AP配置:NOT MOBILITY EXPRESS CAPABLE。 AP重新加载,然后以本地模式恢复。

另外,通过如下命令直接刷镜像,输入LAP镜像:

archive download-sw /reload
tftp:// tftp server /ap1g4-k9w8-tar.153-3.JC.tar

注意:

a. 当设备转化为ME镜像之后,AP重启后会先boot 进入LAP 模式,几分钟后AP会自动加载进入WLC系统,之后每次重启AP ,都是相同的过程.

b. 在LAP 加载进入WLC 模式时间内,在命令行执行AP-TYPE CAPWAP 会报错提示需要时间初始化CAPWAP.

c. 在LAP 进入到WLC这段时间不要使用archive download-sw 进行镜像转换,会被进入WLC的进程断掉.

更多信息:

https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/86/user_guide/b_ME_User_Guide_86/ctrlr_cli.html

原文地址:http://blog.51cto.com/momentsli/2065276

时间: 2024-10-17 17:02:35

CISCO Mobility Express的相关文章

Cisco AP-Mobility Express基础

Part I 介绍 1.1基本概况 Cisco Mobility Express这个名词出现在Cisco "8"系列的AP上,例如现在的AP1852,AP2802,AP3802等都是Mobility Express AP,该类AP也有"胖/瘦"之分,所谓的胖AP,携带的是ME的镜像,而瘦AP,和其他的AP类似,携带的是Lightweight AP的镜像.这类AP也被叫做COS AP(新的系统AP-COS). 1.2 Mobility Express的特点 ü  可以

Cisco AP-Regulatory Domain

这一note主要解释Regulatory Domain是什么.以较新的思科AP的型号举例,思科AP的PID一般都是按照如下的命名: AIR-AP3802I-H-K9C 按照自己的理解: AIR:其中的相关信息都比较好理解,Aironet无线产品一般都是AIR开头的,例如无线AP都是AIR-... ,无线WLC也是AIR-.... AP:AP自然不用多说,代表AP(Access Point): 3802:代表AP的具体型号和系列,例如同系列的还有1810,1832,1852,2802,4800(4

Cisco IOS Debug Command Reference E through H

debug eap through debug he-module subslot periodic debug eap : to display information about Extensible Authentication Protocol(EAP)(in privileged EXEC mode) no debug eap debug ecfmpal : to enable debugging of the data path of the Ethernet Connectivit

Cisco AP-如何识别思科胖瘦AP

思科的胖瘦AP识别的方式不止一种,这里简单的总结一些我了解到的方式: 1.根据思科AP的型号 这个和思科不同时期的产品有关系,老一点的和新一些的AP命名上存在差别,这里简单举例: 类型1:AIR-LAP1142N-C-K9 从命名上看,LAP就代表Lightweight AP,也就是瘦AP了,如果命名是AIR-AP1142N-C-K9,那么代表的就是胖AP. LAP:Lightweight AP 出厂代表瘦AP镜像 AP:代表出厂时是胖AP镜像,也就是Autonomous AP 当然,后续有一些

协议栈处理中的conntrack HASH查找/Bloom过滤/CACHE查找/大包与小包/分层处理风格

1.路由CACHE的优势与劣势 分级存储体系已经存在好多年了,其精髓在于"将最快的存储器最小化,将最慢的存储器最大化",这样的结果就使资源利用率的最大化,既提高了访问效率,又节省了资源.这是所有的CACHE设计的基本原则. 对于内存访问,几乎所有的CPU都内置了一级cache,二级cache,亲和力好的几个核心甚至设计了三级cache乃至四级cache,然后才是物理 内存,然后是经过精密优化的磁盘交换分区,最后是远程的存储器,这些存储空间逐级变大,访问开销也逐级变大,构成了一个金字塔型

500-260 Exam Cram - Authentic 500-260 Exam Dumps

Tired of doing the same job? Get your hands on 500-260 exam It is the nature of the human being that he/she will get tired of doing the same task over and over, same is the case of the Cisco Specialist professionals. If you are an individual who is s

Win10 下Cisco AnyConnect Secure Mobility Client问题(转)

原文地址:http://blog.sina.com.cn/s/blog_66b9ff210102vup0.html 从WIN8升级到WIN10 ,Cisco AnyConnect Secure Mobility Client客户端不能使用,打开客户端,显示“The service provider in your current location is restricting access to the Internet. You need to log on with the service

CentOS 7 之Cisco Anyconnect Secure Mobility Client

公司使用的是Cisco VPN, 于是准备使用一下.先登录公司的vpn页面,意料之中的失败,所以下载了vpnsetup.sh这个来手动安装. 手动是要用root的,不过由于我是个人学习使用机器,一直用的是root用户,所以直接 ./vpnsetup.sh Installing Cisco AnyConnect Secure Mobility Client... Extracting installation files to /tmp/vpn.vNqiQO/vpninst101475479.tg

Cisco AnyConnect Secure Mobility Client Data Sheet

https://www.cisco.com/c/en/us/products/collateral/security/anyconnect-secure-mobility-client/datasheet-c78-733184.html