H3C Mesh网络支持VLAN配置案例
1. 客户组网需求
客户实际应用环境中存在两个独立的局域网,都属于VLAN 2,由FIT AP作为无线网桥连接这两个局域网,实现两个局域网之间的互通。MPP通过交换机与AC连接,MPP 1和MPP 2之间使用射频工作模式为802.11n(5GHz),工作信道号为149来建立Mesh链路,允许VLAN 2内的数据报文通过。
2. 客户组网配置
Mesh网络支持VLAN配置组网
3. 配置步骤
(1) 配置Mesh功能
# 创建一个编号为1的Mesh-Profile。
<AC1> system-view
[AC1] wlan mesh-profile 1
# 配置Mesh ID为1。
[AC1-wlan-mesh-profile-1] mesh-id 1
# 配置认证模式为SAE。
[AC1-wlan-mesh-profile-1] akm mode sae
# 配置预共享密钥为12345678。
[AC1-wlan-mesh-profile-1] preshared-key pass-phrase simple 12345678
# 开启Mesh Profile。
[AC1-wlan-mesh-profile-1] mesh-profile enable
[AC1-wlan-mesh-profile-1] quit
(2) 配置无线服务模板
# 配置无线服务模板service1,配置SSID为mesh-network,并使能服务模板。
[AC1] wlan service-template service1
[AC1-wlan-st-service1] ssid mesh-network
[AC1-wlan-st-service1] service-template enable
[AC1-wlan-st-service1] quit
(3) 配置MPP 1
# 创建AP的模板,名称为mpp1,型号名称选择WA4320i-ACN,并配置AP的序列号为210235A29G007C000020。
[AC1] wlan ap mpp1 model WA4320i-ACN
[AC1-wlan-ap-mpp1] serial-id 210235A29G007C000020
# 将Mesh Profile 1绑定到ap1的Radio 1口。
[AC1-wlan-ap-mpp1] radio 1
[AC1-wlan-ap-mpp1-radio-1] mesh-profile 1
# 配置射频类型为dot11n(5GHz)。
[AC1-wlan-ap-mpp1-radio-1] type dot11an
# 配置射频工作信道为149。
[AC1-wlan-ap-mpp1-radio-1] channel 149
# 开启Radio。
[AC1-wlan-ap-mpp1-radio-1] radio enable
[AC1-wlan-ap-mpp1-radio-1] quit
(4) 配置WLAN-Mesh接口
# 创建WLAN-Mesh接口。
[AC1-wlan-ap-mpp1] interface wlan-mesh 1
[AC1-wlan-ap-mpp1-wlan-mesh-1] quit
# 将wlan-mesh 1 绑定到mpp1的Radio 1口。
[AC1-wlan-ap-mpp1] radio 1
[AC1-wlan-ap-mpp1-radio-1] mesh-interface 1
[AC1-wlan-ap-mpp1-radio-1] quit
# 配置WLAN-Mesh接口的链路类型为Trunk类型。
[AC1-wlan-ap-mpp1] interface wlan-mesh 1
[AC1-wlan-ap-mpp1-wlan-mesh-1] mesh-port link type trunk
# 配置Trunk类型的WLAN-Mesh 1接口允许VLAN 2通过。
[AC1-wlan-ap-mpp1-wlan-mesh-1] mesh-port trunk permit vlan 2
[AC1-wlan-ap-mpp1-wlan-mesh-1] quit
# 开启远程配置同步功能。
[AC1-wlan-ap-mpp1] remote-configuration enable
(5) 配置MPP 2
# AC 2上的配置与AC 1上的配置相同,此处不再赘述。
4. 验证配置
在AC1和AC2上配置VLAN 2接口,互相ping,可以ping通。