WA6522H-HI,EWP-WA6322H-LI 这两种型号修改成三合一版本然后修改成fat模式是否支持无线桥接
(0)
可以的,参考:3.1 FAT和FAT桥接典型配置举例
如图1-8所示,要求使用FAT AP组建一个Mesh网络,在MPP和MAP 1、MPP和MAP 2之间使用射频工作模式为802.11n(5GHz),工作信道号为149来建立Mesh链路,客户端能够通过MAP接入网络并访问网络资源。
图1-8 Mesh网络基本组网图
(1) 配置MPP
# 创建一个编号为1的Mesh Profile。
<MPP> system-view
[MPP] wlan mesh-profile 1
# 配置Mesh ID为1。
[MPP-wlan-mesh-profile-1] mesh-id 1
# 配置认证模式为SAE。
[MPP-wlan-mesh-profile-1] akm mode sae
# 配置预共享密钥为12345678。
[MPP-wlan-mesh-profile-1] preshared-key pass-phrase simple 12345678
# 开启Mesh Profile。
[MPP-wlan-mesh-profile-1] mesh-profile enable
[MPP-wlan-mesh-profile-1] quit
# 将Mesh Profile 1绑定到MPP的WLAN-Radio 1/0/1接口。
[MPP] interface wlan-radio 1/0/1
[MPP-WLAN-Radio1/0/1] mesh-profile 1
# 配置Radio接口类型为dot11n(5GHz)。
[MPP-WLAN-Radio1/0/1] type dot11an
# 配置射频工作信道号为149。
[MPP-WLAN-Radio1/0/1] channel 149
# 开启射频功能。
[MPP-WLAN-Radio1/0/1] undo shutdown
[MPP-WLAN-Radio1/0/1] quit
(2) 配置MAP 1
# 创建一个编号为1的Mesh Profile。
<MAP1> system-view
[MAP1] wlan mesh-profile 1
# 配置Mesh ID为1。
[MAP1-wlan-mesh-profile-1] mesh-id 1
# 配置认证模式为SAE。
[MAP1-wlan-mesh-profile-1] akm mode sae
# 配置预共享密钥为12345678。
[MAP1-wlan-mesh-profile-1] preshared-key pass-phrase simple 12345678
# 开启Mesh Profile。
[MAP1-wlan-mesh-profile-1] mesh-profile enable
[MAP 1-wlan-mesh-profile-1] quit
# 配置无线服务模板service1,配置SSID为mesh-network,并使能服务模板。
[MAP1] wlan service-template service1
[MAP1-wlan-st-service1] ssid mesh-network
[MAP1-wlan-st-service1] service-template enable
[MAP1-wlan-st-service1] quit
# 将Mesh Profile 1绑定到MAP 1的WLAN-Radio 1/0/1接口。
[MAP1] interface wlan-radio 1/0/1
[MAP1-WLAN-Radio1/0/1] mesh-profile 1
# 将无线服务模板service1绑定到MAP 1的WLAN-Radio 1/0/1接口。
[MAP1-WLAN-Radio1/0/1] service-template service1
# 配置Radio接口类型为dot11n(5GHz)。
[MAP1-WLAN-Radio1/0/1] type dot11an
# 配置射频工作信道号为149。
[MAP1-WLAN-Radio1/0/1] channel 149
# 向MAP1的邻居白名单中添加MPP上WLAN-Radio 1/0/1接口的MAC地址,使MAP1仅与MPP建立Mesh连接,以避免环路的产生。
[MAP1-WLAN-Radio1/0/1] mesh peer-mac-address 4a1b-517d-23ff
# 开启射频功能。
[MAP1-WLAN-Radio1/0/1] undo shutdown
[MAP1-WLAN-Radio1/0/1] quit
[MAP1] quit
(3) 配置MAP 2
# MAP 2的配置和MAP 1的配置相同,此处不再赘述。
# 在MPP上通过display wlan mesh-link命令查看到MPP和MAP 1、MPP和MAP 2的Mesh链路已经成功建立。
<MPP> display wlan mesh-link
Peer MAC RSSI BSSID Interface Link state Online time
7b2d-23bb-e56f 22 4a1b-517d-23ff WLAN-MeshLink1 Active(an) 00h 08m 31s
6a3b-cc5a-e215 22 4a1b-517d-23ff WLAN-MeshLink2 Active(an) 00h 40m 56s
# 在MAP 1上通过display wlan mesh-link命令查看到MAP 1和MPP的Mesh链路已经成功建立。
<MAP1> display wlan mesh-link
Peer MAC RSSI BSSID Interface Link state Online time
4a1b-517d-23ff 22 7b2d-23bb-e56f WLAN-MeshLink1 Active(an) 00h 08m 31s
# 在MAP 2上通过display wlan mesh-link命令查看到MAP 2和MPP的Mesh链路已经成功建立。
<MAP2> display wlan mesh-link
Peer MAC RSSI BSSID Interface Link state Online time
4a1b-517d-23ff 22 6a3b-cc5a-e215 WLAN-MeshLink1 Active(an) 00h 08m 31s
如图1-9所示的环境中存在两个独立的局域网,由FAT AP作为无线网桥连接这两个局域网,实现两个局域网之间的互通。
具体部署方式如下:
· AP 1和AP 2分别连接不同的局域网。
· 手工指定固定信道149,通过802.11a射频模式使AP 1和AP 2之间形成WDS链路。
图1-9 点到点的WDS配置组网图
# 创建一个编号为1的Mesh Profile。
<AP1> system-view
[AP1] wlan mesh-profile 1
# 配置Mesh ID为1。
[AP1-wlan-mesh-profile-1] mesh-id 1
# 配置认证模式为SAE。
[AP1-wlan-mesh-profile-1] akm mode sae
# 配置预共享密钥为12345678。
[AP1-wlan-mesh-profile-1] preshared-key pass-phrase simple 12345678
# 开启Mesh Profile。
[AP1-wlan-mesh-profile-1] mesh-profile enable
[AP1-wlan-mesh-profile-1] quit
# 将Mesh Profile 1绑定到AP 1的WLAN-Radio 1/0/1接口。
[AP1] interface wlan-radio 1/0/1
[AP1-WLAN-Radio1/0/1] mesh-profile 1
# 配置射频类型为dot11a。
[AP1-WLAN-Radio1/0/1] type dot11a
# 配置射频工作信道为149。
[AP1-WLAN-Radio1/0/1] channel 149
# 开启射频功能。
[AP1-WLAN-Radio1/0/1] undo shutdown
[AP1-WLAN-Radio1/0/1] quit
[AP1] quit
AP 2的配置与AP 1的配置相同,此处不再赘述。
# 在AP 1上通过display wlan mesh-link命令可以查看到Mesh链路信息。
<AP1> display wlan mesh-link
Peer MAC RSSI BSSID Interface Link state Online time
482b-c01d-e87f 22 a503-cc9b-418f WLAN-MeshLink1 Active(a) 00:01:10
# 在AP 2上通过display wlan mesh-link命令可以查看到Mesh链路信息。
<AP2> display wlan mesh-link
Peer MAC RSSI BSSID Interface Link state Online time
a503-cc9b-418f 22 482b-c01d-e87f WLAN-MeshLink1 Active(a) 00:01:10
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论