Configuring Load Balancing For A Named Radius Server Group - Cisco ASR 9000 Series Configuration Manual

Aggregation services router broadband network gateway
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring Load Balancing for a Named RADIUS Server Group

Configuring Load Balancing for RADIUS Server: An example
configure
radius-server load-balance method least-outstanding batch-size 25
radius-server load-balance method least-outstanding ignore-preferred-server batch-size 45
!
end
Configuring Load Balancing for a Named RADIUS Server Group
Perform this task to activate the load balancing function for a named RADIUS server group. As an example,
in this configuration the preferred server is set to be ignored.
SUMMARY STEPS
1. configure
2. aaa group server radius server_group_name load-balance method least-outstanding batch-size size
3. aaa group server radius server_group_name load-balance method least-outstanding
ignore-preferred-server batch-size size
4. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
aaa group server radius server_group_name
load-balance method least-outstanding batch-size
size
Example:
RP/0/RSP0/CPU0:router(config)# aaa group
server radius sg1 load-balance method
least-outstanding batch-size 500
Step 3
aaa group server radius server_group_name
load-balance method least-outstanding
ignore-preferred-server batch-size size
Example:
RP/0/RSP0/CPU0:router(config)# aaa group
server radius sg1 load-balance method
least-outstanding ignore-preferred-server
batch-size 500
Step 4
Use the commit or end command.
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide,
Release 4.2.x
34
Configuring Authentication, Authorization, and Accounting Functions
Purpose
Enters global configuration mode.
Configures the radius load-balancing options by picking the server
with the least-outstanding transactions. This load-balancing method
uses the batch-size for the selection of the server. The size ranges
from 1 to 1500. If no value is specified, the default is 25.
Configures the radius load-balancing options by disabling the
preferred server for this Server Group. This load-balancing method
uses the batch-size for the selection of the server. The size ranges
from 1 to 1500. If no value is specified, the default is 25.
commit—Saves the configuration changes and remains within the
configuration session.
OL-26148-02

Advertisement

Table of Contents
loading

Table of Contents