Cisco Cisco Packet Data Gateway (PDG)

Seite von 2186
radius charging accounting algorithm
This command specifies the fail-over/load-balancing algorithm to be used for selecting RADIUS servers for
charging services.
Product
PDSN
GGSN
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > AAA Server Group Configuration
configure > context context_name > aaa group group_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-aaa-group)#
Syntax Description
radius charging accounting algorithm { first-n | first-server | round-robin }
first-n n
Specifies that the AGW must send accounting data to (more than one) AAA servers based on their priority.
Response from any one of the AAA servers would suffice to proceed with the call. The full set of accounting
data is sent to each of the AAA servers.
is the number of AAA servers to which accounting data will be sent, and must be an integer from 2 through
128.
Default: 1 (Disabled)
first-server
Specifies that the context must send accounting data to the RADIUS server with the highest configured priority.
In the event that this server becomes unreachable, accounting data is sent to the server with the next-highest
configured priority. This is the default algorithm.
round-robin
Specifies that the context must load balance sending accounting data among all of the defined RADIUS
servers. Accounting data is sent in a circular queue fashion on a per Session Manager task basis, where data
is sent to the next available server and restarts at the beginning of the list of configured servers. The order of
the list is based upon the configured relative priority of the servers.
   Command Line Interface Reference, Modes A - B, StarOS Release 19
90
AAA Server Group Configuration Mode Commands
radius charging accounting algorithm