aaa authentication port-access dot1x authenticator cached-reauth-period

Syntax

aaa authentication port-access dot1x authenticator cached-reauth-period <PERIOD>

no aaa authentication port-access dot1x authenticator cached-reauth-period

Description

Configures the period during which an authenticated client, which has failed to reauthenticate because the RADIUS server is unreachable, remains authenticated.

The no form of the command resets the cached reauthentication period to the default, 30 seconds.

Command context

config-if

Parameters

<PERIOD>

Specifies the cached reauthentication period (in seconds). Default: 30. Range: 30 to 86400.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Configuring the cached reauthentication period on a port:

switch(config-if)# aaa authentication port-access dot1x authenticator cached-reauth-period 300

Resetting the cached reauthentication period to the default value:

switch(config-if)# no aaa authentication port-access dot1x authenticator cached-reauth-period