Example for Configuring Agile Distributed Wi-Fi Services
Service Requirements
Students in dormitories need to access the Internet through WLANs.
Walls between numerous rooms in the dormitory building cause serious wireless signal attenuation, degrading signal quality. To resolve this issue, an agile distributed WLAN is used, with a remote unit (RU) deployed in each dormitory. RUs are connected to a central AP, and all RUs and the central AP are centrally managed by the AC, delivering high-quality WLAN coverage for each dormitory.
Networking Requirements
- AC networking mode: Layer 2 networking in inline mode
- DHCP deployment mode: The AC functions as a DHCP server to assign IP addresses to the central AP, RUs, and STAs.
- Service data forwarding mode: tunnel forwarding
- Uplink interfaces of a central AP have a high transmission rate, and connect to an AC and forward service traffic of all connected RUs. Downlink interfaces of a central AP connect to RUs. If the number of downlink interfaces of the central AP is insufficient, one downlink interface can be connected to an uplink interface of a PoE switch, through which RUs can connect the central AP. This increases the number of connected RUs. For example, an AD9431DN-24X provides four 10GE uplink interfaces numbered from 0 to 3 and 24 GE downlink interfaces numbered from 0 to 23.
Data Planning
Item |
Data |
---|---|
DHCP server |
The AC functions as a DHCP server to assign IP addresses to central APs, RUs, and STAs. |
IP address pool for central APs and RUs |
10.23.100.2-10.23.100.254/24 |
IP address pool for STAs |
10.23.101.2-10.23.101.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 |
|
Configuration Roadmap
- Configure the AC, RUs, central APs, and network devices to communicate at Layer 2.
- Select Config Wizard to configure system parameters for the AC.
- Select Config Wizard to configure the central APs and RUs to go online on the AC.
- Select Config Wizard to configure WLAN services on the AC.
- Deliver the WLAN services to the central APs and RUs, and verify the configuration.
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 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 switch to enable Layer 2 communication between the central AP and RUs. If a Huawei switch is used, interfaces on it are added to VLAN 1 by default and can communicate one another at Layer 2. Therefore, this configuration is not required on the switch. If a non-Huawei switch is used, perform the configuration to enable Layer 2 communication of uplink and downlink interfaces.
On the network between RUs and the central AP, service packets of STAs must be properly forwarded. In this example, the tunnel forwarding mode is used. Therefore, service VLAN packets do not need to be permitted between the central AP and RUs. If the direct forwarding mode is used, configure the network between the central AP and RUs to permit service VLAN packets depending on the central AP model.
- If the central AP is a gigabit AP (such as the AD9430DN-24), such configuration is not required on the switch. Because all service packets from RUs are first sent to the central AP through MAC-IN-MAC tunnels, these packets need to be permitted only from the upstream direction of the central AP.
- If the central AP is a 10GE AP (such as the AD9431DN-24X), add uplink and downlink interfaces on the switch to the service VLAN. Because service packets are forwarded starting from the upstream direction of RUs, these packets must be permitted from the upstream direction of RUs.
- Configure system parameters for the AC.
- Configure a central AP and RUs to go online.
- Configure WLAN services.
# Click Create. The Basic Information page is displayed.
# Set the SSID name, forwarding mode, and service VLAN.
# 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.
- Configure the RU channel and power.
- Verify the configuration.