13-High availability

HomeSupportConfigure & DeployConfiguration ExamplesH3C Access Controllers Configuration Examples(V7)-6W10513-High availability
Table of Contents
Related Documents
22-Example for Configuring N+1 Backup and AP License Sync

Example for Configuring N+1 Backup and AP License Synchronization

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Copyright ©2026 New H3C Technologies Co., Ltd. All rights reserved.

No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of New H3C Technologies Co., Ltd.

Except for the trademarks of New H3C Technologies Co., Ltd., any trademarks that may be mentioned in this document are the property of their respective owners.

The information in this document is subject to change without notice.



Example: Configuring N+1 backup and AP license synchronization

Introduction

This document provides an example for configuring N+1 backup and AP license synchronization in the multi-AC scenario. This configuration helps enhance network reliability and simplify license configuration.

Network configuration

As shown in Figure 1, AP 1 is attached to AC 1 for network access, and AP 2 is attached to AC 2 for network access. Switch 1 acts the DHCP server to assign IP addresses to both the APs and the clients. The network meets the following requirements:

·     N+1 backup is configured. AC 1 and AC 2 act as master ACs, and AC 3 acts as backup AC. When AC 1 or AC 2 fails, AC 3 takes over to provide network access for the APs and the clients.

·     AP licenses are installed on both AC 1 and AC 2. AC 3 share the AP licenses of AC 1 and AC 2. When AC 1 or AC 2 fails, the APs can continue to use the licenses on AC 3.

Figure 1 Network diagram

 

Restrictions and guidelines

·     When you configure N+1 backup, make sure the ACs are of the same AC model. This feature provides backup services for only one failed master AC at a time.

·     N+1 backup is a cold backup method. During a master/backup AC switchover, the APs and clients associated with the failed AC will be disconnected. Network services might take several minutes to recover.

·     Before you configure services, install licenses on each master AC. AP licenses are not shared between master ACs. Only the backup AC share the AP licenses of master ACs.

·     Before you enable AP license synchronization, you must specify IP addresses and roles for the AC and its member ACs in the AP license synchronization group.

·     If one AC is disconnected for more than 30 days, its AP licenses will become invalid on the member AC. Newly connected APs cannot use the shared AP licenses, but online APs will not be disconnected.

·     When you configure the serial number for an AP, make sure the serial number uniquely identifies the AP.

Procedures

Configuring Switch 1

1.     Configure interfaces on Switch 1.

# Create VLAN 100, which is used to forward traffic inside the CAPWAP tunnels between ACs and APs.

<Switch1> system-view

[Switch1] vlan 100

[Switch1-vlan100] quit

# Assign IP address 10.1.1.1/16 to VLAN-interface 100.

[Switch1] interface vlan-interface 100

[Switch1-Vlan-interface100] ip address 10.1.1.1 16

[Switch1-Vlan-interface100] quit

# Create VLAN 200, which is used to forward the packets of wireless clients.

[Switch1] vlan 200

[Switch1-vlan200] quit

# Assign IP address 192.1.1.1/24 to VLAN-interface 200.

[Switch1] interface vlan-interface 200

[Switch1-Vlan-interface200] ip address 192.1.1.1 24

[Switch1-Vlan-interface200] quit

# Configure GigabitEthernet 1/0/1 (interface connected to AC 1) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[Switch1] interface gigabitethernet 1/0/1

[Switch1-GigabitEthernet1/0/1] port link-type trunk

[Switch1-GigabitEthernet1/0/1] port trunk permit vlan 100 200

[Switch1-GigabitEthernet1/0/1] quit

# Configure GigabitEthernet 1/0/2 (interface connected to AC 2) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[Switch1] interface gigabitethernet 1/0/2

[Switch1-GigabitEthernet1/0/2] port link-type trunk

[Switch1-GigabitEthernet1/0/2] port trunk permit vlan 100 200

[Switch1-GigabitEthernet1/0/2] quit

# Configure GigabitEthernet 1/0/3 (interface connected to AC 3) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[Switch1] interface gigabitethernet 1/0/3

[Switch1-GigabitEthernet1/0/3] port link-type trunk

[Switch1-GigabitEthernet1/0/3] port trunk permit vlan 100 200

[Switch1-GigabitEthernet1/0/3] quit

# Configure GigabitEthernet 1/0/4 (interface connected to Switch 2) as an access port, and assign it to VLAN 100.

[Switch1] interface gigabitethernet 1/0/4

[Switch1-GigabitEthernet1/0/4] port link-type access

[Switch1-GigabitEthernet1/0/4] port access vlan 100

[Switch1-GigabitEthernet1/0/4] quit

2.     Configure DHCP.

# Create DHCP address pool 100 to assign an IP address to AP 1.

[Switch1] dhcp server ip-pool 100

[Switch1-dhcp-pool-100] network 10.1.0.0 mask 255.255.0.0

[Switch1-dhcp-pool-100] gateway-list 10.1.1.1

# Configure Option 43, enabling the APs to obtain the IP addresses of AC 1, AC 2, and AC 3.

[Switch1-dhcp-pool-100] option 43 hex 010c0a0101020a0101030a010104

[Switch1-dhcp-pool-100] quit

# Create DHCP address pool 200 to assign IP addresses to the clients.

[Switch1] dhcp server ip-pool 200

[Switch1-dhcp-pool-200] network 192.1.1.0 mask 255.255.255.0

[Switch1-dhcp-pool-200] gateway-list 192.1.1.1

[Switch1-dhcp-pool-200] dns-list 192.1.1.1

[Switch1-dhcp-pool-200] quit

# Enable DHCP.

[Switch1] dhcp enable

Configuring Switch 2

1.     Create VLAN 100, which is used to forward traffic inside the CAPWAP tunnel between the ACs and the APs.

<Switch2> system-view

[Switch2] vlan 100

[Switch2-vlan100] quit

2.     Configure GigabitEthernet 1/0/1 (interface connected to Switch 1) as an access port, and assign it to VLAN 100.

[Switch2] interface gigabitethernet 1/0/1

[Switch2-GigabitEthernet1/0/1] port link-type access

[Switch2-GigabitEthernet1/0/1] port access vlan 100

[Switch2-GigabitEthernet1/0/1] quit

3.     Configure GigabitEthernet 1/0/2 (interface connected to AP 1) as an access port, and assign it to VLAN 100.

[Switch2] interface gigabitethernet 1/0/2

[Switch2-GigabitEthernet1/0/2] port link-type access

[Switch2-GigabitEthernet1/0/2] port access vlan 100

4.     Enable PoE.

[Switch2-GigabitEthernet1/0/2] poe enable

[Switch2-GigabitEthernet1/0/2] quit

5.     Configure GigabitEthernet 1/0/3 (interface connected to AP 2) as an access port, and assign it to VLAN 100.

[Switch2] interface gigabitethernet 1/0/3

[Switch2-GigabitEthernet1/0/3] port link-type access

[Switch2-GigabitEthernet1/0/3] port access vlan 100

6.     Enable PoE.

[Switch2-GigabitEthernet1/0/3] poe enable

[Switch2-GigabitEthernet1/0/3] quit

Configuring AC 1

1.     Install licenses.

# Install licenses on AC 1. (Details not shown.)

2.     Configure interfaces on AC 1.

# Create VLAN 100 and VLAN-interface 100, and then assign IP address 10.1.1.2/16 to VLAN-interface 100. AP 1 uses the IP address to establish a CAPWAP tunnel with AC 1.

<AC1> system-view

[AC1] vlan 100

[AC1-vlan100] quit

[AC1] interface vlan-interface 100

[AC1-Vlan-interface100] ip address 10.1.1.2 16

[AC1-Vlan-interface100] quit

# Create VLAN 200 and VLAN-interface 200, and then assign IP address 192.1.1.2/24 to VLAN-interface 200. This VLAN is used to forward the packets of wireless clients.

[AC1] vlan 200

[AC1-vlan200] quit

[AC1] interface vlan-interface 200

[AC1-Vlan-interface200] ip address 192.1.1.2 24

[AC1-Vlan-interface200] quit

# Configure GigabitEthernet 1/0/1 (interface connected to Switch 1) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[AC1] interface gigabitethernet 1/0/1

[AC1-GigabitEthernet1/0/1] port link-type trunk

[AC1-GigabitEthernet1/0/1] port trunk permit vlan 100 200

[AC1-GigabitEthernet1/0/1] quit

3.     Configure a wireless service.

# Create service template 1 and enter its view.

[AC1] wlan service-template 1

# Set the SSID of the service template to service1.

[AC1-wlan-st-1] ssid service1

# Assign clients coming online through service template 1 to VLAN 200.

[AC1-wlan-st-1] vlan 200

# Specify WEP40 as the cipher suite, set the WEP key ID to 1, and configure plain text 12345 as the WEP key.

[AC1-wlan-st-1] cipher-suite wep40

[AC1-wlan-st-1] wep key 1 wep40 pass-phrase simple 12345

[AC1-wlan-st-1] wep key-id 1

# Set the client data forwarder to AC. You can skip this step if the default client data forwarder is AC.

[AC1-wlan-st-1] client forwarding-location ac

# Enable the service template.

[AC1-wlan-st-1] service-template enable

[AC1-wlan-st-1] quit

4.     Configure AP settings.

 

 

NOTE:

As a best practice, configure wireless settings on a per-AP group basis in large-scale networks.

 

# Create manual AP ap1, and set the AP model to WA6320 and serial ID to 219801A28N819CE0002T.

[AC1] wlan ap ap1 model WA6320

[AC1-wlan-ap-ap1] serial-id 219801A28N819CE0002T

[AC1-wlan-ap-ap1] quit

# Create AP group group1, and create an AP grouping rule by AP names.

[AC1] wlan ap-group group1

[AC1-wlan-ap-group-group1] ap ap1

# Bind service template 1 to radio 2 in AP group group1.

[AC1-wlan-ap-group-group1] ap-model WA6320

[AC1-wlan-ap-group-group1-ap-model-WA6320] radio 2

[AC1-wlan-ap-group-group1-ap-model-WA6320-radio-2] service-template 1

# Enable radio 2.

[AC1-wlan-ap-group-group1-ap-model-WA6320-radio-2] radio enable

[AC1-wlan-ap-group-group1-ap-model-WA6320-radio-2] quit

[AC1-wlan-ap-group-group1-ap-model-WA6320] quit

[AC1-wlan-ap-group-group1] quit

5.     Configure the AP license synchronization feature.

# Configure the management VLAN interface address of AC 1 as the local AC in the AP license synchronization group, configure the management VLAN interface addresses of AC 2 and AC 3 as member ACs, and configure AC 3 as backup.

[AC1] wlan ap-license-group

[AC1-wlan-als-group] local ip 10.1.1.2

[AC1-wlan-als-group] member ip 10.1.1.3

[AC1-wlan-als-group] member ip 10.1.1.4 backup

[AC1-wlan-als-group] ap-license-synchronization enable

[AC1-wlan-als-group] quit

Configuring AC 2

1.     Install licenses.

# Install licenses on AC 2. (Details not shown.)

2.     Configure interfaces on AC 2.

# Create VLAN 100 and VLAN-interface 100, and then assign IP address 10.1.1.3/16 to VLAN-interface 100. AP 2 uses the IP address to establish a CAPWAP tunnel with AC 2.

<AC2> system-view

[AC2] vlan 100

[AC2-vlan100] quit

[AC2] interface Vlan-interface 100

[AC2-Vlan-interface100] ip address 10.1.1.3 16

[AC2-Vlan-interface100] quit

# Create VLAN 200 and VLAN-interface 200, and then assign IP address 192.1.1.3/24 to VLAN-interface 200. This VLAN is used to forward the packets of wireless clients.

[AC2] vlan 200

[AC2-vlan200] quit

[AC2] interface vlan-interface 200

[AC2-Vlan-interface200] ip address 192.1.1.3 24

[AC2-Vlan-interface200] quit

# Configure GigabitEthernet 1/0/1 (interface connected to Switch 1) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[AC2] interface gigabitethernet 1/0/1

[AC2-GigabitEthernet1/0/1] port link-type trunk

[AC2-GigabitEthernet1/0/1] port trunk permit vlan 100 200

[AC2-GigabitEthernet1/0/1] quit

3.     Configure a wireless service.

# Create service template 2 and enter its view.

[AC2] wlan service-template 2

# Set the SSID of the service template to service2.

[AC2-wlan-st-2] ssid service2

# Assign clients coming online through service template 2 to VLAN 200.

[AC2-wlan-st-2] vlan 200

# Specify WEP40 as the cipher suite, set the WEP key ID to 1, and configure plain text 12345 as the WEP key.

[AC2-wlan-st-2] cipher-suite wep40

[AC2-wlan-st-2] wep key 1 wep40 pass-phrase simple 12345

[AC2-wlan-st-2] wep key-id 1

# Set the client data forwarder to AC. You can skip this step if the default client data forwarder is AC.

[AC2-wlan-st-2] client forwarding-location ac

# Enable the service template.

[AC2-wlan-st-2] service-template enable

[AC2-wlan-st-2] quit

4.     Configure AP settings.

 

 

NOTE:

As a best practice, configure wireless settings on a per-AP group basis in large-scale networks.

 

# Create manual AP ap2, and set the AP model to WA6320 and serial ID to 219801A28N819CE0002R.

[AC2] wlan ap ap2 model WA6320

[AC2-wlan-ap-ap2] serial-id 219801A28N819CE0002R

[AC2-wlan-ap-ap2] quit

# Create AP group group2, and create an AP grouping rule by AP names.

[AC2] wlan ap-group group2

[AC2-wlan-ap-group-group2] ap ap2

# Bind service template 2 to radio 2 in AP group group2.

[AC2-wlan-ap-group-group2] ap-model WA6320

[AC2-wlan-ap-group-group2-ap-model-WA6320] radio 2

[AC2-wlan-ap-group-group2-ap-model-WA6320-radio-2] service-template 2

# Enable radio 2.

[AC2-wlan-ap-group-group2-ap-model-WA6320-radio-2] radio enable

[AC2-wlan-ap-group-group2-ap-model-WA6320-radio-2] quit

[AC2-wlan-ap-group-group2-ap-model-WA6320] quit

[AC2-wlan-ap-group-group2] quit

5.     Configure the AP license synchronization feature.

# Configure the management VLAN interface address of AC 2 as the local AC in the AP license synchronization group, configure the management VLAN interface addresses of AC 1 and AC 3 as member ACs, and configure AC 3 as backup.

[AC2] wlan ap-license-group

[AC2-wlan-als-group] local ip 10.1.1.3

[AC1-wlan-als-group] member ip 10.1.1.2

[AC2-wlan-als-group] member ip 10.1.1.4 backup

[AC2-wlan-als-group] ap-license-synchronization enable

[AC2-wlan-als-group] quit

Configuring AC 3

1.     Configure interfaces on AC 3.

# Create VLAN 100 and VLAN-interface 100, and then assign IP address 10.1.1.4/16 to VLAN-interface 100. When AC 1 fails, AP 1 uses the IP address to establish a CAPWAP tunnel with AC 3.

<AC3> system-view

[AC3] vlan 100

[AC3-vlan100] quit

[AC3] interface Vlan-interface 100

[AC3-Vlan-interface100] ip address 10.1.1.4 16

[AC3-Vlan-interface100] quit

# Create VLAN 200 and VLAN-interface 200, and then assign IP address 192.1.1.4/24 to VLAN-interface 200. This VLAN is used to forward the packets of wireless clients.

[AC3] vlan 200

[AC3-vlan200] quit

[AC3] interface vlan-interface 200

[AC3-Vlan-interface200] ip address 192.1.1.4 24

[AC3-Vlan-interface200] quit

# Configure GigabitEthernet 1/0/1 (interface connected to Switch 1) as a trunk port, and assign it to VLAN 100 and VLAN 200.

[AC3] interface gigabitethernet 1/0/1

[AC3-GigabitEthernet1/0/1] port link-type trunk

[AC3-GigabitEthernet1/0/1] port trunk permit vlan 100 200

[AC3-GigabitEthernet1/0/1] quit

2.     Configure wireless services and AP settings as you do on AC 1 and AC 2. For more information, see "Configure a wireless service.", "Configure AP settings.", "Configure a wireless service.", and "Configure AP settings.".

3.     Decrease the connection priority of AP 1 and AP 2 for AC 3 to a value lower than that for AC 1 and AC 2. This practice ensures that the APs preferentially connect to AC 1 or AC 2, and turn to AC 3 only if AC 1 or AC 2 fails.

# Create AP group group1, and then set the AP connection priority to 3 for the AC.

[AC3] wlan ap-group group1

[AC3-wlan-ap-group-group1] priority 3

# Create AP group group2, and then set the AP connection priority to 3 for the AC.

[AC3] wlan ap-group group2

[AC3-wlan-ap-group-group2] priority 3

4.     Configure the AP license synchronization feature.

# Configure the management VLAN interface address of AC 3 as the local AC in the AP license synchronization group, configure AC 3 as backup, and configure the management VLAN interface addresses of AC 1 and AC 2 as member ACs.

[AC3] wlan ap-license-group

[AC3-wlan-als-group] local ip 10.1.1.4 backup

[AC3-wlan-als-group] member ip 10.1.1.2

[AC3-wlan-als-group] member ip 10.1.1.3

[AC3-wlan-als-group] ap-license-synchronization enable

[AC3-wlan-als-group] quit

Verifying the configuration

1.     On AC 1, execute the display wlan ap-license-group command to display AP license synchronization group information. An AP license synchronization group has been created, and the number of licenses in the AP license synchronization group equals the sum of licenses installed on AC 1 and AC 2.

<AC1> display wlan ap-license-group

 Group total licenses: 256

 Group used licenses: 1

 AP license synchronization: Enabled

 Local IP: 10.1.1.2

 Local role: Master

 Member information: 2

 IP address        Total      Used      Member role      State      Online duration

 10.1.1.2          0          0          Master            UP         00hr 1min 51sec

10.1.1.3          0          0          Master            UP         00hr 1min 51sec

 10.1.1.4          0          0          Backup            UP         00hr 1min 51sec

2.     On AC 1, execute the display wlan ap all command to verify that AP 1 is in R/M state.

<AC1> display wlan ap all

Total number of APs: 1

Total number of connected APs: 1

Total number of connected manual APs: 1

Total number of connected auto APs: 0

Total number of connected common APs: 1

Total number of connected WTUs: 0

Total number of inside APs: 0

Maximum supported APs: 384

Remaining APs: 383

Total AP licenses: 128

Local AP licenses: 128

Server AP licenses: 0

Remaining local AP licenses: 127

Sync AP licenses: 0

 

                                  AP information

 State : I = Idle,      J  = Join,       JA = JoinAck,    IL = ImageLoad

         C = Config,    DC = DataCheck,  R  = Run,   M = Master,  B = Backup

 

AP name                        APID  State Model           Serial ID

ap1                            1     R/M   WA6320          219801A28N819CE0002T

3.     Shut down VLAN-interface 100 on AC 1, and then verify that AP 1 can access the wireless network via AC 3 after a period. The waiting time depends on the CAPWAP tunnel keepalive timer. The default keepalive timer is 30 seconds. In centralized forwarding mode, master/backup AC switchover will cause traffic interruption.

On AC 3, execute the display wlan ap all command to verify that AP 1 is in R/M state.

<AC2> display wlan ap all

Total number of APs: 1

Total number of connected APs: 1

Total number of connected manual APs: 1

Total number of connected auto APs: 0

Total number of connected common APs: 1

Total number of connected WTUs: 0

Total number of inside APs: 0

Maximum supported APs: 384

Remaining APs: 383

Total AP licenses: 128

Local AP licenses: 0

Server AP licenses: 0

Remaining local AP licenses: 127

Sync AP licenses: 128

 

                                  AP information

 State : I = Idle,      J  = Join,       JA = JoinAck,    IL = ImageLoad

         C = Config,    DC = DataCheck,  R  = Run,   M = Master,  B = Backup

 

AP name                        APID  State Model           Serial ID

ap1                            1     R/M   WA6320          219801A28N819CE0002T

Configuration files

Switch 1

#

 dhcp enable

#

vlan 100

#

vlan 200

#

dhcp server ip-pool 100

 network 10.1.0.0 mask 255.255.0.0

 gateway-list 10.1.1.1

 option 43 hex 010c0a0101020a0101030a010104

#

dhcp server ip-pool 200

 network 192.168.1.0 mask 255.255.0.0

 gateway-list 192.168.1.1

#

interface Vlan-interface100

 ip address 10.1.1.1 255.255.0.0

#

interface Vlan-interface200

 ip address 192.168.1.1 255.255.0.0

#

interface GigabitEthernet1/0/1

 port link-type trunk

 port trunk permit vlan 100 200

#

interface GigabitEthernet1/0/2

 port link-type trunk

 port trunk permit vlan 100 200

#

interface GigabitEthernet1/0/3

 port link-type trunk

port trunk permit vlan 100 200

#

interface GigabitEthernet1/0/4

port link-type access

 port access vlan 100

#

Switch 2

#

vlan 100

#

interface GigabitEthernet1/0/1

 port link-type trunk

 port trunk permit vlan 100

#

interface GigabitEthernet1/0/2

 port link-type access

 port access vlan 100

 poe enable

#

interface GigabitEthernet1/0/3

 port link-type access

 port access vlan 100

 poe enable

#

AC 1

#

vlan 100

#

vlan 200

#

wlan service-template 1

 ssid service1

client forwarding-location ac

 vlan 200

 cipher-suite wep40

 wep key 1 wep40 pass-phrase cipher $c$3$3biXGrrILUAd5QTBAPer4VkW7K1rLoGn

 service-template enable

#

interface Vlan-interface100

 ip address 10.1.1.2 255.255.0.0

#

interface Vlan-interface200

 ip address 192.1.1.2 255.255.255.0

#

interface GigabitEthernet1/0/1

 port link-type trunk

 port trunk permit vlan 100 200

#

wlan ap-group group1

 ap ap1

 ap-model WA6320

  radio 2

   radio enable

   service-template 1

#

wlan ap ap1 model WA6320

 serial-id 219801A28N819CE0002T

#

wlan ap-license-group

 local ip 10.1.1.2

 member ip 10.1.1.3

 member ip 10.1.1.4 backup

 ap-license-synchronization enable

#

AC 2

#

vlan 100

#

vlan 200

#

wlan service-template 2

 ssid service2

client forwarding-location ac

 vlan 200

 cipher-suite wep40

 wep key 1 wep40 pass-phrase cipher $c$3$3biXGrrILUAd5QTBAPer4VkW7K1rLoGn

 service-template enable

#

interface Vlan-interface100

 ip address 10.1.1.3 255.255.0.0

#

interface Vlan-interface200

 ip address 192.1.1.3 255.255.255.0

#

interface GigabitEthernet1/0/1

 port link-type trunk

 port trunk permit vlan 100 200

#

wlan ap-group group2

 ap ap2

 ap-model WA6320

  radio 2

   radio enable

   service-template 2

#

wlan ap ap2 model WA6320

 serial-id 219801A28N819CE0002R

#

wlan ap-license-group

 local ip 10.1.1.3

 member ip 10.1.1.2

 member ip 10.1.1.4 backup

 ap-license-synchronization enable

#

AC 3

#

vlan 100

#

vlan 200

#

interface Vlan-interface100

 ip address 10.1.1.4 255.255.0.0

#

interface Vlan-interface200

 ip address 192.1.1.4 255.255.255.0

#

interface GigabitEthernet1/0/1

 port link-type trunk

 port trunk permit vlan 100 200

#

wlan service-template 1

 ssid service1

client forwarding-location ac

 vlan 200

 cipher-suite wep40

 wep key 1 wep40 pass-phrase cipher $c$3$3biXGrrILUAd5QTBAPer4VkW7K1rLoGn

 service-template enable

#

wlan service-template 2

 ssid service2

client forwarding-location ac

 vlan 200

 cipher-suite wep40

 wep key 1 wep40 pass-phrase cipher $c$3$Eq4mFSj3trUwrfIyEM8c36/qh5RWE0aN

 service-template enable

#

wlan ap-group group1

 priority 3

ap ap1

 ap-model WA6320

  radio 2

   radio enable

   service-template 1

#

wlan ap-group group2

 priority 3

ap ap2

 ap-model WA6320

  radio 2

   radio enable

   service-template 2

#

wlan ap ap1 model WA6320

 serial-id 219801A28N819CE0002T

#

wlan ap ap2 model WA6320

 serial-id 219801A28N819CE0002R

#

wlan ap-license-group

 local ip 10.1.1.4 backup

 member ip 10.1.1.2

 member ip 10.1.1.3

 ap-license-synchronization enable

#

Related documentation

·     AP Management Configuration Guide in H3C Access Controllers Configuration Guides

·     AP Management Command Reference in H3C Access Controllers Command References

·     WLAN High Availability Configuration Guide in H3C Access Controllers Configuration Guides

·     WLAN High Availability Command Reference in H3C Access Controllers Command References

·     AP License Synchronization Configuration Guide in H3C Access Controllers Configuration Guides

·     AP License Synchronization Command Reference in H3C Access Controllers Command References

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us