Cisco Cisco ASR 5000

Page of 9109
Context Configuration Mode Commands N-R   
▀  radius charging 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
2728 
   
max-outstanding max_messages
 
Specifies the maximum number of outstanding messages a single AAA manager instance will queue. 
max_messages
 must be an integer from 1 through 4000. Default: 256 
max-retries max_retries
 
Specifies the maximum number of times communication with a AAA server will be attempted before it is 
marked as unreachable and the detect dead servers consecutive failures count is incremented. 
max_retries
 
must be an integer from 0 through 65535. Default: 5 
max-transmissions transmissions
 
Sets the maximum number of re-transmissions for RADIUS authentication requests. This limit is used in 
conjunction with the 
max-retries
 for each server. 
transmissions
 must be an integer from 1 through 
65535. Default: Disabled 
When failing to communicate with a RADIUS sever, the subscriber is failed once all of the configured 
RADIUS servers have been exhausted or once the configured number of maximum transmissions is reached. 
For example, if 3 servers are configured and if the configured max-retries is 3 and max-transmissions is 12, 
then the primary server is tried 4 times (once plus 3 retries), the secondary server is tried 4 times, and then a 
third server is tried 4 times. If there is a fourth server, it is not tried because the maximum number of 
transmissions (12) has been reached. 
timeout timeout_duration
 
Specifies the number of seconds to wait for a response from the RADIUS server before re-sending the 
messages. 
timeout_duration
 must be an integer from 1 through 65535. Default: 3 
Usage 
Manage the basic Charging Service RADIUS options according to the RADIUS server used for the context. 
Example
 
The following command configures the AAA server to be marked as unreachable when the consecutive 
failure count exceeds 6: 
radius charging detect-dead-server consecutive-failures6 
The following command sets the timeout value to 300 seconds to wait for a response from RADIUS server 
before resending the messages: 
radius charging timeout 300