Connecting a RADIUS server with a server group

Syntax

radius-server host <FQDN | IP-ADDR | IPV6-ADDR> 
no radius-server host <FQDN | IP-ADDR | IPV6-ADDR>

This command adds a server to the RADIUS configuration. No form of the command deletes a server from the configuration. You can configure up to 15 RADIUS server IP addresses. The switch uses the successfully accessed RADIUS server.

Syntax

aaa server-group radius <group-name> host <FQDN | IP-ADDR | IPV6-ADDR> tls
    
no aaa server-group radius <group-name> host <FQDN | IP-ADDR | IPV6-ADDR> tls
    

This command associates a RADIUS server with a server group. Each group can contain up to three RADIUS servers. The default group (called RADIUS'), can only contain the first three RADIUS servers. The default group cannot be edited. The no form of the command removes the RADIUS server with the indicated IP address from the server group. If that server was the last entry in the group, the group is removed.

radius <group-name>
    

The group name of the RADIUS server group. The name has a maximum length of 12 characters. Up to five groups can be configured with the maximum of three RADIUS servers in each group. The first group slot is used by the default group.

host <FQDN | IP-ADDR | IPV6-ADDR>
    

The IP address of the RADIUS server is used.

tls

Specifies the RADIUS server with TLS connection.