Specifications

4-25
Cisco Wireless LAN Controller Configuration Guide
OL-21524-02
Chapter 4 Configuring Controller Settings
Installing and Configuring Licenses
d. In the Password and Confirm Password text boxes, enter the password required in order to view the
notification messages at this URL.
Step 6 Click Apply to commit your changes.
Step 7 Click Save Configuration to save your changes.
Using the CLI to Configure the License Agent
To configure the license agent on the controller using the controller CLI, follow these steps:
Step 1 Enable the license agent by entering one of these commands:
config license agent default authenticate—Enables the license agent default listener with
authentication.
config license agent default authenticate none—Enables the license agent default listener without
authentication.
Note To disable the license agent default listener, enter the config license agent default disable
command. The default value is disabled.
Step 2 Specify the maximum number of sessions for the license agent by entering this command:
config license agent max-sessions sessions
The valid range for the sessions parameter is 1 to 25 (inclusive), and the default value is 9.
Step 3 Enable the license agent to receive license requests from the CLM and to specify the URL where the
license agent receives the requests by entering this command:
config license agent listener http {plaintext | encrypt} url authenticate [none] [max-message size]
[acl acl]
The valid range for the size parameter is 0 to 65535 bytes, and the default value is 0.
Note To prevent the license agent from receiving license requests from the CLM, enter the config
license agent listener http disable command. The default value is disabled.
Step 4 Configure the license agent to send license notifications to the CLM and to specify the URL where the
license agent sends the notifications by entering this command:
config license agent notify url username password
Note To prevent the license agent from sending license notifications to the CLM, enter the config
license agent notify disable username password command. The default value is disabled.
Step 5 Save your changes by entering this command:
save config
Step 6 See statistics for the license agent’s counters or sessions by entering this command:
show license agent {counters | sessions}