Configure an AP by using at least one of the two methods, manual AP creation and automatic AP configuration.
Create a manual AP:
# Create a manual AP named
[FW] wlan ap ap1 model WA6520
[FW-wlan-ap-ap1] serial-id 219801A3L58246P0046S
[FW-wlan-ap-ap1] quit
Configure auto APs:
# Enable the auto AP feature. The name of an auto AP is the MAC address of the AP.
[FW] wlan auto-ap enable
# Convert online auto APs to manual APs. Choose the options to configure as needed:
Convert all APs to manual APs.
[FW] wlan auto-ap persistent all
Enable automatic conversion from auto APs to manual APs. This command takes effect only on auto APs that come online after you execute this command. For auto APs that are already online, use the
[FW] wlan auto-persistent enable
Configure the global region code for APs.
[FW] wlan global-configuration
[FW-wlan-global-configuration] region-code AT
Configure service template
# Configure SSID as
[FW] wlan service-template service1
[FW-wlan-st-service1] ssid WiFi_example
[FW-wlan-st-service1] vlan 20
# Configure the identity authentication and key management mode as PSK, use the plaintext string
[FW-wlan-st-service1] akm mode psk
[FW-wlan-st-service1] preshared-key pass-phrase simple User@1234
[FW-wlan-st-service1] cipher-suite ccmp
[FW-wlan-st-service1] security-ie wpa
# Enable the service template.
[FW-wlan-st-service1] service-template enable
[FW-wlan-st-service1] quit
Bind the service template to the RF radios
[FW-wlan-ap-ap1] radio 2
[FW-wlan-ap-ap1-radio-2] service-template service1
[FW-wlan-ap-ap1-radio-2] radio enable
[FW-wlan-ap-ap1-radio-2] return
<FW>