ros 无线WDS MESH配置一(这个不好用,没有方法二好用)

步骤如下:
1、新建一个 bridge,将 wlan1 和 ether1 加入 bridge
2
/interface bridge add name=WDS_Bridge
protocol-mode=rstp
/interface bridge port
add bridge= WDS_Bridge interface=ether1
add bridge= WDS_Bridge interface=wlan1
2、配置 wlan1 为 AP 模式,先配 1 个 security profile, 使
用 eap 加密
/interface wireless security-profiles
add authentication-types=wpa2-eap
eap-methods=eap-tls mode=dynamic-keys name=wpa2
3、配置 connect-list
/interface wireless connect-list
add interface=wlan1 security-profile=wpa2
4、配置 AP
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n
country=china disabled=no mode=ap-bridge ssid=mesh
wds-default-bridge= WDS_Bridge wds-mode=dynamic
wps-mode=disabled
为了看得更明白,可以将 radio Name 重命名

猜你喜欢

转载自www.cnblogs.com/itfat/p/12909804.html