< Home

Example for Configuring WMM and Priority Mapping

Configuration Process

You need to configure and maintain WLAN features and functions in different profiles. These WLAN profiles include regulatory domain profile, radio profile, VAP profile, AP system profile, AP wired port profile, WIDS profile, WDS profile, and Mesh profile. When configuring WLAN services, you need to set related parameters in the WLAN profiles and bind the profiles to the AP group or APs. Then the configuration is automatically delivered to and takes effect on the APs. WLAN profiles can reference one another; therefore, you need to know the relationships among the profiles before configuring them. For details about the profile relationships and their basic configuration procedure, see WLAN Service Configuration Procedure.

Networking Requirements

As shown in Figure 1, the AP is directly connected to the AC. An enterprise branch needs to deploy basic WLAN services for mobile office so that branch users can access internal network resources anywhere at any time.

Voice, video, and data services are transmitted within the coverage of the AP. Users expect that video services are preferentially forwarded by the AP and AC and have the highest priority to use wireless network resources.

Figure 1 Networking diagram for configuring priority mapping

Configuration Roadmap

The configuration roadmap is as follows:
  1. Configure basic WLAN services so that users can connect to the wireless network.
  2. Configure parameters used by the AP so that video services have higher priorities over voice and data services and preferentially use the bandwidth.
  3. Configure priority mapping in the traffic profile so that video services have higher priorities over voice and data services and preferentially use the bandwidth.
Table 1 Data planning

Item

Data

DHCP server

The AC functions as a DHCP server to assign IP addresses to the STAs and AP.

IP address pool for the AP

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

  • Name: ap-group1
  • Referenced profile: VAP profile wlan-vap, regulatory domain profile domain1 and 2G radio profile wlan-radio2g

Regulatory domain profile

  • Name: domain1
  • Country code: CN

SSID profile

  • Name: wlan-ssid
  • SSID name: wlan-net

Security profile

  • Name: wlan-security
  • Security policy: WPA2+PSK+AES
  • Password: a1234567

VAP profile

  • Name: wlan-vap
  • Forwarding mode: tunnel forwarding
  • Service VLAN: VLAN 101
  • Referenced profile: SSID profile wlan-ssid, security profile wlan-security and traffic profile traffic

2G radio profile

  • Name: wlan-radio2g
  • Configuring WMM.

Traffic profile

  • Name: traffic
  • Configuring priority mapping.

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.
    For details on how to configure traffic suppression, see How Do I Configure Multicast Packet Suppression to Reduce Impact of a Large Number of Low-Rate Multicast Packets on the Wireless Network?.
  • 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

  1. Set the NAC mode to unified on the AC so that users can connect to the network properly.

    <HUAWEI> system-view
    [HUAWEI] authentication unified-mode

    If the NAC mode is changed from traditional to unified, the unified mode takes effect after you save the configuration and restart the device.

  2. Configure SwitchA and the AC so that the AP and AC can transmit CAPWAP packets.

    # Add GE0/0/1 that connects SwitchA to the AP to management VLAN 100 and add GE0/0/2 that connects SwitchA to the AC to the same VLAN.

    <HUAWEI> system-view
    [HUAWEI] sysname SwitchA
    [SwitchA] vlan batch 100
    [SwitchA] interface gigabitethernet 0/0/1
    [SwitchA-GigabitEthernet0/0/1] port link-type trunk
    [SwitchA-GigabitEthernet0/0/1] port trunk pvid vlan 100
    [SwitchA-GigabitEthernet0/0/1] port trunk allow-pass vlan 100
    [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 100
    [SwitchA-GigabitEthernet0/0/2] quit

    # Add GE0/0/1 that connects the AC to SwitchA to VLAN 100.

    [HUAWEI] sysname AC
    [AC] vlan batch 100 101
    [AC] interface gigabitethernet 0/0/1
    [AC-GigabitEthernet0/0/1] port link-type trunk
    [AC-GigabitEthernet0/0/1] port trunk allow-pass vlan 100
    [AC-GigabitEthernet0/0/1] quit

  3. Configure the AC to communicate with the upstream device.

    Configure AC uplink interfaces to transparently transmit packets of service VLANs as required and communicate with the upstream device.

    # Add AC uplink interface GE0/0/2 to service VLAN 101.

    [AC] interface gigabitethernet 0/0/2
    [AC-GigabitEthernet0/0/2] port link-type trunk
    [AC-GigabitEthernet0/0/2] port trunk allow-pass vlan 101
    [AC-GigabitEthernet0/0/2] quit

  4. Configure the AC as a DHCP server to allocate IP addresses to STAs and the AP.

    # Configure the AC as the DHCP server to allocate an IP address to the AP from the IP address pool on VLANIF 100, and allocate IP addresses to STAs from the IP address pool on VLANIF 101.

    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.
    [AC] dhcp enable
    [AC] interface vlanif 100
    [AC-Vlanif100] ip address 10.23.100.1 24
    [AC-Vlanif100] dhcp select interface
    [AC-Vlanif100] quit
    [AC] interface vlanif 101
    [AC-Vlanif101] ip address 10.23.101.1 24
    [AC-Vlanif101] dhcp select interface
    [AC-Vlanif101] quit

  5. Configure the AP to go online.

    # Create an AP group and add the AP to the AP group.

    [AC] wlan
    [AC-wlan-view] ap-group name ap-group1
    [AC-wlan-ap-group-ap-group1] quit

    # Create a regulatory domain profile, configure the AC country code in the profile, and apply the profile to the AP group.

    [AC-wlan-view] regulatory-domain-profile name domain1
    [AC-wlan-regulate-domain-domain1] country-code cn
    [AC-wlan-regulate-domain-domain1] quit
    [AC-wlan-view] ap-group name ap-group1
    [AC-wlan-ap-group-ap-group1] regulatory-domain-profile domain1
    Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continue?[Y/N]:y  
    [AC-wlan-ap-group-ap-group1] quit
    [AC-wlan-view] quit

    # Configure the AC's source interface.

    [AC] capwap source interface vlanif 100
    # Import the AP offline on the AC and add the AP to AP group ap-group1. Assume that the AP's MAC address is 60de-4476-e360. Configure a name for the AP based on the AP's deployment location, so that you can know where the AP is deployed from its name. For example, name the AP area_1 if it is deployed in Area 1.

    The default AP authentication mode is MAC address authentication. If the default settings are retained, you do not need to run the ap auth-mode mac-auth command.

    In this example, the AP5030DN is used and has two radios: radio 0 (2.4 GHz radio) and radio 1 (5 GHz radio).

    [AC] wlan
    [AC-wlan-view] ap auth-mode mac-auth
    [AC-wlan-view] ap-id 0 ap-mac 60de-4476-e360
    [AC-wlan-ap-0] ap-name area_1
    Warning: This operation may cause AP reset. Continue? [Y/N]:y  
    [AC-wlan-ap-0] ap-group ap-group1
    Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configuration s of the radio, Whether to continue? [Y/N]:y  
    [AC-wlan-ap-0] quit

    # After the AP is powered on, run the display ap all command to check the AP state. If the State field is displayed as nor, the AP goes online normally.

    [AC-wlan-view] display ap all
    Total AP information: 
    nor  : normal          [1] 
    Extrainfo : Extra information 
    P  : insufficient power supply 
    -------------------------------------------------------------------------------------------------- 
    ID   MAC            Name   Group     IP            Type            State STA Uptime      ExtraInfo 
    -------------------------------------------------------------------------------------------------- 
    0    60de-4476-e360 area_1 ap-group1 10.23.100.254 AP5030DN        nor   0   10S         - 
    -------------------------------------------------------------------------------------------------- 
    Total: 1

  6. Configure WLAN service parameters.

    # Create security profile wlan-security and set the security policy in the profile.

    In this example, the security policy is set to WPA2+PSK+AES and password to a1234567. In actual situations, the security policy must be configured according to service requirements.

    [AC-wlan-view] security-profile name wlan-security
    [AC-wlan-sec-prof-wlan-security] security wpa2 psk pass-phrase a1234567 aes
    [AC-wlan-sec-prof-wlan-security] quit

    # Create SSID profile wlan-ssid and set the SSID name to wlan-net.

    [AC-wlan-view] ssid-profile name wlan-ssid
    [AC-wlan-ssid-prof-wlan-ssid] ssid wlan-net
    [AC-wlan-ssid-prof-wlan-ssid] quit

    # Create VAP profile wlan-vap, set the data forwarding mode and service VLAN, and apply the security profile and SSID profile to the VAP profile.

    [AC-wlan-view] vap-profile name wlan-vap
    [AC-wlan-vap-prof-wlan-vap] forward-mode tunnel
    [AC-wlan-vap-prof-wlan-vap] service-vlan vlan-id 101
    [AC-wlan-vap-prof-wlan-vap] security-profile wlan-security
    [AC-wlan-vap-prof-wlan-vap] ssid-profile wlan-ssid
    [AC-wlan-vap-prof-wlan-vap] quit

    # Bind VAP profile wlan-vap to the AP group and apply the profile to radio 0 and radio 1 of the AP.

    [AC-wlan-view] ap-group name ap-group1
    [AC-wlan-ap-group-ap-group1] vap-profile wlan-vap wlan 1 radio all
    [AC-wlan-ap-group-ap-group1] quit

  7. Set channels and power for the AP radios.

    Automatic channel and power calibration functions are enabled by default. The manual channel and power configurations take effect only when these two functions are disabled. The channel and power configuration for the AP radios in this example is for reference only. In actual scenarios, configure channels and power for AP radios based on country codes of APs and network planning results.

    # Disable automatic channel and power calibration functions of radio 0, and configure the channel and power for radio 0.
    [AC-wlan-view] ap-id 0
    [AC-wlan-ap-0] radio 0
    [AC-wlan-radio-0/0] calibrate auto-channel-select disable
    [AC-wlan-radio-0/0] calibrate auto-txpower-select disable
    [AC-wlan-radio-0/0] channel 20mhz 6
    Warning: This action may cause service interruption. Continue?[Y/N]y 
    [AC-wlan-radio-0/0] eirp 127
    [AC-wlan-radio-0/0] quit
    # Disable automatic channel and power calibration functions of radio 1, and configure the channel and power for radio 1.
    [AC-wlan-ap-0] radio 1
    [AC-wlan-radio-0/1] calibrate auto-channel-select disable
    [AC-wlan-radio-0/1] calibrate auto-txpower-select disable
    [AC-wlan-radio-0/1] channel 20mhz 149
    Warning: This action may cause service interruption. Continue?[Y/N]y 
    [AC-wlan-radio-0/1] eirp 127
    [AC-wlan-radio-0/1] quit
    [AC-wlan-ap-0] quit

  8. Configure the WMM function.

    # Create the 2G radio profile wlan-radio2g and configure the WMM function to enable video services to preferentially use network bandwidth.

    The following example configures a 2G radio profile. The configuration of the 5G radio profile is similar.

    [AC-wlan-view] radio-2g-profile name wlan-radio2g
    [AC-wlan-radio-2g-prof-wlan-radio2g] wmm edca-ap ac-vo ecw ecwmin 3 ecwmax 4 txoplimit 94
    [AC-wlan-radio-2g-prof-wlan-radio2g] wmm edca-ap ac-vi ecw ecwmin 2 ecwmax 3 txoplimit 47
    [AC-wlan-radio-2g-prof-wlan-radio2g] quit

    # Bind the 2G radio profile wlan-radio2g to the AP group ap-group1.

    [AC-wlan-view] ap-group name ap-group1
    [AC-wlan-ap-group-ap-group1] radio-2g-profile wlan-radio2g
    [AC-wlan-ap-group-ap-group1] quit

    # In the SSID profile wlan-ssid, configure the WMM function to enable video services to preferentially use network bandwidth.

    [AC-wlan-view] ssid-profile name wlan-ssid
    [AC-wlan-ssid-prof-wlan-ssid] wmm edca-client ac-vo ecw ecwmin 3 ecwmax 4 txoplimit 94
    [AC-wlan-ssid-prof-wlan-ssid] wmm edca-client ac-vi ecw ecwmin 2 ecwmax 3 txoplimit 47
    [AC-wlan-ssid-prof-wlan-ssid] quit

  9. Configure priority mapping.

    # Create the traffic profile traffic and configure priority mapping in the profile.

    By default, the user priority of voice packets is set to 6 or 7 on the terminal, and that of the video packets is set to 4 or 5.

    [AC-wlan-view] traffic-profile name traffic
    [AC-wlan-traffic-prof-traffic] priority-map downstream trust dscp
    [AC-wlan-traffic-prof-traffic] priority-map downstream dscp 48 to 55 dot11e 4
    [AC-wlan-traffic-prof-traffic] priority-map downstream dscp 56 to 63 dot11e 5
    [AC-wlan-traffic-prof-traffic] priority-map downstream dscp 32 to 39 dot11e 6
    [AC-wlan-traffic-prof-traffic] priority-map downstream dscp 40 to 47 dot11e 7
    [AC-wlan-traffic-prof-traffic] priority-map tunnel-upstream trust dot11e
    [AC-wlan-traffic-prof-traffic] priority-map tunnel-upstream dot11e 6 dscp 32
    [AC-wlan-traffic-prof-traffic] priority-map tunnel-upstream dot11e 7 dscp 40
    [AC-wlan-traffic-prof-traffic] priority-map tunnel-upstream dot11e 4 dscp 48
    [AC-wlan-traffic-prof-traffic] priority-map tunnel-upstream dot11e 5 dscp 56
    [AC-wlan-traffic-prof-traffic] quit

    # Bind the traffic profile traffic to the VAP profile wlan-vap.

    [AC-wlan-view] vap-profile name wlan-vap
    [AC-wlan-vap-prof-wlan-vap] traffic-profile traffic
    Warning: This action may cause service interruption. Continue?[Y/N]y 
    [AC-wlan-vap-prof-wlan-vap] quit

  10. Verify the configuration.

    Run the display radio-2g-profile command on the AC to check the configuration of the 2G radio profile.

    [AC-wlan-view] display radio-2g-profile name wlan-radio2g
    ------------------------------------------------------------                    
    Radio type                             : 802.11n                                
    Power auto adjust                      : disable                                
    Beacon interval(TUs)                    : 100
    Beamforming switch                     : disable                                
    Support short preamble                 : support                                
    Fragmentation threshold(Byte)          : 2346                                   
    Channel switch announcement            : enable                                 
    Channel switch mode                    : continue                               
    Guard interval mode                    : normal                                 
    HT A-MPDU switch                       : enable                                 
    HT A-MPDU length limit                 : 3                                      
    RTS-CTS-mode                           : cts-to-self                            
    RTS-CTS-threshold                      : 2347                                   
    802.11bg basic rate                    : 1 2                                    
    802.11bg support rate                  : 1 2 5 6 9 11 12 18 24 36 48 54         
    Multicast rate 2.4G                    : auto adapt
    Interference detect switch             : disable                                
    Co-channel frequency interference threshold(%)        : 50                      
    Adjacent-channel frequency interference threshold(%)  : 50                      
    Station interference threshold         : 32                                     
    WMM switch                             : enable                                 
    Mandatory switch                       : disable                                
    Auto-off start time                    : -
    Auto-off end time                      : -
    Wifi-light mode                        : signal-strength                        
    Utmost power switch                    : enable                                 
    Rrm-profile                            : default                                   
    Air-scan-profile                       : default 
    Smart-antenna                          : disable 
    ------------------------------------------------------------                    
    AP EDCA parameters:                                                             
    ---------------------------------------------------                             
           ECWmax  ECWmin  AIFSN  TXOPLimit(32us)  Ack-Policy                        
    AC_VO  4       3       1      94               normal                                 
    AC_VI  3       2       1      47               normal                                 
    AC_BE  6       4       3      0                normal                                 
    AC_BK  10      4       7      0                normal                            
    --------------------------------------------------- 

    Run the display ssid-profile command on the AC to check the configuration of the SSID profile.

    [AC-wlan-view] display ssid-profile name wlan-ssid
    -------------------------------------------------------------------             
    Profile ID                  : 1                                                 
    SSID                        : wlan-net                                       
    SSID hide                   : disable                                           
    Association timeout(min)    : 5                                                 
    Max STA number              : 64                                                
    Reach max STA SSID hide     : enable                                            
    Legacy station              : enable                                            
    DTIM interval               : 1                                                 
    Beacon 2.4G rate(Mbps)      : 1                                                 
    Beacon 5G rate(Mbps)        : 6                                                 
    Deny-broadcast-probe        : disable                                           
    Probe-response-retry num    : 1                                                 
    QOS CAR inbound CIR(kbit/s) : -                                                 
    QOS CAR inbound PIR(kbit/s) : -                                                 
    QOS CAR inbound CBS(byte)   : -                                                 
    QOS CAR inbound PBS(byte)   : -                                                 
    U-APSD                      : disable                                           
    Active dull client          : disable                                           
    MU-MIMO                     : disable                                           
    -------------------------------------------------------------------             
    WMM EDCA client parameters:                                  
    -------------------------------------------------------------------             
           ECWmax  ECWmin  AIFSN  TXOPLimit                                    
    AC_VO  4       3       2      94                                                
    AC_VI  3       2       2      47                                                
    AC_BE  10      4       3      0                                                 
    AC_BK  10      4       7      0                                            
    ------------------------------------------------------------------- 

    Run the display traffic-profile command on the AC to check the configuration of the traffic profile.

    [AC-wlan-view] display traffic-profile name traffic
    ----------------------------------------------------                            
    Profile ID                    : 1                                               
    Priority map downstream trust : DSCP                                            
    User isolate mode             : disable                                         
    Rate limit client up(Kbps)    : 4294967295                                      
    Rate limit client down(Kbps)  : 4294967295                                      
    Rate limit VAP up(Kbps)       : 4294967295                                      
    Rate limit VAP down(Kbps)     : 4294967295                                      
    IGMP snooping                 : disable                                         
    IGMP snooping report suppress : disable                                         
    IGMP snooping max bandwith(kbps) : -                                            
    IGMP snooping max user : -                                                      
    Traffic optimize sta bridge forward : enable                                    
    Traffic optimize broadcast suppression(pps): -                                  
    Traffic optimize multicast suppression(pps): -                                  
    Traffic optimize unicast suppression(pps): -                                    
    Traffic optimize multicast to unicast: disable                                  
      Dynamic adaptive                   : enable                                   
    Traffic remark inbound IPv4 ACL : -                                             
      Traffic remark inbound IPv4 type  : -                                         
      Traffic remark inbound IPv4 value : -                                         
    Traffic remark outbound IPv4 ACL: -                                             
      Traffic remark outbound IPv4 type : -                                         
      Traffic remark outbound IPv4 value: -                                         
    Priority map upstream trust   : 8021e                                           
    CAPWAP priority upstream map mode: 802.11e map DSCP              
                                       0 map 0                                      
                                       1 map 8                                      
                                       2 map 16                                     
                                       3 map 24                                     
                                       6 map 32                                     
                                       7 map 40                                     
                                       4 map 48                                     
                                       5 map 56                                     
    CAPWAP priority upstream map mode: 802.11e map 802.1p                           
                                       0 map 0                                      
                                       1 map 1                                      
                                       2 map 2                                      
                                       3 map 3                                      
                                       4 map 4                                      
                                       5 map 5                                      
                                       6 map 6                                      
                                       7 map 7                                      
    WMM priority downstream map mode: DSCP map 802.11e                              
                                      0-7 map 0                                     
                                      8-15 map 1                                    
                                      16-23 map 2                                   
                                      24-31 map 3                                   
                                      48-55 map 4                                   
                                      56-63 map 5                                   
                                      32-39 map 6                                   
                                      40-47 map 7
    WMM priority downstream map mode: 802.1p map 802.11e                            
                                      0 map 0                                       
                                      1 map 1                                       
                                      2 map 2                                       
                                      3 map 3                                       
                                      4 map 4                                       
                                      5 map 5                                       
                                      6 map 6                                       
                                      7 map 7                                       
    --------------------------------------------------------------------------------------------- 
    Traffic Type                        Direction  AppliedRecord                    
    ---------------------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------------------
    ----------------------------------------------------  

Configuration Files

  • SwitchA configuration file
    #
    sysname SwitchA
    #
    vlan batch 100
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk pvid vlan 100
     port trunk allow-pass vlan 100
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    return
  • AC configuration file

    #
     sysname AC
    #
    vlan batch 100 to 101
    #
    dhcp enable
    #
    interface Vlanif100
     ip address 10.23.100.1 255.255.255.0
     dhcp select interface
    #
    interface Vlanif101
     ip address 10.23.101.1 255.255.255.0
     dhcp select interface
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 101
    #
    capwap source interface vlanif100
    #
    wlan
     traffic-profile name traffic
      priority-map downstream dscp 48 to 55 dot11e 4
      priority-map downstream dscp 56 to 63 dot11e 5
      priority-map downstream dscp 32 to 39 dot11e 6
      priority-map downstream dscp 40 to 47 dot11e 7
      priority-map tunnel-upstream dot11e 6 dscp 32
      priority-map tunnel-upstream dot11e 7 dscp 40
      priority-map tunnel-upstream dot11e 4 dscp 48
      priority-map tunnel-upstream dot11e 5 dscp 56
     security-profile name wlan-security
      security wpa2 psk pass-phrase %^%#m"tz0f>~7.[`^6RWdzwCy16hJj/Mc!,}s`X*B]}A%^%# aes
     ssid-profile name wlan-ssid
      ssid wlan-net
      wmm edca-client ac-vi aifsn 2 ecw ecwmin 2 ecwmax 3 txoplimit 47
      wmm edca-client ac-vo aifsn 2 ecw ecwmin 3 ecwmax 4 txoplimit 94
     vap-profile name wlan-vap
      forward-mode tunnel
      service-vlan vlan-id 101
      ssid-profile wlan-ssid
      security-profile wlan-security
      traffic-profile traffic
     regulatory-domain-profile name domain1
     rrm-profile name default
      calibrate auto-channel-select disable
      calibrate auto-txpower-select disable
     radio-2g-profile name wlan-radio2g
      wmm edca-ap ac-vi aifsn 1 ecw ecwmin 2 ecwmax 3 txoplimit 47 ack-policy normal
      wmm edca-ap ac-vo aifsn 1 ecw ecwmin 3 ecwmax 4 txoplimit 94 ack-policy normal
     ap-group name ap-group1
      regulatory-domain-profile domain1
      radio 0
       radio-2g-profile wlan-radio2g
       vap-profile wlan-vap wlan 1
      radio 1
       vap-profile wlan-vap wlan 1
     ap-id 0 type-id 19 ap-mac 60de-4476-e360 ap-sn 210235554710CB000042
      ap-name area_1
      ap-group ap-group1
      radio 0
       channel 20mhz 6
       eirp 127
      radio 1
       channel 20mhz 149
       eirp 127
    #
    return
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >