Hi, community!
Have a good day to you! This post describes the WLAN WDS backhaul configuration case of WLAN-based IVS.
WLAN configurations, namely AC configuration, since the IVS project using a WLAN WDS return function, configure assimilation is high, here is the actual configuration of the cutting XX project orders, if you want to learn more go to enterprise certification website to download data to learn.

AC is divided into wired side and the wireless side, wired side and wireless side through the internal XG virtual interface communication.
Wired-side configuration:
interface Vlanif200
ip address 192.168.11.253 255.255.255.0
#
interface Vlanif201
ip address 192.168.21.1 255.255.255.0
interface GigabitEthernet0/0/1
port link-type trunk
port trunk pvid vlan 201
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 200 to 201
port-isolate enable group 1
...
interface XGigabitEthernet0/0/27
port link-type trunk
port trunk allow-pass vlan 100 to 106 200 to 201
WDS wireless side return configuration:
#
interface Vlanif200
ip address 192.168.11.252 255.255.255.0
#
interface Vlanif201
ip address 192.168.21.254 255.255.255.0
#
interface MEth0/0/1
ip address 192.168.210.1 255.255.255.0
#
interface XGigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 106 200 to 201
#
wlan
wlan ac source interface vlanif201
ap-region id 100
ap-region id 101
//AP on line
ap-auth-mode no-auth
ap id 0 type-id 25 mac 7054-f5e2-c920 sn 210235419410D3000077
region-id 100
ap id 1 type-id 25 mac 7054-f5e2-c8c0 sn 210235419410D3000074
region-id 101
//WMM configuration:
wmm-profile name wmm1 id 0
traffic-profile name tp01 id 0
security-profile name sp1 id 0
security-policy wpa2
wpa2 authentication-method psk pass-phrase simple HuaWei123 encryption-method ccmp
bridge-profile name bridge1 id 0
bridge-name ivs
security-profile id 0
vlan tagged 200
radio-profile name rp1 id 0
radio-type 80211an
channel-mode fixed
power-mode fixed
wmm-profile id 0
undo calibrate enable
//
bridge-whitelist name bw1 id 0
peer ap mac 7054-f5e2-c8c0
ap 0 radio 1
radio-profile id 0
channel 20MHz 132
bridge enable mode root
bridge whitelist enable
bridge-whitelist id 0
bridge-profile id 0
ap 1 radio 1
radio-profile id 0
channel 20MHz 132
bridge enable mode leaf
bridge-profile id 0
Thanks!
Best wishes!
