Owner's Manual

1968 CHAPTER 128: RADIUS CONFIGURATION COMMANDS
Related command: key (RADIUS scheme view), radius scheme, state.
Example # Set the IP address of the secondary authentication/authorization server for
RADIUS scheme radius1 to 10.110.1.2 and the UDP port of the server to 1812.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] secondary authentication 10.110.1.2 1812
security-policy-server
Syntax security-policy-server ip-address
undo security-policy-server { ip-address | all }
View RADIUS scheme view
Parameter ip-address: IP address of a security policy server.
all: All IP addresses
Description Use the
security-policy-server command to configure the IP address of a
security policy server.
Use the
undo security-policy-server command to remove one or all configured
IP addresses.
By default, no IP address is configured for a security policy server.
Related command: radius nas-ip
Example # For RADIUS scheme radius1, set the IP address of a security policy server to
10.110.1.2
<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
Parameter extended: Specifies the extended RADIUS server (generally CAMS), which
requires the RADIUS client and RADIUS server to interact according to the
procedures and packet formats provisioned by the private RADIUS protocol.