aaa authentication port-access dot1x authenticator reauth-period

Syntax

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

no aaa authentication port-access dot1x authenticator reauth-period

Description

Configures the period after which the authenticated clients are reauthenticated on the port. You must enable reauthentication on the port before configuring the reauthentication period.

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

Command context

config-if

Parameters

<PERIOD>

Specifies the reauthentication period (in seconds). Default: 3600. Range: 1 to 65535.

Authority

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

Examples

Configuring reauthentication period on a port:

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

Resetting the reauthentication period to the default value:

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