無(wú)線交換機(jī)如何設(shè)置 無(wú)線交換機(jī)設(shè)定方式:
啟動(dòng)Cisco WLC后需要應(yīng)用Windows中內(nèi)置手機(jī)軟件“超級(jí)終端”并根據(jù)console電纜線登錄WLC開展配置。
http://www.xzk.cc/read-htm-tid-97887-fpage-13.html
接著依據(jù)系統(tǒng)提示進(jìn)行下列配置:
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 ====》這兒挑選不應(yīng)用DHCP服務(wù)來(lái)分派服務(wù)端口號(hào)的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 ========》偏向核心交換機(jī),由核心交換機(jī)承擔(dān)DHCP服務(wù)作用。
AP Transport Mode [Layer2] [Layer3]: Layer3 =======》挑選應(yīng)用三層傳送方式
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
當(dāng)配置結(jié)束后WLC會(huì)自行儲(chǔ)存配置并從新啟動(dòng)。
(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
當(dāng)配置service port之后就可以根據(jù)WEB電腦瀏覽器配置WLC了。
根據(jù)搜索框 https://management IP address
User:cisco
Password:cisco
Monitor 網(wǎng)頁(yè)頁(yè)面中的前言信息內(nèi)容,能夠看見AP的總量和傳遞所采用的網(wǎng)絡(luò)帶寬情況,AP的管理方法詳細(xì)地址及其WLC的名稱。
Controller網(wǎng)頁(yè)頁(yè)面中的插口詳細(xì)地址和有關(guān)VLAN和WLAN的詳細(xì)地址。
Wireless網(wǎng)頁(yè)頁(yè)面中WLC所申請(qǐng)注冊(cè)的AP,早已這一AP的姓名和MAC地址。
Controller網(wǎng)頁(yè)頁(yè)面中對(duì)于DHCP服務(wù)的配置,還可以將DHCP服務(wù)詳細(xì)地址偏向核心交換機(jī)。
Controller網(wǎng)頁(yè)頁(yè)面中有關(guān)VLAN接口的配置
Security網(wǎng)頁(yè)頁(yè)面中對(duì)于二層網(wǎng)絡(luò)信息安全的AAA(受權(quán)、驗(yàn)證、統(tǒng)計(jì)分析)服務(wù)配置
Wlans網(wǎng)頁(yè)頁(yè)面中對(duì)于無(wú)線網(wǎng)絡(luò)挑選安全性方法
配置Radius Server的詳細(xì)地址
核心交換機(jī)配置實(shí)例:
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
聯(lián)接AP的POE插口配置實(shí)例:
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相接的網(wǎng)絡(luò)交換機(jī)端口號(hào)配置實(shí)例:
Switch(config)#interface f0/10
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk