Specifications

Authentication Server Configuration 355
Chapter 16
Assign an accounting server.
Configuring 802.1x Authentication Using the CLI
802.1x configuration is accomplished using 2 families of commands from the
CLI, the aaa general accounting commands and the dot1x commands.
Select a default role for users authenticating through 802.1x.
This is the role that will be assigned unless the authentication
server provides another role for the user.
Enable or disable 802.1x authentication.
Set the authentication server timeout, in seconds. (1 - 65535)
Set the authentication failure timeout, in seconds. (1-65535)
Set the quiet time (time between authentication attempts), in seconds (1 -
65535).
Set the maximum number of authentication attempts (1 - 10).
Set the maximum number of attempts to contact the server before it is
considered down (0 - 3)
(Alcatel) (config) #aaa radius-accounting auth-server
rad2-radius-server
2
(Alcatel) (config) #aaa dot1x default-role foo-user
(Alcatel) (config) #aaa dot1x mode enable
(Alcatel) (config) #dot1x server server-timeout 30
(Alcatel) (config) #dot1x timeout idrequest-period 30
(Alcatel) (config) #dot1x timeout quiet-period 30
(Alcatel) (config) #dot1x max-req 5
(Alcatel) (config) #dot1x server server-retry 3
1
2
3
4
5
6
7