Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Controlling Authentication Session Timeouts (CLI Procedure)

For 802.1X and MAC RADIUS authentication sessions, you can specify authentication session timeout values using the reauthentication statement.

The session might also end when the MAC table aging time expires, because the session is removed from the authentication session table when the MAC address is removed from the Ethernet switching table. In order to prevent the session from being removed from the authentication session table, you must disassociate the authentication table from the Ethernet switching table using the no-mac-table-binding statement.

Before you begin:

To configure the authentication session time on all interfaces:

[edit]
user@switch# set protocols dot1x authenticator interface all reauthentication seconds;

To configure the authentication session time on a single interface:

[edit]
user@switch# set protocols dot1x authenticator interface interface-name reauthentication seconds;

To disable removal of authentication sessions from the authentication session table when a MAC address ages out of the Ethernet switching table, remove the binding of the authentication table to the Ethernet switching table.

To remove the binding:

[edit]
user@switch# set protocols dot1x authenticator no-mac-table-binding;

Modified: 2015-05-22