Specifications

2-44
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
cache authorization profile
Related Commands
cache authorization profile
Use the cache authorization profile server configuration command to configure the cache authorization
profile. Use the no form of the command to disable the cache authorization profile.
[no] cache authorization profile name
Note This command is not supported on bridges.
Syntax Description
Defaults This command has no defaults.
Command Modes Server group configuration.
Command History
Examples This example shows how to configure a RADIUS cache authorization profile:
AP(config)# aaa group server radius rad_admin
AP(config-sg-radius)# server 10.19.21.105
AP(config-sg-radius)# cache expiry 5
AP(config-sg-radius)# cache authorization profile admin_cache
This example shows how to to configure a TACACS+ cache authorization profile:
AP(config)# aaa group server tacacs+ tac_admin
AP(config-sg-tacacs+)# server 10.19.21.125
AP(config-sg-tacacs+)# cache expiry 5
AP(config-sg-tacacs+)# cache authorization profile admin_cache
Command Description
aaa authentication login default
local cache
Sets local cache for AAA authentication login.
aaa authorization exec default local
cache
Sets local cache for the AAA authorization exec mode.
aaa cache profile Sets the AAA cache profile name.
cache authorization profile Sets the cache authorization profile name.
cache expiry Sets the expiration time for the server group cache.
name Specifies the name of the cache authorization profile.
Release Modification
12.3(7)JA This command was introduced.