Example for Configuring High-Density WLAN Services
Service Requirements
The WLAN of a stadium needs to provide access for a large number of users; therefore, APs are placed in close proximity, causing severe interference. The IT department of the stadium requires that the interference be eliminated to maximize Internet experience for users.
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 (SwitchB) functions as a DHCP server to assign IP addresses to STAs.
- Service data forwarding mode: direct forwarding
Data Planning
Item |
Data |
---|---|
Management VLAN for APs |
VLAN 10 and VLAN 100 |
Service VLAN for STAs |
VLAN pool
|
DHCP server |
The AC functions as a DHCP server to assign IP addresses to APs. The aggregation switch (SwitchB) functions as a DHCP server to assign IP addresses to STAs. |
IP address pool for APs |
10.23.10.2-10.23.10.254/24 |
IP address pool for STAs |
10.23.101.3-10.23.101.254/24 10.23.102.3-10.23.102.254/24 |
AC's source interface address |
VLANIF 100: 10.23.100.1/24 |
AP group |
|
Regulatory domain profile |
|
SSID profile |
|
Security profile |
|
VAP profile |
|
RRM profile |
|
2G radio profile |
|
5G radio profile |
|
Traffic profile |
|
Configuration Roadmap
- Configure network interworking of the AC, APs, and other network devices.
- Configure a VLAN pool for service VLANs.
- Select Config Wizard to configure system parameters for the AC.
- Select Config Wizard to configure the APs to go online on the AC.
- Select Config Wizard to configure WLAN services on the AC.
Adjust WLAN high-density parameters.
You are advised to adjust WLAN high-density parameters according to Table 5-4.
Table 5-4 Adjustment recommendationsAdjustment Item
Purpose
Recommendation
Configure 5G-prior access
To reduce the burden on the 2.4 GHz radio by preferentially connecting 5G-capable STAs to the 5 GHz radio when a large number of 2.4 GHz STAs exist on the network.
Enable band steering. By default, band steering is enabled.
Remove the limit on the number of access users
To make an AP offer wireless services to more users.
Increase the maximum number of access users to 128 for an SSID profile.
Reduce the user association aging time
To prevent users who frequently disconnect from the wireless network.
Set the association aging time to 1 minute.
User isolation
To prevent mobile terminals from exchanging a large number of ARP packets.
Enable user isolation on the AC.
Limit user rates
To prevent advantaged STAs from occupying too many rate sources and deteriorating service experience of disadvantaged STAs.
Limit the downstream rate of each STA to 2000 kbit/s in a VAP. Adjust the upstream rate according to actual situations. In this example, the upstream rate is set to 1000 kbit/s.
Adjust AP channel and power
To reduce interference between APs.
- Channel: Prevent adjacent APs from working on overlapping channels. It is recommended that you configure channels 1, 9, 5, and 13 in a high-density WLAN environment.
- Power: Minimize AP power while ensuring that the RSSI is greater than -65 dBm at the edge of the AP's coverage area.
Configure smart roaming
To prevent weak-signal STAs from degrading user experience.
Enable smart roaming and set the SNR threshold to 15 dB.
Enable airtime fair scheduling
To ensure that wireless channel resources can be equally allocated to users.
Enable airtime fair scheduling.
Set the RTS-CTS threshold
To prevent hidden STAs.
Set the RTS-CTS operation mode to rts-cts and the RTS threshold to 1400 bytes.
Adjust the interval at which Beacon frames are sent
To improve the overall data traffic of APs.
Set the interval for sending Beacon frames to 160 TUs.
Adjust the transmit rate of 2.4 GHz management frames
To reduce wireless resource occupation of management frames and improve channel usage efficiency.
Set the transmit rate of 2.4 GHz management frames to 11 Mbit/s.
Set the guard interval (GI) mode to short GI
To reduce extra overhead and improve AP transmission efficiency.
Set the GI mode to short GI.
Configure the basic rate set
To improve the overall AP throughput.
Delete low rates from the basic rate set.
Configure the multicast rate
To improve air interface efficiency.
Use the default values. By default, the multicast transmit rate of wireless packets is 11 Mbit/s for the 2.4 GHz radio and 6 Mbit/s for the 5 GHz radio.
Configure the short preamble for a radio
To improve the network synchronization performance.
Configure the short preamble. If some legacy NICs exist on the network, disable the short preamble function.
Dynamic EDCA parameter adjustment
To improve user experience.
Enable the dynamic EDCA parameter adjustment, and keep the default threshold for the dynamic EDCA Best-Effort service.
- Deliver the WLAN services to the APs and verify the configuration.
Procedure
- Configure the network devices.# Add GE0/0/1 and GE0/0/2 on SwitchA to VLANs 10, 101, and 102. The default VLAN of GE0/0/1 and GE0/0/3 is VLAN 10.
<HUAWEI> system-view [HUAWEI] sysname SwitchA [SwitchA] vlan batch 10 101 102 [SwitchA] interface gigabitethernet 0/0/1 [SwitchA-GigabitEthernet0/0/1] port link-type trunk [SwitchA-GigabitEthernet0/0/1] port trunk pvid vlan 10 [SwitchA-GigabitEthernet0/0/1] port trunk allow-pass vlan 10 101 102 [SwitchA-GigabitEthernet0/0/1] port-isolate enable [SwitchA-GigabitEthernet0/0/1] quit [SwitchA] interface gigabitethernet 0/0/2 [SwitchA-GigabitEthernet0/0/2] port link-type trunk [SwitchA-GigabitEthernet0/0/2] port trunk allow-pass vlan 10 101 102 [SwitchA-GigabitEthernet0/0/2] quit [SwitchA] interface gigabitethernet 0/0/3 [SwitchA-GigabitEthernet0/0/3] port link-type trunk [SwitchA-GigabitEthernet0/0/3] port trunk pvid vlan 10 [SwitchA-GigabitEthernet0/0/3] port trunk allow-pass vlan 10 101 102 [SwitchA-GigabitEthernet0/0/3] port-isolate enable [SwitchA-GigabitEthernet0/0/3] quit
# On SwitchB (aggregation switch), add GE0/0/1 to VLAN 10, VLAN 101, and VLAN 102, GE0/0/2 to VLAN 100, and GE0/0/3 to VLAN 101 and VLAN 102. Create VLANIF 100 and set its IP address to 10.23.100.2/24.<HUAWEI> system-view [HUAWEI] sysname SwitchB [SwitchB] vlan batch 10 100 101 102 [SwitchB] interface gigabitethernet 0/0/1 [SwitchB-GigabitEthernet0/0/1] port link-type trunk [SwitchB-GigabitEthernet0/0/1] port trunk allow-pass vlan 10 101 102 [SwitchB-GigabitEthernet0/0/1] quit [SwitchB] interface gigabitethernet 0/0/2 [SwitchB-GigabitEthernet0/0/2] port link-type trunk [SwitchB-GigabitEthernet0/0/2] port trunk allow-pass vlan 100 [SwitchB-GigabitEthernet0/0/2] quit [SwitchB] interface gigabitethernet 0/0/3 [SwitchB-GigabitEthernet0/0/3] port link-type trunk [SwitchB-GigabitEthernet0/0/3] port trunk allow-pass vlan 101 102 [SwitchB-GigabitEthernet0/0/3] quit [SwitchB] interface vlanif 100 [SwitchB-Vlanif100] ip address 10.23.100.2 24 [SwitchB-Vlanif100] quit
# On Router, add GE1/0/0 to VLAN 101 and VLAN 102. Create VLANIF 101 and VLANIF 102, and set the IP address of VLANIF 101 to 10.23.101.2/24 and the IP address of VLANIF 102 to 10.23.102.2/24.<Huawei> system-view [Huawei] sysname Router [Router] vlan batch 101 102 [Router] interface gigabitethernet 1/0/0 [Router-GigabitEthernet1/0/0] port link-type trunk [Router-GigabitEthernet1/0/0] port trunk allow-pass vlan 101 102 [Router-GigabitEthernet1/0/0] quit [Router] interface vlanif 101 [Router-Vlanif101] ip address 10.23.101.2 24 [Router-Vlanif101] quit [Router] interface vlanif 102 [Router-Vlanif102] ip address 10.23.102.2 24 [Router-Vlanif102] quit
- Configure the DHCP services to assign IP addresses to APs and STAs.# On SwitchB, configure DHCP relay to assign IP addresses on behalf of the AC.
[SwitchB] dhcp enable [SwitchB] interface vlanif 10 [SwitchB-Vlanif10] ip address 10.23.10.1 24 [SwitchB-Vlanif10] dhcp select relay [SwitchB-Vlanif10] dhcp relay server-ip 10.23.100.1 [SwitchB-Vlanif10] quit
# On SwitchB, configure VLANIF 101 and VLANIF 102 to assign IP addresses to STAs and set the default gateways.Configure the DNS server as required. The common methods are as follows:- In interface address pool scenarios, run the dhcp server dns-list ip-address &<1-8> command in the VLANIF interface view.
- In global address pool scenarios, run the dns-list ip-address &<1-8> command in the IP address pool view.
[SwitchB] interface vlanif 101 [SwitchB-Vlanif101] ip address 10.23.101.1 24 [SwitchB-Vlanif101] dhcp select interface [SwitchB-Vlanif101] dhcp server gateway-list 10.23.101.2 [SwitchB-Vlanif101] quit [SwitchB] interface vlanif 102 [SwitchB-Vlanif102] ip address 10.23.102.1 24 [SwitchB-Vlanif102] dhcp select interface [SwitchB-Vlanif102] dhcp server gateway-list 10.23.102.2 [SwitchB-Vlanif102] quit
- Configure system parameters for the AC.
- Configure APs to go online.
- Configure WLAN services.
# Click Create. The Basic Information page is displayed.
# Set the SSID name, forwarding mode, and service VLAN. Set Service VLAN to VLAN Pool. Click Create next to VLAN Pool. The Create VLAN Pool page is displayed.
# Set VLAN pool name to sta-pool and VLAN assignment mode to Hash. Add VLANs 101 and 102.
# Click OK. In the dialog box that is displayed, click OK.
# Click Next. The Security Authentication page is displayed.
# Set Security settings to Key (applicable to personnel networks), select the AES mode, and set the key.
# Click Next. The Access Control page is displayed.
# Set Binding the AP group to ap-group1.
# Click Finish.
- Adjust WLAN high-density parameters.
- Verify the configuration.