Cisco ASR 9000 Series Configuration Manual page 48

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

Advertisement

Configuring RADIUS Throttling on a Server Group
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
aaa group server radius server_group_name
Example:
RP/0/RSP0/CPU0:router(config)# aaa group server radius
SG1
Step 3
server hostname acct-port acct_port_value auth-port
auth_port_value
Example:
RP/0/RSP0/CPU0:router(config-sg-radius)# server
99.1.1.10 auth-port 1812 acct-port 1813
Step 4
throttle access threshold_value access-timeout value accounting
threshold_value
Example:
RP/0/RSP0/CPU0:router(config-sg-radius)# radius-server
throttle access 10 access-timeout 5 accounting 10
Step 5
Use the commit or end command.
Configuring RADIUS Throttling on a Server Group: An example
configure
aaa group server radius SG1
server 99.1.1.10 auth-port 1812 acct-port 1813
radius-server throttle access 10 access-timeout 5 accounting 10
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide,
Release 4.2.x
38
Configuring Authentication, Authorization, and Accounting Functions
Purpose
Enters global configuration mode.
Configures the AAA (RADIUS) server-group definition.
Configures a RADIUS server accounting or
authentication port with either the IP address or hostname
(as specified). The accounting port number and the
authentication port number ranges from 0 to 65535.
Configures the RADIUS throttling options to control the
number of access and accounting requests sent to a
RADIUS server. The threshold value denotes the number
of outstanding access requests or accounting transactions
after which throttling should be performed. The range is
from 0 to 65535, and for both access and accounting
requests the preferred value is 100.
commit—Saves the configuration changes and remains
within the configuration session.
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the
configuration session.
• No—Exits the configuration session without
committing the configuration changes.
• Cancel—Remains in the configuration mode,
without committing the configuration changes.
OL-26148-02

Advertisement

Table of Contents
loading

Table of Contents