grpparams radius-acct-retries

Specifies the number of times the group will try to contact a RADIUS accounting servers after the first attempt fails. Once the retry limit has been reached, the group will consider the server unavailable. If there is another accounting server configured, the group will then attempt to contact that server.

For example, when a user attempts to log into a group administration account, the group will try to contact a RADIUS authentication server. Then—if the account is authenticated—the group will try to contact an accounting server. If there is no response from the initial attempt within the time limit set by the radius-acct-timeout parameter, the group will retry contacting the server the number of times specified by the radius-acct-retries parameter.

To specify RADIUS accounting servers, see grpparams radius-acct-list.

Format

grpparams radius-acct-retries n

Variable

n

Number of times the group will try to contact a RADIUS accounting server after the initial attempt fails. The default is 1 retry.

Example

The following command specifies that the group attempt to contact a RADIUS accounting server two times after the initial attempt fails:

> grpparams radius-acct-retries 2