• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

WA6522H-HI,EWP-WA6322H-LI改胖模式能否做无线桥接

2023-02-06提问
  • 0关注
  • 0收藏,774浏览
粉丝:0人 关注:0人

问题描述:

WA6522H-HI,EWP-WA6322H-LI 这两种型号修改成三合一版本然后修改成fat模式是否支持无线桥接

组网及组网描述:


2 个回答
粉丝:103人 关注:8人

可以的,参考:3.1 FAT和FAT桥接典型配置举例


1.11.1  Mesh网络基本组网配置举例

1. 组网需求

图1-8所示,要求使用FAT AP组建一个Mesh网络,在MPP和MAP 1、MPP和MAP 2之间使用射频工作模式为802.11n(5GHz),工作信道号为149来建立Mesh链路,客户端能够通过MAP接入网络并访问网络资源。

2. 组网图

图1-8 Mesh网络基本组网图

 

3. 配置步骤

(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的配置相同,此处不再赘述。

4. 验证配置

# 在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.11.2  点到点的WDS配置举例

1. 组网需求

图1-9所示的环境中存在两个独立的局域网,由FAT AP作为无线网桥连接这两个局域网,实现两个局域网之间的互通。

具体部署方式如下:

·     AP 1和AP 2分别连接不同的局域网。

·     手工指定固定信道149,通过802.11a射频模式使AP 1和AP 2之间形成WDS链路。

2. 组网图

图1-9 点到点的WDS配置组网图

 

3. 配置步骤

# 创建一个编号为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的配置相同,此处不再赘述。

4. 验证配置

# 在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


暂无评论

粉丝:181人 关注:0人

您好,我记得面板是不支持的

暂无评论

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明