CLI Reference Guide-R04

Table Of Contents
Chapter 8
| User Authentication Commands
802.1X Port Authentication
– 280 –
auto – Requires a dot1x-aware connected client to be authorized by the
RADIUS server. Clients that are not dot1x-aware will be denied access.
force-authorized – Configures the port to grant access to all clients, either
dot1x-aware or otherwise.
force-unauthorized Configures the port to deny access to all clients,
either dot1x-aware or otherwise.
Default
force-authorized
Command Mode
Interface Configuration
Example
Console(config)#interface eth 1/2
Console(config-if)#dot1x port-control auto
Console(config-if)#
dot1x
re-authentication
This command enables periodic re-authentication for a specified port. Use the no
form to disable re-authentication.
Syntax
[no] dot1x re-authentication
Default
Disabled
Command Mode
Interface Configuration
Command Usage
The re-authentication process verifies the connected clients user ID and
password on the RADIUS server. During re-authentication, the client remains
connected the network and the process is handled transparently by the dot1x
client software. Only if re-authentication fails is the port blocked.
The connected client is re-authenticated after the interval specified by the
dot1x timeout re-authperiod command. The default is 3600 seconds.
Example
Console(config)#interface eth 1/2
Console(config-if)#dot1x re-authentication
Console(config-if)#