113
all
: Specifies all security policy servers.
Description
Use the
security-policy-server
command to specify a security policy server for a RADIUS scheme.
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.
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 (generally 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).
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
.
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