Specifications
aaa authentication web-authentication
417
aaa authentication web-authentication
Sets an authentication method group for Web authentication.
If the first specified method fails, the second specified method is used. You can change
how authentication works when the first method failed by using the
aaa authentication
web-authentication end-by-reject command.
If
default is set, one entry can be set. If an authentication method list name is specified, a
maximum of four entries can be set.
Syntax
To set or change information:
aaa authentication web-authentication default <Method> [<Method>]
aaa authentication web-authentication
<List name> group <Group name>
To delete information:
no aaa authentication web-authentication {default | <List name>}
Input mode
(config)
Parameters
default <Method> [<Method>]
Sets the default authentication method of a Switch. You cannot specify the same
<Method> more than once.
For <Method>, specify
group radius or local.
group radius
Web authentication is performed by a RADIUS server. The RADIUS server
that can be used is a Web authentication RADIUS server or a general-use
RADIUS server.
local
Local authentication is performed. The internal Web authentication database
is used.
<List name>
Sets the name of an authentication method list.
1. Default value when this parameter is omitted:
This parameter cannot be omitted.
2. Range of values:
Specify a character string that has no more than 32 characters. For details
about the characters that can be specified, see Specifiable values for
parameters.
We recommend that you use an upper-case letter for the first character.
However, you cannot use the following character strings:
- At mark (
@)
- default or a character string beginning with default
- end-by-reject or a character string beginning with end-by-reject