一 组网图

System Name [Cisco_01::] ( characters max):wlc-   //输入设备名称
Would you like to terminate autoinstall? [yes]: //是否终止自动安装,默认是yes

#配置管理用户和密码

Enter Administrative User Name ( characters max): admin
Enter Administrative Password ( to characters): ********
Re-enter Administrative Password : ********

#配置服务接口的IP

注:用于带外管理、系统恢复和维护必须跟带内管理接口在不同子网

Service Interface IP Address Configuration [static][DHCP]: static
Service Interface IP Address: 10.10.10.10
Service Interface Netmask: 255.255.255.0

#配置管理接口

注:带内管理接口,可以通过web ssh或者telnet连接的接口,同时也是跟内网其他设备如认证服务器连接的接口

Management Interface IP Address: 192.168.99.250
Management Interface Netmask: 255.255.255.0
Management Interface Default Router: 192.168.99.254
Management Interface VLAN Identifier ( = untagged):
Management Interface Port Num [ to ]:
Management Interface DHCP Server IP Address: 192.168.99.254

#设置虚拟网关

注:为三层漫游而设置的虚拟接口,在同一个mobility group里的WLC都必须配置相同的虚拟接口

Virtual Gateway IP Address: 1.1.1.1  

#配置Mobility/RF Group名称

注:用于用户在不同控制器下的AP间的三层漫游,所以不同控制器的该组必须相同

Mobility/RF Group Name: test

 #配置默认的SSID

注:LAP加入控制器时将使用它,LAP加入后WLC会把其他的SSID提供给LAP

Network Name (SSID): test

 #dhcp桥接

注:Bridging Mode 将会把DHCP 请求 透传出去,不做处理;一般都使用WLC本身中继代理功能,默认NO。警告!启用桥接模式将停用内部DHCP服务器和DHCP代理  功能。

Configure DHCP Bridging Mode [yes][NO]: no

#客户端IP地址配置方式

注:yes为允许客户端使用静态IP,no则为强制客户端使用DHCP来获取IP

Allow Static IP Addresses [YES][no]: yes

#配置Radius server

注:可后期在web界面配置

Configure a RADIUS Server now? [YES][no]: no
Warning! The default WLAN security policy requires a RADIUS server.Please see documentation for more details.

#设置国家代码

注:CN表示中国,WLC的County Code要和AP一致,否则AP无法加入到WLC,如果存在使用不同的County Code的AP需要在WLC里面为其添加相应的国家码

Enter Country Code list (enter 'help' for a list of countries) [US]: CN

#启用802.11abg

Enable .11b Network [YES][no]: yes
Enable .11a Network [YES][no]: yes
Enable .11g Network [YES][no]: yes

#启动自动RF检测

Enable Auto-RF [YES][no]: yes

#ntp配置

Configure a NTP server now? [YES][no]: no
Configure the system time now? [YES][no]: no

 #配置IPV6

Would you like to configure IPv6 parameters[YES][no]: no

#确认配置

注:确认配置是否正确,正确的话输入yes保存并重启

Configuration correct? If yes, system will save it and reset. [yes][NO]:yes

重启完成后如图

二 web页面配置

浏览器输入WLC的管理接口IP地址  https://192.168.99.250

注意:是https

出现上图选择Login,然后输入账号和密码后登陆,登陆后如图

Cisco无线控制器配置的更多相关文章

  1. Cisco无线控制器配置Radius

    使用Cisco无线控制器管理AP,配置Radius服务器,用于企业加密wifi的认证. 结合上一篇文档进行操作: http://www.cnblogs.com/helloworldtoyou/p/80 ...

  2. 转发-【分享】思科无线控制器HA模式升级

    思科无线控制器HA模式下升级文档   当前使用版本:8.0.120.0 计划升级版本:8.2.151.0   其他工具: TFTP Server: 3CDaemon 远程登录:SecureCRT   ...

  3. Aruba无线控制器常用操作

    初始配置 1.console到初始化的无线控制器上 Enter System name [Aruba7005]: Enter VLAN 1 interface IP address [172.16.0 ...

  4. Cisco ASA 高级配置

    Cisco ASA 高级配置 一.防范IP分片攻击 1.Ip分片的原理: 2.Ip分片的安全问题: 3.防范Ip分片. 这三个问题在之前已经详细介绍过了,在此就不多介绍了.详细介绍请查看上一篇文章:I ...

  5. RPi 3B 无线连接配置

    /********************************************************************** * RPi 3B 无线连接配置 * 说明: * 树莓派3 ...

  6. Linux下面无线网络配置

    原文:http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 配置 WLAN 特定参数 iwconfig ethX essid ...

  7. linux无线网络配置_转

    转自:http://www.cnblogs.com/dartagnan/archive/2010/12/05/2003521.html   一位资生linux 原文:http://www.hpl.hp ...

  8. 实验1: Cisco路由器基础配置

    实验 1:  Cisco路由器基础配置 1.    路由器的运行模式:Router>    用户模式,通常用来查看统计信息,但不能修改路由器的设置.Router#    特许模式,可以查看并修改 ...

  9. Ubuntu Server无线连接配置

    由于Ubuntu  Linux内核对于WPA的加密方式支持不是很好,所有使用普通方式的命令行无法连接WPA2类型的路由.首先检查是否安装了wpasupplicant,Ubuntu 10.04已经安装了 ...

随机推荐

  1. linux 基础7-正则表达式

    1. 基础正规表示法 1.1 以grep获取字符串: 在万用字符*是0-无限个字符,?是一个字符:在正则表达式中是0-无限个字符前一个相同字符..一个前一个相同字符 grep '^[a-z]' gre ...

  2. PAT Advanced 1008 Elevator (20 分)

    The highest building in our city has only one elevator. A request list is made up with N positive nu ...

  3. Java并发包--LinkedBlockingDeque

    转载请注明出处:http://www.cnblogs.com/skywang12345/p/3503480.html LinkedBlockingDeque介绍 LinkedBlockingDeque ...

  4. Node.js Websocket 区分不同的用户

    实现ws://serverIP:port/:param1/:param2 .通过param1,param2来管理不同的ws回话,以便实现群发和指定用户的消息推送 npm install ws --sa ...

  5. 为什么添加了@Aspect 还要加@Component(转)

    官方文档中有写: You may register aspect classes as regular beans in your Spring XML configuration, or autod ...

  6. MVC路由规则进一步了解

    本周由于工作需要,接触了PetaPoco(一个小型的ORM-框架)和ExtJS,这个项目框架是别人写好的,用的是MVC,我写的MVC程序一般控制器和视图都是在一个类库下面的,但是作者是把MVC中的控制 ...

  7. CF920C Swap Adjacent Elements 贪心

    我也不知道该说啥,水就是了~ code: #include <bits/stdc++.h> #define N 300004 #define setIO(s) freopen(s" ...

  8. Noip2012 提高组 Day1 T1 Vigenère 密码

    题目描述 16 世纪法国外交家 Blaise de Vigenère 设计了一种多表密码加密算法――Vigenère 密 码.Vigenère 密码的加密解密算法简单易用,且破译难度比较高,曾在美国南 ...

  9. 牛客练习赛55 E-树 树形DP

    题意 你有一颗大小为\(n\)的树,点从\(1\)到\(n\)标号. 设\(dis⁡(x,y)\)表示\(x\)到\(y\)的距离. 求\(\sum_{i=1}^{n}\sum_{j=1}^{n}di ...

  10. (转)初试 Netflix 开源持续云交付平台 Spinnaker

    目录 Spinnaker 介绍 环境.软件准备 安装 Development Spinnaker 配置依赖环境 配置并安装 Spinnaker 演示 Spinnaker Pipeline 演示 Spi ...