aaa authentication port-access mac-auth cached-reauth-period

Syntax

aaa authentication port-access mac-auth cached-reauth-period <PERIOD>

no aaa authentication port-access mac-auth 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 cached reauthentication period on a port:

switch(config-if)# aaa authentication port-access mac-auth
switch(config-if-macauth)# cached-reauth-period 300

Resetting the cached reauthentication period to the default value:

switch(config-if)# aaa authentication port-access mac-auth
switch(config-if-macauth)# no cached-reauth-period