设为首页 收藏本站
查看: 852|回复: 0

[经验分享] Wlan cisco4402配置

[复制链接]
发表于 2018-7-15 16:07:44 | 显示全部楼层 |阅读模式
启动Cisco WLC后必须使用Windows中自带软件“超级终端”并通过console电缆登陆WLC进行配置。  随后根据系统提示完成以下配置:
  System Name [Cisco_40:4a:03]:
  Enter Administrative User Name (24 characters max): cisco
  Enter Administrative Password (24 characters max): cisco
  Service Interface IP Address Configuration [none][DHCP]:none ====》这里选择不使用DHCP服务来分配服务端口的IP地址获得方式。我们将手工进行配置。
  Management Interface IP Address: 172.16.10.10
  Management Interface Netmask: 255.255.0.0
  Management Interface Default Router:172.16.10.1

  Management Interface VLAN>  AP Manager Interface IP Address: 172.16.10.11
  AP-Manager is on Management subnet, using same values
  AP Manager Interface DHCP Server : 172.16.1.1 ========》指向核心交换机,由核心交换机负责DHCP服务功能。
  AP Transport Mode [Layer2] [Layer3]: Layer3 =======》选择使用三层传输模式
  Virtual Gateway IP Address: 1.1.1.1
  Mobility/RF Group Name: mobile-P
  Network Name (SSID): secure-P ========》Wlan的名称
  Allow Static IP Addresses [YES][no]: yes ======》允许手工配置IP地址
  Configure a RADIUS Server now? [YES][no]: no ========》不配置Radius Server
  Enter the RADIUS Server's Address:
  Enter the RADIUS Server's Port [1812]:
  Enter the RADIUS Server's Secret:
  Enter Country Code (enter 'help' for a list of countries) [US]: CN
  Finally, the corresponding AP Radio types must be configured on the AP , as shown in Example 9 below. In this lab, we will be using 802.11b radios with transmit power set to 1mw in order to minimize RF interference within the lab.
  Enable 802.11b Network [YES][no]: yes
  Enable 802.11a Network [YES][no]: yes
  Enable 802.11g Network [YES][no]: yes
  Enable Auto-RF [YES][no]: yes
  当配置完毕后WLC会自动保存配置并从新启动。
  (Controller) >show interface summary

  Interface Name     Port Vlan>  -------------------------------- ---- -------- ---------------
  ap-manager    LAG untagged 172.16.10.11 Static Yes
  management    LAG untagged 172.16.10.10 Static No
  service-port    N/A N/A    172.16.1.254 Static No
  virtual          N/A N/A    1.1.1.1    Static No
  (Controller) > ping 172.16.10.1
  Send count=3, Receive count=3 from 172.16.10.1
  当配置service port以后就可以通过WEB浏览器配置WLC了。
  通过地址栏 https://management IP address
  User:cisco
  Password:cisco
  Monitor 页面中的摘要信息,可以看到AP的数量和传输所使用的带宽状态,AP的管理地址以及WLC的名字。
  Controller页面中的接口地址和关于VLAN和WLAN的地址。
  Wireless页面中WLC所注册的AP,已经这个AP的名字和MAC地址。
  Controller页面中针对DHCP服务的配置,也可以将DHCP服务地址指向核心交换机。
  Controller页面中关于VLAN接口的配置
  Security页面中针对二层网络安全的AAA(授权、认证、统计)服务配置
  Wlans页面中针对无线局域网选择安全方式
  配置Radius Server的地址
  核心交换机配置示例:
  Switch(config)#ip dhcp pool AP
  Switch(dhcp-config)#network 172.16.11.0 255.255.0.0
  Switch(dhcp-config)#domain-name cisco.com
  Switch(dhcp-config)#default-router 172.16.10.1
  Switch(dhcp-config)#dns-server 202.106.180.5 200.155.121.135
  Switch(config)#ip dhcp excluded-address 172.16.10.1 172.16.10.11
  连接AP的POE接口配置示例:
  Switch(config)#interface f0/1
  Switch(config-if)#switchport mode access
  Switch(config-if)#switchport access vlan 10
  Switch(config-if)#spanning-tree portfast
  与WLC相连的交换机端口配置示例:
  Switch(config)#interface f0/10
  Switch(config-if)#switchport trunk encapsulation dot1q
  Switch(config-if)#switchport mode trunk

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-537462-1-1.html 上篇帖子: Linux下备份cisco路由配置 下篇帖子: cisco学习笔记(2)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表