Specifies one to three IP addresses (with optional port number) for external RADIUS accounting servers that are used to track group administration accounts that are also authenticated with RADIUS. The servers are contacted in the order specified.
To enable RADIUS accounting, see grpparams login-radius-acct.
You may want to specify secrets (passwords) for the RADIUS accounting servers, as described in grpparams radius-acct-secrets.
In addition, you can specify retry and timeout values for contacting RADIUS accounting servers. See grpparams radius-acct-retries and grpparams radius-acct-timeout for more information.
Format
grpparams radius-acct-list ip_address[:port]
Variable
|
ip_address[:port] |
One to three IP addresses, separated by commas but no spaces, and optional port. If you do not want to use the default RADIUS server port (1812), also specify a port. The order in which you specify the IP addresses is the order in which they will be used. If you want to change any of the servers in the list, you must re-enter all the IP addresses. |
Example
The following command specifies two RADIUS accounting servers:
> grpparams radius-acct-list 10.25.35.52:1820,10.25.44.123