profile radius server
Configures the external RADIUS server parameters.
Command Mode
Exec > Global Configuration (config) > RADIUS Configuration (config-radius) > RADIUS Server Group Configuration (config-server-group-group_name )
Syntax
server radius_server_ip_address radius_server_port_number [ [ secret radius_server_secret ] [ priority radius_server_priority ] [ type server_type ] ]
priority radius_server_priority
Specify the priority of the RADIUS server.
Must be an integer in the range of 1-100.
secret radius_server_secret
Specify the RADIUS server secret.
Must be a string.
type server_type
Specify the server type.
Must be one of the following:
acct : Specify the server is used for Accounting requests.
auth : Specify the server is used for Authentication/Author requests.
Default Value: auth.
radius_server_ip_address
Specify the IP address of the RADIUS server.
Must be a string in the ipv4-address pattern. For information on the ipv4-address pattern, see the Input Pattern Types chapter.
-Or-
Must be a string in the ipv6-address pattern. For information on the ipv6-address pattern, see the Input Pattern Types chapter.
radius_server_port_number
Specify the port number of the RADIUS server.
Must be an integer in the range of 1-65535.
Usage Guidelines
Use this command to configure the external RADIUS server parameters.