ap auth-list ap-policy
To configure authorization policy for all Cisco lightweight access points joined to the device, use the ap auth-list ap-policy command. To disable authorization policy for all Cisco lightweight access points joined to the device, use the no form of this command.
ap auth-list ap-policy {authorize-ap | lsc | mic | ssc}
no ap auth-list ap-policy {authorize-ap | lsc | mic | ssc}
Syntax Description
authorize-ap |
Enables the authorization policy. |
lsc |
Enables access points with locally significant certificates to connect. |
mic |
Enables access points with manufacture-installed certificates to connect. |
ssc |
Enables access points with self signed certificates to connect. |
Command Default
None
Command Modes
Global configuration
Command History
Release |
Modification |
---|---|
Cisco IOS XE 3.3SECisco IOS XE 3.3SE |
This command was introduced. |
Examples
This example shows how to enable the access point authorization policy:
Device(config)# ap auth-list ap-policy authorize-ap
This example shows how to enable access points with locally significant certificates to connect:
Device(config)# ap auth-list ap-policy lsc
This example shows how to enable access points with manufacture-installed certificates to connect:
Device(config)# ap auth-list ap-policy mic
This example shows how to enable access points with self-signed certificates to connect:
Device(config)# ap auth-list ap-policy ssc