心智圖資源庫 無線區域網路的應用基礎
關於無線區域網路的應用基礎的總結
編輯於2022-03-12 11:02:30This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
無線區域網路的應用基礎
簡介
無線區域網路(Wireless Local Area Network , WLAN)
有線傳輸介質鋪設成本高,接取位置固定不變,可移性差,無法滿足人們對網路的需求,無線區域網路就應運而生
指無線電波、雷射、紅外線等作為傳輸介質的區域網
基於IEEE 802.11標準
利用高頻訊號
2.4GHz
5GHz
WLAN的基本概念
1、STA(Station)工作站
支援IEEE 802.11標準的終端設備
2、AP(Access Point)接入點
亦稱為無線接取點,為STA提供以IEEE 802.11標準為基礎的無線接取服務,起到有線網路及無線網路的接取作用
1、FAT AP(胖AP)
通常自備完整的作業系統,除了功能外,還同時具備WAN端口、LAN端口,也可以獨立工作、實現自我管理的網路設備,並且提供SSID、認證、DHCP功能(普遍應用於家庭網路或小型區域網)
2、FIT AP(瘦AP)
可以理解為胖AP的瘦身,只保留無線存取部分,它相當於無線交換器或集線器(被管理設備,需要去尋找AC)
3、AC無線控制器
無線控制器AC用於集中式網路架構,對無線區域網路中的所以AP進行控制與管理
4、CAPWAP(Control And Provisioning of Wireless Access Points)無線存取點控制與規範
實現AP和AC之間互通的一個通用封裝和傳輸機制
5、VAP(Virtual Access Point)虛擬存取點
是AP設備上虛擬出來的業務功能實體。使用者可以在一個AP上建立不同的VPA來為不同的使用者群體提供無線存取服務
6.射頻訊號
基於802.11標準的WLAN技術傳輸介質的高頻電磁波(2.4GHz、5GHz)
7、SSID(Service Set Identifier)服務集標識符
表示無線網路的標識,用來區分不同的無線網路。 (例如:wifi名稱)
8、BBS(Basic Service Set)基本服務集
是一個AP所覆蓋的範圍。在一個BBS的服務區域範圍內的STA能夠互通
9、ESS(Extend Service Set)擴充服務集
是由多個SSID和BBS組成的集合
WLAN網路架構
WLAN網路架構分有線側和無線側兩部分
有線側
接入點AP上行到Internet的網絡,使用乙太網路協議
無線側
指STA到AP之間的網絡,使用802.11協議
自治式網路架構
又稱胖接入點(FAT AP)架構,用AP實現所以無線接入功能,不需要AC設備
集中式架構
又稱瘦接入點(FIT AP)架構和敏捷發布WIFI方案架構
1.瘦接入點架構,AC集中管理控制多個AP
2.敏捷分散WiFi方案架構,透過AC集中管理和控制多個中心AP,每個中心AP集中管理與控制多個RU
WLAN中的封包
1、管理報文
用來傳送AC與AP之間的管理數據,存在於AC於AP之間
轉送:必須採用CAPWAP隧道轉送方式
2、業務數據報文
用來傳送WLAN客戶端上網時的數據,存在於STA與上層網路之間
轉送:可以採用CAPWAP、直接轉送方式、Soft-GRE方式
(1)在WLAN網路中,STA和AP間的封包為802.11協議,AP和有線網路間的封包為802.3協定 (2)AP作為STA和有線網路間的橋樑,轉換後再轉發
WLAN中的VLAN的劃分
1、管理VLAN
主要傳送AC與AP之間的管理封包
2、業務VLAN
主要用來傳遞WLAN客戶端上網時的資料封包
AP發現AC過程
1、靜態發現
(1)查看路由表,單播發送「發現」封包
(2)當AP收到AC的回應時,選擇優先權相同的;選擇負載小的;如果優先權和負載相同則選擇IP位址小的
2、動態發現
當AP上沒有設定靜態AC的IP位址時,採用DHCP方式、DNS方式、廣播發現方式發現AC
AP接取控制
配置
[AC]dhcp enable 使用DHCP設定網絡
[AC]interface Vlanif 1
[AC-Vlanif1]ip add 10.0.10.254 24
[AC-Vlanif1]dhcp select interface
[AC-Vlanif1]dhcp server excluded-ip-address 10.0.10.254 排除該IP位址
[AC]capwap source interface Vlanif 1 為隧道capwap綁定VLAN
[AC]wlan 進入wlan視圖設定認證
[AC-wlan-view]ap auth-mode mac-auth 認證設為mac位址認證
[AC-wlan-view]ap-id 1 ap-mac 00e0-fc91-7120 匯入AP的mac位址
[AC-wlan-ap-1]ap-name AP-1 建立名字
[AC-wlan-view]wlan
[AC-wlan-view]security-profile name sec-cfg-1 建立安全模板,設定名稱
[AC-wlan-sec-prof-sec-cfg-1]security wpa-wpa2 psk pass-phrase abcd1111 aes 設定安全性原則,設定存取密碼
[AC-wlan-view]ssid-profile name ssid-cfg-1 建立SSID模板
[AC-wlan-ssid-prof-ssid-cfg-1]ssid wifi-5G 設定SSID名稱
[AC-wlan-view]vap-profile name vap-cfg-1 建立VAP模板
[AC-wlan-vap-prof-vap-cfg-1]forward-mode direct-forward 設定轉送模式,為直接轉送
[AC-wlan-vap-prof-vap-cfg-1]security-profile sec-cfg-1 引用安全模板
[AC-wlan-vap-prof-vap-cfg-1]ssid-profile ssid-cfg-1 引用SSID模板
[AC-wlan-view]ap-name AP-1 進入AP-1視圖
[AC-wlan-ap-1]vap-profile vap-cfg-1 wlan 1 radio 1 引用VAP模板,設定射頻訊號