- Preface
- Using the Command-Line Interface
- Using the Web Graphical User Interface
- Administering the System
- Performing Device Setup Configuration
- Configuring Right-To-Use Licenses
- Configuring Administrator Usernames and Passwords
- Configuring 802.11 parameters and Band Selection
- Configuring Aggressive Load Balancing
- Configuring Client Roaming
- Configuring Application Visibility and Control
- Configuring Voice and Video Parameters
- Configuring RFID Tag Tracking
- Configuring Location Settings
- Monitoring Flow Control
- Configuring SDM Templates
- Configuring System Message Logs
- Configuring Online Diagnostics
- Managing Configuration Files
- Configuration Replace and Configuration Rollback
- Working with the Flash File System
- Working with Cisco IOS XE Software Bundles
- Troubleshooting the Software Configuration
- Index
- Finding Feature Information
- Restrictions for Aggressive Load Balancing
- Information for Configuring Aggressive Load Balancing Parameters
- How to Configure Aggressive Load Balancing
- Monitoring Aggressive Load Balancing
- Examples: Aggressive Load Balancing Configuration
- Additional References for Aggressive Load Balancing
- Feature History and Information For Performing Aggressive Load Balancing Configuration
Configuring Aggressive Load Balancing
Finding Feature Information
Your software release may not support all of the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for Aggressive Load Balancing
-
You can configure aggressive load balancing only from the command-line interface.
-
Aggressive load balancing is disabled by default, you must enable it manually.
-
You can enable load balancing either separately or together with the band select configurations.
-
When the band select is enabled on the dual-band clients, the load balancing parameter selects only the lowest load radio from 5-GHz radios. For the 2.4-GHz clients, there is no probe information of the client on 5 GHz and therefore the load balancing algorithm can only be selected between radio on 2.4 GHz.
-
You can operate load balancing of clients between access points on the same device but not for the clients between access points on the different device.
-
The load balancing uses an existing association denial mechanism based on the number of client on the radio and the band select is implemented by the distributed probe response suppression on the access point only.
Information for Configuring Aggressive Load Balancing Parameters
Aggressive Load Balancing
Enabling aggressive load balancing on the controller allows lightweight access points to load balance wireless clients across access points. You can enable aggressive load balancing using the controller.
When a wireless client attempts to associate to a lightweight access point, association response packets are sent to the client with an 802.11 response packet including status code 17. The code 17 indicates that the AP is busy. The AP responds with an association response bearing 'success' if the AP threshold is not met, and with code 17 (AP busy) if the AP utilization threshold is reached or exceeded and another less busy AP heard the client request.
For example, if the number of clients on AP1 is more than the number of clients on AP2 plus the load-balancing window, then AP1 is considered to be busier than AP2. When a client attempts to associate to AP1, it receives an 802.11 response packet with status code 17, indicating that the access point is busy, and the client attempts to associate to a different access point.
You can configure the controller to deny client associations up to 10 times (if a client attempted to associate 11 times, it would be allowed to associate on the 11th try). You can also enable or disable load balancing on a particular WLAN, which is useful if you want to disable load balancing for a select group of clients (such as time-sensitive voice clients).
Note | With 32-MB and higher lightweight Cisco IOS APs, with two radios, up to 200 + 200 = 400 associations are supported. |
The per-radio limit is about 200 associations. One association will likely hit the per-AP limit first. Unlike Cisco Unified Wireless Network, autonomous Cisco IOS supports per-SSID/per-AP association limits. This limit is configured using the max-associations CLI, under dot11 SSID. The maximum number is 255 associations (which is also the default number).
How to Configure Aggressive Load Balancing
Configuring Aggressive Load Balancing
1.
configure terminal
2.
wireless load-balancing window
client-count
3.
wireless load-balancing denial
denial-count
4.
end
5.
wlan
wlan_profile_name
wlan_ID
SSID_network_name
load-balance
6.
end
DETAILED STEPS
Monitoring Aggressive Load Balancing
This section describes the new command for aggressive load balancing.
The following command can be used to monitor aggressive load balancing on the .
Command |
Purpose |
show wireless load-balancing | Displays the status of the load-balancing feature. |
Examples: Aggressive Load Balancing Configuration
Device# configure terminal Device(config)# wireless load-balancing denial-count 1 Device(config)# end Device# show wireless load-balancing
Device# configure terminal Device(config)# wireless load-balancing window 1 Device(config)# end Device# show wireless load-balancing
Device# configure terminal Device(config)# wlan wlan1 25 ssid12 Device(config-wlan)# load-balance Device(config)# end Device# show wireless load-balancing
Additional References for Aggressive Load Balancing
Related Documents
Related Topic | Document Title |
---|---|
System management commands | System Management Command Reference Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series) |
Standards and RFCs
Standard/RFC | Title |
---|---|
None | — |
MIBs
MIB | MIBs Link |
---|---|
All supported MIBs for this release. |
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Technical Assistance
Description | Link |
---|---|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies. To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds. Access to most tools on the Cisco Support website requires a Cisco.com user ID and password. |
Feature History and Information For Performing Aggressive Load Balancing Configuration
Release | Feature Information |
---|---|
Cisco IOS XE 3.3SE | This feature was introduced. |