Specifications

2-4
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
aaa cache profile
aaa cache profile
To set storage rules for the AAA cache, use the aaa cache profile command in global configuration
mode. To disable the AAA cache profile, use the no form of this command:
[no] aaa cache profile name
[no] profile exact match [no-auth]
[no] regexp match expression [any | only] [no-auth]
[no] all [no-auth]
Syntax Description
Command Default There is no default for this command.
Command Modes Global configuration
Command History
Examples The following example sets a name of admin_cache for the AAA cache profile and only stores AAA
server responses with the username administrator in the cache.
AP(config)# aaa cache admin_cache
AP(config-profile-map)# profile administrator
name Character string used to name the AAA cache profile.
profile exact match Specifies a username that must exactly match the AAA server response
before the information is saved in the cache.
no-auth Specifies that password authentication is not performed.
regexp match expression Specifies a regular expression that must match the AAA server response
before the information is included in the cache.
Note This option is not recommended because it can require extensive
processing time.
any Specifies that any AAA server response that matches
regexp match expression is saved in the cache.
only Specifies that only 1 AAA server response that matches
regexp match expression is saved in the cache.
all Specifies that all AAA server responses are saved in the cache.
Release Modification
12.3(7)JA This command was introduced.