aaa authorization user-role name cached-reauth-period
Syntax
aaa authorization user-role name <Role-name> cached-reauth-period <Seconds>
no aaa authorization user-role name <Role-name> cached-reauth-period <Seconds>
Description
Configures the cached reauthentication period for clients with the user roles.
The
no
form of this command removes the cached reauthentication period for clients.
Command context
config
Parameters
Role-name
Specifies the user role name.
Seconds
- Specifies the time period in seconds for cached reauthentication to be allowed on the port. The time range is 60 to 2147483647 seconds. If the value is zero, the time period of cached reauthentication is unlimited.
Examples
switch(config)# aaa authorization user-role name test cached-reauth-period <60-2147483647> The value indicates the period in seconds, during which cached reauthentication is allowed on the port. switch(config)# aaa authorization user-role name test cached-reauth-period 120