Specifications

Authentication Server Configuration 359
Chapter 16
Configure Captive Portal using the aaa captive-portal commands from the
CLI.
Set the default role. This is the role which will be assigned to the client if
the authentication server provides no role information about the client
when they authenticate.
Enable guest logon - optional.
Enable user logon - optional.
Enable logout popup menu - optional.
Select the protocol type. The default protocol is HTTPS.
Set the pause time before redirect.
Set the logon wait time range
Set the CPU utilization threshold.
Set the authentication failure threshold for station blacklisting.
Specify an authentication server.
(Alcatel) (config) #aaa captive-portal default-role foo-user
(Alcatel) (config) #aaa captive-portal guest-logon
(Alcatel) (config) #aaa captive-portal user-logon
(Alcatel) (config) #aaa captive-portal logout-popup-window
(Alcatel) (config) #no aaa captive-portal protocol-http
(Alcatel) (config) #aaa captive-portal redirect-pause 10
(Alcatel) (config) #aaa captive-portal logon-wait range 5 10
(Alcatel) (config) #aaa captive-portal logon-wait cpu-utilization 60
(Alcatel) (config) #aaa captive-portal max-authentication-failures 0
(Alcatel) (config) #aaa captive-portal auth-server internal
1
2
3
4
5
6
7
8
9