EWP-WX2510H-pwr 怎么设置成桥接模式
(0)
最佳答案
您好,请知:
如果是为了进一步放大信号,可考虑使用mesh。
以下是WLAN MESH的配置举例,请参考:
如图1-9所示,要求组建一个Mesh网络,MPP通过交换机与AC连接,在MPP和MAP 1、MPP和MAP 2之间使用射频工作模式为802.11n(5GHz),工作信道号为149来建立Mesh链路,客户端能够通过MAP接入网络并访问网络资源。
图1-9 Mesh网络基本组网图
(1) 配置Mesh功能
# 创建一个编号为1的Mesh Profile。
<AC> system-view
[AC] wlan mesh-profile 1
# 配置Mesh ID为1。
[AC-wlan-mesh-profile-1] mesh-id 1
# 配置认证模式为SAE。
[AC-wlan-mesh-profile-1] akm mode sae
# 配置预共享密钥为12345678。
[AC-wlan-mesh-profile-1] preshared-key pass-phrase simple 12345678
# 开启Mesh Profile。
[AC-wlan-mesh-profile-1] mesh-profile enable
[AC-wlan-mesh-profile-1] quit
(2) 配置无线服务模板
# 配置无线服务模板service1,配置SSID为mesh-network,并使能服务模板。
[AC] wlan service-template service1
[AC-wlan-st-service1] ssid mesh-network
[AC-wlan-st-service1] service-template enable
[AC-wlan-st-service1] quit
(3) 配置MPP
# 创建AP的模板,名称为mpp,型号名称选择WA4320i-ACN,并配置AP的序列号为210235A29G007C000020。
[AC] wlan ap mpp model WA4320i-ACN
[AC-wlan-ap-mpp] serial-id 210235A29G007C000020
# 将Mesh Profile 1绑定到mpp的Radio 1口。
[AC-wlan-ap-mpp] radio 1
[AC-wlan-ap-mpp-radio-1] mesh-profile 1
# 配置射频类型为dot11n(5GHz)。
[AC-wlan-ap-mpp-radio-1] type dot11an
# 配置射频工作信道为149。
[AC-wlan-ap-mpp-radio-1] channel 149
# 开启Radio。
[AC-wlan-ap-mpp-radio-1] radio enable
[AC-wlan-ap-mpp-radio-1] quit
# 配置MPP停止发送邻居探测请求。
[AC-wlan-ap-mpp] portal-service enable
[AC-wlan-ap-mpp] quit
(4) 配置MAP
# 创建AP的模板,名称为map1,型号名称选择WA4320i-ACN,并配置AP的序列号为210235A29G007C000050。
[AC] wlan ap map1 model WA4320i-ACN
[AC-wlan-ap-map1] serial-id 210235A29G007C000050
# 将Mesh Profile 1绑定到map1的Radio 1口。
[AC-wlan-ap-map1] radio 1
[AC-wlan-ap-map1-radio-1] mesh-profile 1
# 将无线服务模板service1绑定到map1的Radio 1口。
[AC-wlan-ap-map1-radio-1] service-template service1
# 配置射频类型为dot11n(5GHz)。
[AC-wlan-ap-map1-radio-1] type dot11an
# 配置射频工作信道为149。
[AC-wlan-ap-map1-radio-1] channel 149
# 向MAP1的邻居白名单中添加MPP上Radio的MAC地址,使MAP1仅与MPP建立Mesh连接,以避免环路的产生。
[AC-wlan-ap-map1-radio-1] mesh peer-mac-address 77a2-c25d-e316
# 开启射频功能。
[AC-wlan-ap-map1-radio-1] radio enable
[AC-wlan-ap-map1-radio-1] quit
[AC-wlan-ap-map1] quit
# 创建AP的模板,名称为map2,型号名称选择WA4320i-ACN,并配置AP的序列号为210235A29G007C000090。
[AC] wlan ap map2 model WA4320i-ACN
[AC-wlan-ap-map2] serial-id 210235A29G007C000090
# 将Mesh Profile 1绑定到map2的Radio 1口,并开启Radio。
[AC-wlan-ap-map2] radio 1
[AC-wlan-ap-map2-radio-1] mesh-profile 1
# 将无线服务模板service1绑定到map2的Radio 1口。
[AC-wlan-ap-map2-radio-1] service-template service1
# 配置射频类型为dot11n(5GHz)。
[AC-wlan-ap-map2-radio-1] type dot11an
# 配置射频工作信道号为149。
[AC-wlan-ap-map2-radio-1] channel 149
# 向MAP2的邻居白名单中添加MPP上Radio的MAC地址,使MAP2仅与MPP建立Mesh连接,以避免环路的产生。
[AC-wlan-ap-map2-radio-1] mesh peer-mac-address 77a2-c25d-e316
# 开启射频功能。
[AC-wlan-ap-map2-radio-1] radio enable
[AC-wlan-ap-map2-radio-1] quit
[AC-wlan-ap-map2] quit
[AC] quit
以下是WDS桥接的配置举例,请参考:
在如图1-5所示的室外环境中存在两个独立的局域网,如果采用有线方式连接这两个局域网,需要使用挖沟开渠等方式铺设线缆,这样做工期长、开销大。在这种部署有线网络不方便的情况下,可以采用WDS链路连接这两个局域网,实现两个局域网之间的互通。
具体部署方式如下:
· AP 1和AP 2分别连接不同的局域网。
· 手工指定固定信道153,通过802.11a射频模式使AP 1和AP 2之间形成WDS链路。
· 为了保证WDS链路的安全性,设置预共享密钥为“12345678”。
图1-5 点到点的WDS连接配置组网图
# 使能端口安全功能。
<AP1> system-view
[AP1] port-security enable
# 在WLAN Mesh接口下配置端口安全为PSK认证方式(预共享密钥为12345678),并使能11key类型的密钥协商功能。
[AP1] interface WLAN-MESH 1
[AP1-WLAN-MESH1] port-security port-mode psk
[AP1-WLAN-MESH1] port-security preshared-key pass-phrase simple 12345678
[AP1-WLAN-MESH1] port-security tx-key-type 11key
# 在Mesh Profile下配置Mesh ID为outdoor,将WLAN-Mesh 1接口绑定到服务模板,使能当前Mesh Profile服务模板。
[AP1] wlan mesh-profile 1
[AP1-wlan-mshp-1] mesh-id outdoor
[AP1-wlan-mshp-1] bind WLAN-MESH 1
[AP1-wlan-mshp-1] mesh-profile enable
[AP1-wlan-mshp-1] quit
# 在802.11a射频接口下指定工作信道为153。
[AP1] interface WLAN-Radio 1/0/1
[AP1-WLAN-Radio1/0/1] radio-type dot11a
[AP1-WLAN-Radio1/0/1] channel 153
AP 1和AP 2上配置的信道要保持一致,即在AP 1上选择使用信道153作为WDS链路信道,在AP 2上也要使用信道153。
# 配置WDS邻居MAC地址,即AP 2射频接口的MAC地址。
[AP1-WLAN-Radio1/0/1] mesh peer-mac-address 0ebb-01bb-bb00
# 绑定Mesh Profile服务模板。
[AP1-WLAN-Radio1/0/1] mesh-profile 1
AP2的配置与上述配置类似,只需要将WDS邻居MAC地址设置为AP1的MAC地址。
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论