思科网控器WLC4400基本配置.docx
《思科网控器WLC4400基本配置.docx》由会员分享,可在线阅读,更多相关《思科网控器WLC4400基本配置.docx(9页珍藏版)》请在冰豆网上搜索。
思科网控器WLC4400基本配置
项目实施方案及配置示例
无线网络拓扑图
Cisco-WLC4402无线控制器配置示例:
启动CiscoWLC后必须使用Windows中自带软件“超级终端”并通过console电缆登陆WLC进行配置。
随后根据系统提示完成以下配置:
SystemName[Cisco_40:
4a:
03]:
EnterAdministrativeUserName(24charactersmax):
cisco
EnterAdministrativePassword(24charactersmax):
cisco
ServiceInterfaceIPAddressConfiguration[none][DHCP]:
none====》这里选择不使用DHCP服务来分配服务端口的IP地址获得方式。
我们将手工进行配置。
ManagementInterfaceIPAddress:
172.16.10.10
ManagementInterfaceNetmask:
255.255.0.0
ManagementInterfaceDefaultRouter:
172.16.10.1
ManagementInterfaceVLANIdentifier(0=untagged):
10
APManagerInterfaceIPAddress:
172.16.10.11
AP-ManagerisonManagementsubnet,usingsamevalues
APManagerInterfaceDHCPServer:
172.16.1.1========》指向核心交换机,由核心交换机负责DHCP服务功能。
APTransportMode[Layer2][Layer3]:
Layer3=======》选择使用三层传输模式
VirtualGatewayIPAddress:
1.1.1.1
Mobility/RFGroupName:
mobile-P
NetworkName(SSID):
secure-P========》Wlan的名称
AllowStaticIPAddresses[YES][no]:
yes======》允许手工配置IP地址
ConfigureaRADIUSServernow?
[YES][no]:
no========》不配置RadiusServer
EntertheRADIUSServer'sAddress:
EntertheRADIUSServer'sPort[1812]:
EntertheRADIUSServer'sSecret:
EnterCountryCode(enter'help'foralistofcountries)[US]:
CN
Finally,thecorrespondingAPRadiotypesmustbeconfiguredontheAP,asshowninExample9below.Inthislab,wewillbeusing802.11bradioswithtransmitpowersetto1mwinordertominimizeRFinterferencewithinthelab.
Enable802.11bNetwork[YES][no]:
yes
Enable802.11aNetwork[YES][no]:
yes
Enable802.11gNetwork[YES][no]:
yes
EnableAuto-RF[YES][no]:
yes
当配置完毕后WLC会自动保存配置并从新启动。
(Controller)>showinterfacesummary
InterfaceNamePortVlanIdIPAddressTypeApMgr
-----------------------------------------------------------
ap-managerLAGuntagged172.16.10.11StaticYes
managementLAGuntagged172.16.10.10StaticNo
service-portN/AN/A172.16.1.254StaticNo
virtualN/AN/A1.1.1.1StaticNo
(Controller)>ping172.16.10.1
Sendcount=3,Receivecount=3from172.16.10.1
当配置serviceport以后就可以通过WEB浏览器配置WLC了。
通过地址栏https:
//managementIPaddress
User:
cisco
Password:
cisco
Monitor页面中的摘要信息,可以看到AP的数量和传输所使用的带宽状态,AP的管理地址以及WLC的名字。
Controller页面中的接口地址和关于VLAN和WLAN的地址。
Wireless页面中WLC所注册的AP,已经这个AP的名字和MAC地址。
Controller页面中针对DHCP服务的配置,也可以将DHCP服务地址指向核心交换机。
Controller页面中关于VLAN接口的配置
Security页面中针对二层网络安全的AAA(授权、认证、统计)服务配置
Wlans页面中针对无线局域网选择安全方式
配置RadiusServer的地址
核心交换机配置示例:
Switch(config)#ipdhcppoolAP
Switch(dhcp-config)#network172.16.11.0255.255.0.0
Switch(dhcp-config)#domain-name
Switch(dhcp-config)#default-router172.16.10.1
Switch(dhcp-config)#dns-server202.106.180.5200.155.121.135
Switch(config)#ipdhcpexcluded-address172.16.10.1172.16.10.11
连接AP的POE接口配置示例:
Switch(config)#interfacef0/1
Switch(config-if)#switchportmodeaccess
Switch(config-if)#switchportaccessvlan10
Switch(config-if)#spanning-treeportfast
与WLC相连的交换机端口配置示例:
Switch(config)#interfacef0/10
Switch(config-if)#switchporttrunkencapsulationdot1q
Switch(config-if)#switchportmodetrunk