1、一、测试拓扑:点对点模式核心交换机A P 1 9 2 . 1 6 8 . 6 . 1 0 1 / 2 4 A P 1 9 2 . 1 6 8 . 6 . 1 0 0 / 2 4移动用户群移动用户注:AP192.168.6.101 的 SSID 是 test,AP192.168.6.100 的 SSID 是 h3c二、测试设备清单型号 描述 数量 备注WA2612 EWP-WA2612-FAT 2PC 有无线网卡 1三、注意事项1.AP 信道保持一致2.AP 预共享密钥保持一致四、配置步骤# 使能端口安全功能。system-viewWA2612 port-security enable# 在 W
2、LAN Mesh 接口下配置端口安全为 PSK 认证方式(预共享密钥为1qaz2wsx),并使能 11key 类型的密钥协商功能。WA2612 interface WLAN-MESH 1WA2612-WLAN-MESH1 port-security port-mode pskWA2612-WLAN-MESH1 port-security preshared-key pass-phrase simple 1qaz2wsxWA2612-WLAN-MESH1 port-security tx-key-type 11key# 在 Mesh Profile 下配置 Mesh ID 为 h3c,将 WLA
3、N-Mesh 1 接口绑定到服务模板,使能当前 Mesh Profile 服务模板。WA2612 wlan mesh-profile 1WA2612-wlan-mshp-1 mesh-id h3cWA2612-wlan-mshp-1 bind WLAN-MESH 1WA2612-wlan-mshp-1 mesh-profile enableWA2612-wlan-mshp-1 quit# 在 802.11gn 射频接口下指定工作信道为 10。WA2612 interface WLAN-Radio 1/0/1WA2612-WLAN-Radio1/0/1 channel 10# 配置 WDS 邻居
4、 MAC 地址,即对端射频接口的 MAC 地址。WA2612-WLAN-Radio1/0/1 mesh peer-mac-address 0cda-4123-1340# 绑定 Mesh Profile 服务模板。WA2612-WLAN-Radio1/0/1 mesh-profile 1对端的配置与上述配置类似,只需要将 WDS 邻居 MAC 地址设置为对端的 MAC 地址。五、验证配置结果当 WDS 两端设备配置完成后,可以通过命令查看 WDS 链路是否已经成功建立。六、验证结果:七、具体配置文档配置文件:test.txt h3c.txt八、点到多点 WDS 配置点到多点的 WDS 连接配置和点到点的 WDS 连接配置基本相同,但需要注意以下几点:在每个 AP 的射频模式下配置邻居 AP 的 MAC 地址(否则 AP 2、AP 3、AP 4 之间也可能建立 WDS 链路)。设置允许建立的最大 WDS 链路数(缺省值为 2,需要根据实际链路数进行设置)。