Specifications
2-45
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 expiry
Related Commands
cache expiry
Use the cache expiry server group configuration command to configure the expiration time of the server
group cache. Use the no form of the command to disable the cache expiration.
[no] cache expiry hours [enforce | failover]
Note This command is not supported on bridges.
Syntax Description
Defaults The default cache expiration time is 24 hours.
Command Modes Server group configuration
Command History
Examples This example shows how to configure a RADIUS cache expiration time of 5 hours:
AP(config)# aaa group server radius rad_admin
AP(config-sg-radius)# server 10.19.21.105
AP(config-sg-radius)# cache expiry 5
This example shows how to to configure a TACACS+ cache expiration time of 5 hours:
AP(config)# aaa group server tacacs+ tac_admin
AP(config-sg-tacacs+)# server 10.19.21.125
AP(config-sg-tacacs+)# cache expiry 5
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 authentication profile Sets the cache authentication profile name.
cache expiry Sets the expiration time for the server group cache.
hours Specifies the amount of time (in hours) before the cache expires. Enter a
number from 0 to 2147483647. Zero specifies the cache never expires.
enforce (Optional) Specifies not to use an expired entry.
failover (Optional) Specifies that an expired entry is used if all other methods fail.
Release Modification
12.3(7)JA This command was introduced.