Agile Distributed Wi-Fi Coverage
This section describes how to deploy agile distributed Wi-Fi coverage in a native AC solution. For details about deploying the native AC solution, see Native AC Solution: Core Switches Function as the Gateway for Wired and Wireless Users. In this example, the networking is similar to that in the native AC solution, but AP2 is used as a central AP to provide access to RUs deployed in hotel guest rooms, campus dormitories, and hospital wards. If more RUs are involved, the central AP can be connected to a switch for capacity expansion.
Device Requirements and Versions
Location |
Device Requirement |
Device Used in This Example |
Version Used in This Example |
---|---|---|---|
Core layer |
Modular switches configured with X series cards Layer 3 fixed switches that support the native AC function, such as S5720-HI switches |
S12708 |
V200R019C10 |
AP2 |
Central AP |
AD9430DN-24 |
V200R019C00 |
RU |
RU |
R450D |
V200R019C00 |
Data Plan
Item |
Data |
---|---|
AP group |
ap-group1 |
Name |
ru_1 ru_2 |
Procedure
- Configure network connectivity and WLAN services on AP1 and AP2. For details, see Native AC Solution: Core Switches Function as the Gateway for Wired and Wireless Users.
The following describes how to configure RUs and the access switch.
- Configure Switch to enable Layer 2 communication between the central AP and RUs. If a Huawei switch is used, this configuration can be skipped as interfaces on Huawei switches are added to VLAN 1 by default and can communicate at Layer 2. If a non-Huawei switch is used, perform the configuration to enable Layer 2 communication of uplink and downlink interfaces.On the network between the central AP and RUs, service packets of STAs must be properly forwarded. This example uses the tunnel forwarding mode. Therefore, you do not need to configure packets in service VLANs to pass between the central AP and RUs. If the direct forwarding mode is used, configure packets in the service VLANs to pass between the central AP and RUs. The configuration varies depending on the central AP model as follows:
For a gigabit central AP, such as AD9430DN-24, no configuration is required on Switch. All packets from RUs are transmitted to the central AP through the MAC-IN-MAC tunnel. Therefore, you only need to allow packets in the service VLANs to pass on the central AP in the uplink direction.
For a 10GE central AP, such as AD9431DN-24X, add the uplink and downlink interfaces on Switch to the service VLANs. Service packets are forwarded in the upstream direction of an RU. Therefore, packets in the service VLANs must be allowed in the uplink direction of RUs.
- Configure names for the RUs and add them to the AP group.
<CORE> system-view [CORE] wlan [CORE-wlan-view] ap-id 3 ap-mac 00e0-fc00-1220 [CORE-wlan-ap-3] ap-name ru_1 Warning: This operation may cause AP reset. Continue? [Y/N]:y [CORE-wlan-ap-3] ap-group ap-group1 Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configurations of the radio, whether to continue? [Y/N]:y Info: This operation may take a few seconds. Please wait for a moment.. done. [CORE-wlan-ap-3] quit [CORE-wlan-view] ap-id 4 ap-mac 00e0-fc00-1240 [CORE-wlan-ap-4] ap-name ru_2 Warning: This operation may cause AP reset. Continue? [Y/N]:y [CORE-wlan-ap-4] ap-group ap-group1 Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configurations of the radio, whether to continue? [Y/N]:y Info: This operation may take a few seconds. Please wait for a moment.. done. [CORE-wlan-ap-4] quit
- Run the display ap all command to check the RU state. If the State field is displayed as nor, the RUs go online properly.
[AC-wlan-view] display ap all Total AP information: nor : normal [4] ExtraInfo : Extra information P : insufficient power supply ------------------------------------------------------------------------------------------------------ ID MAC Name Group IP Type State STA Uptime ExtraInfo ------------------------------------------------------------------------------------------------------ 1 00e0-fc12-6660 area_1 ap-group1 192.168.20.220 AP6050DN nor 0 58S - 2 00e0-fc12-6670 area_2 ap-group1 192.168.20.163 AP6050DN nor 0 1M:40S - 3 00e0-fc00-1220 ru_1 ap-group1 192.168.20.165 R240D nor 0 3M:14S - 4 00e0-fc00-1240 ru_2 ap-group1 192.168.20.137 R240D nor 0 3M:14S - ------------------------------------------------------------------------------------------------------ Total: 4
After STAs find and associate with the SSID, wireless users can access the agile distributed Wi-Fi network.
Configuration Files
# AC configuration file
# ap-id 3 type-id 84 ap-mac 00e0-fc00-1220 ap-sn 21500826400000000208 ap-name ru_1 ap-group ap-group1 ap-id 4 type-id 84 ap-mac 00e0-fc00-1240 ap-sn 21500826400000000209 ap-name ru_2 ap-group ap-group1 # return