无线技术 AP
程序员文章站
2022-05-01 18:38:31
...
无线技术 AP
FAT AP
和FIT AP 的区别
- 将WLAN的物理层、用户数据加密、用户认证、QoS、网络管理、漫游技术以及其他应用层的功能集于一身。
- Fat AP无线网络解决方案可由Fat AP直接在有线网的基础上构成。
- Fat AP设备结构复杂,且难于集中管理。
配置方案:
FIT AP
和FAT AP 的区别
- 它是一个只有加密、射频功能的AP,功能单一,不能独立工作。
- 整个Fit AP无线网络解决方案由AC和Fit AP在有线网的基础上构成。
- Fit AP上零配置,所有配置都集中到AC上。这也促成了Fit AP解决方案更加便于集中管理,并由此具有三层漫游、基于用户下发权限等Fat AP不具备的功能。
配置方案:
The device is running!
<AC6605>sys
Enter system view, return user view with Ctrl+Z.
[AC6605]sys AC1
################配置VLAN1路由信息并启用并应用DHCP到vlan1
[AC1]dhcp enable
Info: The operation may take a few seconds. Please wait for a moment.done.
[AC1]interface vlan 1
[AC1-Vlanif1]ip ad 192.168.0.1 24
[AC1-Vlanif1]dhcp select interface //应用到此端口,如改成global则全局应用
[AC1-Vlanif1]q
################指定与AP建立管理隧道的源接口
[AC1]capwap source int vlan 1
################注册AP
[AC1]dis ap unauthorized record //查看未注册的设备记录
Unauthorized AP record:
Total number: 1
--------------------------------------------------------------------------------
AP type: AP3030DN
AP SN: 210235448310DB4B8D16
AP MAC address: 00e0-fc87-3c00
AP IP address: 192.168.0.4
Record time: 2020-04-24 10:35:01
--------------------------------------------------------------------------------
[AC1]wlan
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fc87-3c00 //绑定ap-id 进程到对应ap的MAC地址
[AC1-wlan-ap-1]ap-name AP1
[AC1-wlan-ap-1]q
[AC1-wlan-view]dis ap all //查看已注册的设备
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor : normal [1]
--------------------------------------------------------------------------------
--------
ID MAC Name Group IP Type State STA Uptime
--------------------------------------------------------------------------------
--------
1 00e0-fc87-3c00 AP1 default 192.168.0.4 AP3030DN nor 0 7S
--------------------------------------------------------------------------------
--------
Total: 1 //state 如为 nor 则正常
################配置无线网络信息
[AC1-wlan-view]ssid-profile name V1 //SSID文件档名
[AC1-wlan-ssid-prof-V1]SSID WIFI //SSID为 wifi
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-ssid-prof-V1]q
[AC1-wlan-view]security-profile name V2 //安全文件档名
[AC1-wlan-sec-prof-V2]q
[AC1-wlan-view]vap-profile name V //进入虚拟访问点文件档 V
[AC1-wlan-vap-prof-V]ssid-profile V1 //导入SSID文件档 V1
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-vap-prof-V]security-profile V2 //导入安全文件档 V2
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-vap-prof-V]q
################下发WLAN
[AC1-wlan-view]ap-id 1 //进入ap进程1
[AC1-wlan-ap-1]vap-profile V wlan 1 radio 0 //绑定虚拟访问点V、wlan1、Radio0
[AC1-wlan-ap-1]q
[AC1-wlan-view]q
<AC1>save
The current configuration will be written to the device.
Are you sure to continue? (y/n)[n]:y
It will take several minutes to save configuration file, please wait.......
Configuration file has been saved successfully
Note: The configuration file will take effect after being activated
下一篇: Jenkins安装配置