Extreme/Motorola WLAN设备Mesh实例
日期:2020-03-13 14:43:38 / 人气:
Meshconnex
新版本界面配置实例
配置mesh三大步:1.(国家代码)2.(meshpoint mesh)3.( radio2 )
1,起一个无线ssid 作为上网覆盖使用,mesh作为桥使用,所有AP mesh ID配置必须一致
2.Basic里配置国家代码 //必须配置
3.配置 root根节点(主AP)
ap6562-6661DC>en
ap6562-6661DC#conf
ap6562-6661DC(config)#meshpoint mesh
ap6562-6661DC(config-meshpoint-mesh)#show context
meshpoint mesh
meshid 100 // 在config模式下配置meshid100 id需要相同
beacon-format mesh-point
control-vlan 1
allowed-vlans 1
security-mode psk
wpa2 psk 0 12345678 //mesh连接的密码需要一样
no root //根节点 这里的no root 不用管
ap6562-6661DC(config)#sel
ap6562-6661DC(config-device-84-24-8D-66-61-DC)#meshpoint-device mesh
ap6562-6661DC(config-device-84-24-8D-66-61-DC-meshpoint-mesh)#show context
meshpoint-device mesh //device后边的mesh为 mesh的无线名称
root //根节点需更改为root
preferred interface 5GHz //指定一个射频来作为mesh桥接使用
no monitor primary-port-link action no-root //监视端口,无所谓配置
ap6562-6661DC(config-device-84-24-8D-66-61-DC-meshpoint-mesh)#exit
ap6562-6661DC(config-device-84-24-8D-66-61-DC)#interface radio 2
ap6562-6661DC(config-device-84-24-8D-66-61-DC-if-radio2)#show context
interface radio2 //进入raido2射频
channel 196w //信道所有主从AP信道都必须一致
power 30 //射频功率
rate-selection standard //选择标准功率
placement outdoor //室外防止
meshpoint mesh bss 1 //mesh点到点Basic Service Set 基本服务 为1
ap6562-6661DC(config-device-84-24-8D-66-61-DC-if-radio2)# //检查mesh是否正常,NEXT HOPIFD 后边的MAC地址为root主ap地址
ap6562-669E94(config-device-84-24-8D-66-9E-94-if-radio2)#show wireless meshpoint
NAME | mesh @ 84-24-8D-66-9E-94 (ap6562-669E94)
MPID | 84-24-8D-66-95-00
ROOT | 84-24-8D-66-67-00 @ 1 hops with metric 166
ROOT BOUND TIME | 0 days 00:27:02 ago
NEXT HOP IFID | 84-24-8D-66-67-00
NEXT HOP USE TIME | 0 days 00:23:54 ago
IFID 1 | 84-24-8D-66-95-00 on 84-24-8D-66-9E-94:R2
3.配置 从AP,所有从AP所有配置都一样
ap6562-666168#conf
ap6562-666168(config)#meshpoint mesh
meshpoint mesh
meshid 100
beacon-format mesh-point
control-vlan 1
allowed-vlans 1
security-mode psk
wpa2 psk 0 12345678
no root
ap6562-666168#
ap6562-666168#conf
ap6562-666168(config)#sel
ap6562-666168(config-device-84-24-8D-66-61-68)#meshpoint-device mesh
meshpoint-device mesh
no root //从ap设置为no root 非根节点
preferred interface 5GHz //绑定5G作为mesh传输
no monitor primary-port-link action no-root
ap6562-666168#
ap6562-666168(config-device-84-24-8D-66-61-68)#interface radio 2 //进入射频,设置射频
interface radio2
channel 196w
power 30
rate-selection standard
placement outdoor
meshpoint mesh bss 1
ap6562-666168(config-device-84-24-8D-66-61-68-if-radio2)#
老版本界面配置方法
说明:如果ap7562为5.9.0及以上,web页面无法打开,需回退至5.8.4版本。点击版本链接转至版本更新页面-> 版本链接
1,所有AP均创建2个vlan,vlan1为网络接入vlan,vlan2为meshconnex数据控制vlan,

2,创建meshconnex策略,所有参与meshconnex的AP,策略均一致

3,设置radios属性,为meshconnex设置一个信道

4,radio广播出meshconnex

5,关联radio完成后,创建meshpoint root,网络接入根节点ap为root,
Ap-6532-70A0A8#self
meshpoint-device mesh
root
preferred interface 5GHz
commit write
设置完根节点root后,其余节点ap均不设置为root,
Ap-6532-70A0A8#self
meshpoint-device mesh
preferred interface 5GHz
commit write
可观察meshpoint如下:

6,将root断开后,余下分节点还可相互通信(AP的ip为实际可上网ip)


