无线技术
wifi6:标准为802.11;
wifi发展趋势:
vlan基本概念:
wlan组网架构:
1)fat胖AP;能够独立工作,可以单独配置;小型网络使用,功能少;
2)fit瘦AP+AC:适用大型网络,使用AC控制器统一管理;
二层组网:AC和FIT AP在同一个广播域;
三层组网:AC和FIT AP不在同一个广播域;
AC连接方式:1)直连式组网:AC扮演无线接入控制器和汇聚交换机功能,AP的数据业务和管理业务由AC处理
2)旁挂式组网:AC单独在旁边与交换机连接,只处理AP的管理业务;
无线接入点控制和配置CAPWAP协议:
AC通过CAPWAP隧道对AP进行集中管理与控制;
CAPWAP隧道功能:AP对AC的发现与维护;
AP与AC间状态维护;
AC通过隧道对AP管理和业务配置下发;
隧道转发模式下,AP将STA发出的数据通过隧道与AC交互
数据转发模式:
隧道转发:数据报文到达AC后,先传递到AC,再转发到上层
直接转发:数据报文到达AP后不经过AC;
BSS:basic service set基本服务集;一个AP的覆盖范围,一个BSS内,不同STA相互通信;
基本服务集标识符basic service set identifierBSSID:AP的MAC的地址;
SSID service set identifier(服务集标识符):无线网络的身份标识,字符串表示;
VAP:虚拟接入点VAP:一个物理实体AP虚拟的多个AP,每个VAP对应一个BSS;每个VAP提供和实体AP一样的功能;
DS:BSS解决了一个区域内不同设备通信问题,如果分布在不同区域,AP连接到一个更大的网络,使得不同BSS相互连通;该网络为BSS分布式系统distribution system:DS;
ESS;BSS覆盖半径10-15m,一般拓展BSS范围,让多个BSS使用相同的SSID,称为拓展服务集extend service set;以BSS为单位自由组合;相同的SSID称为ESSID(拓展服务集标识符extend service set identifier)
创建vlan
交换机连接主机接口为access类型;
交换机连接AP接口定义为trunk;
设置AP的vlan 200;shezhi1AP数据进入交换机后打上tag200;
sw2的配置
配置IP地址:
下发IP地址给PC1:
ip地址规划:
AC的源IP地址:管理ap,手工配置,
AP的IP地址:DHCP服务器动态分配;
终端的IP地址:DHCP动态分配。固定终端可以静态配置;
交换机1当作DHCP服务器;
Ac上线:ac
[AC6005]int Vlanif 200
[AC6005-Vlanif200]ip address 192.168.200.200 24
交换机sw1的配置:
AC配置:
选择[AC6005]capwap source interface Vlanif 200
或者[AC6005]capwap source ip address 192.168.200.200
交换机1:
AC中:
查看APIP分配
AC:
[AC6005]q
sa
创建一个组:
[AC6005-wlan-view]regulatory-domain-profile name china:创建域管理模版
country-code cn:选择中国的国家码;
[AC6005]wlan:进入wlan视图
[AC6005-wlan-view]ap-group name ict
Info: This operation may take a few seconds. Please wait for a moment.done.
[AC6005-wlan-ap-group-ict]quit
[AC6005-wlan-view]regulatory-domain-profile name china
[AC6005-wlan-regulate-domain-china]c
[AC6005-wlan-regulate-domain-china]country-code cn
Info: The current country code is same with the input country code.
[AC6005-wlan-regulate-domain-china]q
[AC6005-wlan-view]ap-id ?
INTEGER AP ID
[AC6005-wlan-view]ap-id 1 ap-mac 00e0-fc09-7f10
[AC6005-wlan-ap-1]ap-name AP1
[AC6005-wlan-ap-1]ap-group ict
Warning: This operation may cause AP reset. If the country code changes, it will
clear channel, power and antenna gain configurations of the radio, Whether to c
ontinue? [Y/N]:
[AC6005-wlan-ap-1]ap-group ict:创建一个组名为ict的组;
Warning: This operation may cause AP reset. If the country code changes, it will
clear channel, power and antenna gain configurations of the radio, Whether to c
ontinue? [Y/N]:Y
regulatory-domain-profile china:调用域管理模版;
查看:
下发业务:
[AC6005-wlan-view]ssid-profile name ict
[AC6005-wlan-ssid-prof-ict]ssid ict
Info: This operation may take a few seconds, please wait.done.
调用刚才的模版
设置业务vlan 为vlan 10;