创建AP组:
wlan
ap-group name xxxx(例:ap-group1)
q
配置名为(domainx)的域管理模板,在模板下配置AC的国家码
wlan
regulatory-domain-profile name domain1
country-code CN
q
配置AC认证方式(MAC认证,手工添加到AP列表控制上)
wlan
ap auth-mode mac-auth
ap-mac AP的MAC地址 ap-id 0 (下一个为 1)
ap-group ap-group1 (将AP加入AP组中)
y
ap-name ap1 (AP名字)
q
配置SSID模板
wlan
ssid-profile name voicex (SSID模板名字)
ssid voicex (配置ssid名称)
y
q
配置VAP模板、转发方式
wlan
vap-profile name voicex (vap模板名字)
forward-mode direct-forward (direct-forward为直接转发模式、 tunnel为隧道转发模式)
service-vlan vlan-id 11 (配置业务wlan id)
ssid-profile voicex
q
配置AP组引用域管理模板和Vap模板,AP组xxxx 引用Vap模板 voicex(vap模板名字),设置VAP ID为1(以此类推)AP射频0与1 都是用VAP模板配置
wlan
ap-group name ap-group1
vap-profile voicex wlan 1 radio all
regulatory-domain-profile xxx(域管理模板名字)