24
# In ISP domain
test
, perform RADIUS authentication for PPP users based on scheme
rd
and use
local authentication as the backup.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] authentication ppp radius-scheme rd local
Related commands
authentication default
hwtacacs scheme
local-user
radius scheme
authentication super
Use
authentication super
to specify a method for user role authentication.
Use
undo authentication super
to restore the default.
Syntax
authentication
super
{
hwtacacs-scheme
hwtacacs-scheme-name
|
radius-scheme
radius-scheme-name
} *
undo authentication super
Default
The default authentication method of the ISP domain is used for user role authentication.
Views
ISP domain view
Predefined user roles
network-admin
Parameters
hwtacacs-scheme
hwtacacs-scheme-name
: Specifies an HWTACACS scheme by its name, a
case-insensitive string of 1 to 32 characters.
radius-scheme
radius-scheme-name
: Specifies a RADIUS scheme by its name, a case-insensitive
string of 1 to 32 characters.
Usage guidelines
You can specify one authentication method and one backup authentication method to use in case
that the previous authentication method is invalid.
If you specify a scheme to provide the method for user role authentication, the following rules apply:
•
If an HWTACACS scheme is specified, the device uses the entered username for role
authentication. The username must already exist on the HWTACACS server to represent the
highest user level that a user can obtain. For example, to obtain a level-3 user role whose
username is
test
, the device uses the string
test@domain-name
or
test
for role authentication,
depending on whether the domain name is required.
•
If a RADIUS scheme is specified, the device uses the username
$enabn$
on the RADIUS
server for role authentication of any usernames. The variable
n
represents a user role level. For
example, to obtain a level-3 user role, the device uses the username string
$enab3$
.
For more information about user role authentication, see
Fundamentals Configuration Guide
.