- Table of Contents
-
- 15-WLAN advanced features
- 01-Example for Configuring WLAN Probe
- 02-Example for Configuring Multicast Optimization
- 03-Example for Configuring Client Rate Limiting
- 04-Example for Configuring WLAN Load Balancing
- 05-Example for Configuring the WLAN Static Blacklist
- 06-Example for Configuring Client Quantity Control
- 07-Example for Configuring iBeacon Transmission for a BLE Module
- 08-Example for Configuring Medical RFID Tag Management
- 09-Example for Configuring iBeacon Management
- 10-Example for Configuring a Mesh Link Between a Fit AP and a Fat AP
- 11-Example for Configuring a Mesh Link Between Fit APs
- 12-Example for Configuring Auto-DFS and Auto-TPC
- 13-Example for Configuring Dual-Uplink Interfaces
- 14-Example for Configuring AP Image Downloading
- 15-Examples for Configuring Centralized Management of Cloud-Managed APs
- 16-Example for Configuring AeroScout Wi-Fi Tag Location
- 17-Example for Configuring the WLAN-based E-Schoolbag service
- 18-Example for Configuring AP Name-based Filtering and Control for the Bonjour Gateway
- 19-Example for Configuring AP Position-based Filtering and Control for the Bonjour Gateway
- 20-Example for Configuring AP Group-based Filtering and Control for the Bonjour Gateway
- Related Documents
-
| Title | Size | Download |
|---|---|---|
| 14-Example for Configuring AP Image Downloading | 160.86 KB |
Example: Configuring AP image downloading
Introduction
The following information provides an example for configuring AP image downloading.
Network configuration
As shown in Figure 1, the AC is attached to the Layer 2 switch in hair-pin mode. The Layer 3 switch acts as the DHCP server to assign IP addresses to APs and the Layer 2 switch supplies power to APs through PoE. Configure AP image downloading to reduce time consumed by AC and AP upgrade.
Restrictions and guidelines
· Before restarting the AC, save the running configuration.
· Make sure all APs to be upgraded are online when you configure the AC to deploy the image to APs.
· Typically, the system can deploy an image to 500 to 1000 APs per hour. Reserve sufficient time for image downloading.
· If an AP goes offline during image downloading, the downloading process for the AP is terminated. To upgrade the AP, you must configure the AC to deploy an image to the AP manually after the AP comes online.
Procedures
Configuring the AC
View the current software version of the AC.
<AC> display version
H3C Comware Software, Version 7.1.064, Release 5446
Copyright (c) 2004-2021 New H3C Technologies Co., Ltd. All rights reserved.
H3C WX5580H uptime is 0 weeks, 0 days, 20 hours, 51 minutes
Last reboot reason : User soft reboot
---- More ----
Configure the AC to download the image file and specify the file as the next startup configuration file:
# Configure the AC to download the image file. In this example, the TFTP server address is 192.168.0.1 and the image file name is test.ipe.
<AC> tftp 192.168.0.1 get test.ipe
Press CTRL+C to abort.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 610.9M 100 610.9M 0 0 1206k 0 0:08:29 0:08:29 --:--:-- 1206k
Writing file...Done.
# Specify the file as the main next startup configuration file.
<AC> boot-loader file cfa0:/test.ipe all main
Deploy the image to all online APs.
<AC> system-view
[AC] wlan ap-image-deploy all
View information about image downloading:
# Display AP image downloading information, including the downloading progress, time consumed, and the numbers of APs to be upgraded, succeeded APs, ongoing APs, and failed APs.
[AC] display wlan ap statistics image-download
Completed : 50%
Time consumed : 03min 58s
Max. concurrent image downloads APs : 416
AP count:
Total to download : 20
Success : 9
In-progress : 10
Failed : 1
# Display APs that have failed to download images.
[AC] display wlan ap statistics image-download failed
AP name Failure reason
ap2 Tunnel down
# Resolve the issues that caused the failure. In this example, make AP 2 come online again.
# Re-deploy the image to the APs that have failed to download images.
[AC] wlan ap-image-deploy name ap2
Save the running configuration and restart the AC and APs:
# Verify that all APs have obtained the image. Then, save the running configuration.
[AC] save startup.cfg
The current configuration will be saved to cfa0:/startup.cfg. Continue? [Y/N]:y
cfa0:/startup.cfg exists, overwrite? [Y/N]:
Saving configuration cfa0:/startup.cfg.Please wait...
Configuration is saved to device successfully.
[AC] quit
# Restart all APs and restart the AC at the same time.
<AC> reset wlan ap all
Reset APs that have established or are to establish primary tunnels with the AC. Continue? [Y/N]:y
<AC> reboot
Start to check configuration with next startup configuration file, please wait.........DONE!
This command will reboot the device. Continue? [Y/N]:y
Now rebooting, please wait...
Verifying the configuration
# Verify the AC version.
<AC> display version
H3C Comware Software, Version 7.1.064, Release 5447
Copyright (c) 2004-2021 New H3C Technologies Co., Ltd. All rights reserved.
H3C WX5580H uptime is 0 weeks, 0 days, 0 hours, 10 minutes
Last reboot reason : User soft reboot
---- More ----
# Verify the version of any AP.
<Sysname> display wlan ap name ap1 verbose
AP name : ap1
AP ID : 1
AP group name : default-group
State : Run
Backup type : Master
Online time : 0 days 0 hours 12 minutes 12 seconds
System uptime : 0 days 0 hours 22 minutes 12 seconds
Model : WA6320
Region code : CN
Region code lock : Disable
Serial ID : 219801A28N819CE0002T
MAC address : 0AFB-423B-893C
IP address : 192.168.0.50
UDP control port number : 18313
UDP data port number : N/A
H/W version : Ver.C
S/W version : R5447
---- More ----
Related documentation
· AP Management Configuration Guide in H3C Access Controllers Configuration Guides
· AP Management Command Reference in H3C Access Controllers Command References

