Example for Configuring Back-to-Back WDS
Service Requirements
On some enterprise networks, wired network deployment is restricted by construction conditions. When obstacles exist between two networks or the distance between them is long, APs cannot all be connected to the AC in wired mode. Back-to-back wireless distribution system (WDS) technology can cascade APs in wired mode as trunk bridges. This networking ensures sufficient bandwidth on wireless links for long distance data transmission.
Networking Requirements
- AC networking mode: Layer 2 bypass mode
- DHCP deployment mode:
- The AC functions as a DHCP server to assign IP addresses to APs.
- The aggregation switch (Switch_A) functions as a DHCP server to assign IP addresses to PCs.
- Wireless backhaul mode: WDS back-to-back
- Backhaul radio: 5 GHz radio
Data Planning
AP Name |
Type |
MAC Address |
---|---|---|
AP_1 |
AP8130DN |
dcd2-fcf6-76a0 |
AP_2 |
AP8130DN |
60de-4474-9640 |
AP_3 |
AP8130DN |
dcd2-fc04-b500 |
AP_4 |
AP8130DN |
60de-4476-e360 |
Item |
Data |
---|---|
Management VLAN for APs |
VLAN 100 |
Service VLAN for PCs |
VLAN 101 |
DHCP server |
The AC functions as a DHCP server to assign IP addresses to APs, and Switch_A functions as a DHCP server to assign IP addresses to PCs. |
IP address pool for APs |
10.23.100.2-10.23.100.254/24 |
IP address pool for PCs |
10.23.101.3-10.23.101.254/24 |
IP address of the AC's source interface |
VLANIF 100: 10.23.100.1/24 |
WDS profile |
|
WDS role |
|
WDS name |
wds-net |
WDS whitelist |
|
Radio used by WDS |
Radio 1 (AP_1 and AP_2):
Radio 1 (AP_3 and AP_4):
|
Security profile |
|
AP group |
|
Configuration Roadmap
- Configure WDS links in Area A and Area B so that AP_1 and AP_2 can go online on the AC.
- Configure Switch_C to enable AP_2 and AP_3 to communicate through the wired network.
- Configure WDS links in Area B and Area C so that AP_4 can go online on the AC.
- Configure wired interfaces on AP_4 to enable wired users connected to AP_4 to access the network.
Configuration Notes
- No ACK mechanism is provided for multicast packet transmission on air interfaces. In addition, wireless links are unstable. To ensure stable transmission of multicast packets, they are usually sent at low rates. If a large number of such multicast packets are sent from the network side, the air interfaces may be congested. You are advised to configure multicast packet suppression to reduce impact of a large number of low-rate multicast packets on the wireless network. Exercise caution when configuring the rate limit; otherwise, the multicast services may be affected.
- In direct forwarding mode, you are advised to configure multicast packet suppression on switch interfaces connected to APs.
- In tunnel forwarding mode, you are advised to configure multicast packet suppression in traffic profiles of the AC.
Configure port isolation on the interfaces of the device directly connected to APs. If port isolation is not configured and direct forwarding is used, a large number of unnecessary broadcast packets may be generated in the VLAN, blocking the network and degrading user experience.
In tunnel forwarding mode, the management VLAN and service VLAN cannot be the same. Only packets from the management VLAN are transmitted between the AC and APs. Packets from the service VLAN are not allowed between the AC and APs.
Procedure
- Configure the network devices.
# Add GE0/0/1 and GE0/0/2 on Switch_B to VLAN 100 and VLAN 101. The default VLAN of GE0/0/1 is VLAN 100.
<HUAWEI> system-view [HUAWEI] sysname Switch_B [Switch_B] vlan batch 100 to 101 [Switch_B] interface gigabitEthernet 0/0/1 [Switch_B-GigabitEthernet0/0/1] port link-type trunk [Switch_B-GigabitEthernet0/0/1] port trunk pvid vlan 100 [Switch_B-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 to 101 [Switch_B-GigabitEthernet0/0/1] port-isolate enable [Switch_B-GigabitEthernet0/0/1] quit [Switch_B] interface gigabitEthernet 0/0/2 [Switch_B-GigabitEthernet0/0/2] port link-type trunk [Switch_B-GigabitEthernet0/0/2] port trunk allow-pass vlan 100 to 101 [Switch_B-GigabitEthernet0/0/2] quit
# Configure the aggregation switch Switch_A. Configure GE0/0/1 to allow packets from VLAN 100 and VLAN 101 to pass through, GE0/0/2 to allow packets from VLAN 100 to pass through, and GE0/0/3 to allow packets from VLAN 101 to pass through.
<HUAWEI> system-view [HUAWEI] sysname Switch_A [Switch_A] vlan batch 100 to 101 [Switch_A] interface gigabitEthernet 0/0/1 [Switch_A-GigabitEthernet0/0/1] port link-type trunk [Switch_A-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 to 101 [Switch_A-GigabitEthernet0/0/1] quit [Switch_A] interface gigabitEthernet 0/0/2 [Switch_A-GigabitEthernet0/0/2] port link-type trunk [Switch_A-GigabitEthernet0/0/2] port trunk allow-pass vlan 100 [Switch_A-GigabitEthernet0/0/2] quit [Switch_A] interface gigabitEthernet 0/0/3 [Switch_A-GigabitEthernet0/0/3] port link-type trunk [Switch_A-GigabitEthernet0/0/3] port trunk allow-pass vlan 101 [Switch_A-GigabitEthernet0/0/3] quit
# Configure the access switch Switch_C. Configure GE0/0/1 and GE0/0/2 to allow packets VLAN 101 to pass through.
<HUAWEI> system-view [HUAWEI] sysname Switch_C [Switch_C] vlan batch 101 [Switch_C] interface gigabitEthernet 0/0/1 [Switch_C-GigabitEthernet0/0/1] port link-type trunk [Switch_C-GigabitEthernet0/0/1] port trunk allow-pass vlan 101 [Switch_C-GigabitEthernet0/0/1] quit [Switch_C] interface gigabitEthernet 0/0/2 [Switch_C-GigabitEthernet0/0/2] port link-type trunk [Switch_C-GigabitEthernet0/0/2] port trunk allow-pass vlan 101 [Switch_C-GigabitEthernet0/0/2] quit
# Add GE1/0/0 on Router to VLAN 101. Create VLANIF 101 and set its IP address to 10.23.101.2/24.<Huawei> system-view [Huawei] sysname Router [Router] vlan batch 101 [Router] interface gigabitethernet 1/0/0 [Router-GigabitEthernet1/0/0] port link-type trunk [Router-GigabitEthernet1/0/0] port trunk allow-pass vlan 101 [Router-GigabitEthernet1/0/0] quit [Router] interface vlanif 101 [Router-Vlanif101] ip address 10.23.101.2 24 [Router-Vlanif101] quit
- Configure the DHCP server to assign IP addresses to PCs.# Configure Switch_A as a DHCP server to assign IP addresses to PCs from the interface address pool.
[Switch_A] dhcp enable [Switch_A] interface vlanif 101 [Switch_A-Vlanif101] ip address 10.23.101.1 24 [Switch_A-Vlanif101] dhcp select interface [Switch_A-Vlanif101] dhcp server gateway-list 10.23.101.2 [Switch_A-Vlanif101] quit
- Configure AC system parameters.
- Configure an AP to go online.
- Configure the root node AP_1.
- Configure the root node AP_3.
- Configure the leaf node AP_2.
- Configure the leaf node AP_4.
- Verify the configuration.