aaa authentication port-access mac-auth reauth-period

Syntax

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

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

Description

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

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

Command context

config-if

Parameters

<PERIOD>

Specifies the MAC 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 the MAC reauthentication period on a port:

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

Resetting the MAC reauthentication period to its default:

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