Specifications

2-43
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 authentication profile
Examples This example shows how to configure vlan10 to support broadcast key encryption with a 5-minute key
rotation interval:
AP(config-if)# broadcast-key vlan 10 change 300
This example shows how to disable broadcast key rotation:
AP(config-if)# no broadcast-key
cache authentication profile
Use the cache authentication profile server configuration command to configure the cache
authentication profile. Use the no form of the command to disable the cache authentication profile.
[no] cache authentication 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 authentication 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 authentication profile admin_cache
This example shows how to to configure a TACACS+ cache authentication 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 authentication profile admin_cache
name Specifies the name of the cache authentication profile.
Release Modification
12.3(7)JA This command was introduced.