无线交换机如何设置 无线交换机设定方式:
启动Cisco WLC后需要应用Windows中内置手机软件“超级终端”并根据console电缆线登录WLC开展配置。
http://www.xzk.cc/read-htm-tid-97887-fpage-13.html
接着依据系统提示进行下列配置:
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 Identifier (0 = untagged): 10
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 Id IP Address Type Ap Mgr
-------------------------------- ---- -------- ---------------
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