64
Use the
undo security-policy-server
command to remove one or all security policy servers for a RADIUS
scheme.
By default, no security policy server is specified for a RADIUS scheme.
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.
Related commands:
radius nas-ip
.
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
Syntax
server-type
{
extended
|
standard
}
undo server-type
View
RADIUS scheme view
Default level
2: System level
Parameters
extended
: Specifies the extended
RADIUS server (typically 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 end and RADIUS
server to interact according to the regulation and packet format of the standard RADIUS protocol (RFC
2865/2866 or newer).
Description
Use the
server-type
command to configure the RADIUS server type.
Use the
undo server-type
command to restore the default.
By default, the supported RADIUS server type is
standard
.
Related commands:
radius scheme
.
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