华为AP在无验证模式下默认加入到default ap组中改到自定义组中如下

显示默认ap组default中的ap, 可以看到无验证上线的AP的ID号为0和1(记住此2个AP的ID号)

[AC6605-wlan-view]dis ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor : normal [2]
------------------------------------------------------------------------------------------------------
ID MAC Name Group IP Type State STA Uptime
------------------------------------------------------------------------------------------------------
0 00e0-fc5e-2080 00e0-fc5e-2080 default 192.168.100.253 AP6050DN nor0 1M:5S
1 00e0-fcab-4fd0 00e0-fcab-4fd0 default 192.168.100.254 AP6050DN nor0 1M:11S
------------------------------------------------------------------------------------------------------
Total: 2

 

(一)新建自定义AP组

[AC6605-wlan-view]ap-group name my_aps
Info: This operation may take a few seconds. Please wait for a moment.done.

(二)根据上线的AP的ID号重新分组到上面新定义的AP组my_aps

[AC6605-wlan-view]ap-regroup ap-id 0 new-group my_aps
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
Info: This operation may take a few seconds. Please wait for a moment.. done.
[AC6605-wlan-view]ap-regroup ap-id 1 new-group my_aps
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
Info: This operation may take a few seconds. Please wait for a moment.. done.

 (三)验证AP是否被分配到了新定义的AP组中---上线         (重新把AP分到新定义的组中无线业务会中断)

[AC6605-wlan-view]dis ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
fault: fault [2]
----------------------------------------------------------------------------------------
ID MAC Name Group IP Type State STA Uptime
----------------------------------------------------------------------------------------
0 00e0-fc5e-2080 00e0-fc5e-2080 my_aps - AP6050DN fault 0 -
1 00e0-fcab-4fd0 00e0-fcab-4fd0 my_aps - AP6050DN fault 0 -
----------------------------------------------------------------------------------------
Total: 2

(四)配置wlan业务参数重新,发射无线信号

[AC6605-wlan-view]ap-group name my_aps
[AC6605-wlan-ap-group-my_aps]vap-profile vap-1 wlan 1 radio all
Info: This operation may take a few seconds, please wait...done.

posted @ 2023-02-27 20:12  techNote  阅读(284)  评论(0编辑  收藏  举报