Cisco ASR 9000 Series Configuration Manual page 56

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

Advertisement

Configuring RADIUS Server Settings
SUMMARY STEPS
1. configure
2. radius-server host host_name acct-port accounting_port_number auth-port authentication_port_number
3. radius-server attribute list list_name attribute_list
4. radius-server key 7 encrypted_text
5. radius-server disallow null-username
6. radius-server dead-criteria time value
7. radius-server dead-criteria tries value
8. radius-server deadtime limit
9. radius-server ipv4 dscp codepoint_value
10. radius-server load-balance method least-outstanding ignore-preferred-server batch-size size
11. radius-server retransmit retransmit_value
12. radius-server source-port extended
13. radius-server timeout value
14. radius-server vsa attribute ignore unknown
15. radius source-interface Loopback value vrf vrf_name
16. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
radius-server host host_name acct-port accounting_port_number
auth-port authentication_port_number
Example:
RP/0/RSP0/CPU0:router(config)# radius-server host 1.2.3.4
acct-port 455 auth-port 567
Step 3
radius-server attribute list list_name attribute_list
Example:
RP/0/RSP0/CPU0:router(config)# radius-server attribute
list rad_list a b
Step 4
radius-server key 7 encrypted_text
Example:
RP/0/RSP0/CPU0:router(config-radius-host)# radius-server
key 7 rngiry
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide,
Release 4.3.x
44
Configuring Authentication, Authorization, and Accounting Functions
Purpose
Enters global configuration mode.
Specifies the radius server and its host name.
Configures the UDP port for RADIUS accounting
and authentication requests. The accounting and
authentication port numbers range from 0 to 65535.
If no value is specified, then the default is 1645 for
the auth-port and 1646 for the acct-port.
Specifies the radius server attributes list, and
customizes the selected radius attributes.
Specifies the per-server encryption key that overrides
the default, and takes the value 0 or 7, which indicates
that the unencrypted key will follow.
OL-28375-03

Advertisement

Table of Contents
loading

Table of Contents