77
Default command level
2: System level
Parameters
ip-address
: Specifies a security policy server by its IP address.
all
: Specifies all security policy servers.
Usage guidelines
You can specify up to eight security policy servers for a RADIUS scheme.
You can change security policy servers for a RADIUS scheme only when no user is using the
scheme.
Examples
# Specify security policy server 10.110.1.2 for RADIUS scheme
radius1
.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] security-policy-server 10.110.1.2
server-type
Use
server-type
to specify the RADIUS server type.
Use
undo server-type
to restore the default.
Syntax
server-type
{
extended
|
standard
}
undo server-type
Default
The supported RADIUS server type is
standard
.
Views
RADIUS scheme view
Default command level
2: System level
Parameters
extended
: Specifies the extended
RADIUS server (generally running on IMC), which requires the
RADIUS client and RADIUS server to interact according to the procedures and packet formats
provisioned by the proprietary RADIUS protocol.
standard
: Specifies the standard RADIUS server, which requires the RADIUS client and RADIUS
server to interact according to the procedures and packet format of the standard RADIUS protocol
(RFC 2865 and 2866 or their successors).
Examples
# Configure the RADIUS server type of RADIUS scheme
radius1
as
standard
.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] server-type standard