Task ID
OperationsTask ID
read, writeaaa
Examples
The following example shows the configuration of an AAA group server named radgroup1, which comprises
three member servers:
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# aaa group server radius radgroup1
RP/0/RP0/CPU0:router(config-sg-radius)# server 10.0.0.5 auth-port 1700 acct-port 1701
RP/0/RP0/CPU0:router(config-sg-radius)# server 10.0.0.10 auth-port 1702 acct-port 1703
RP/0/RP0/CPU0:router(config-sg-radius)# server 10.0.0.20 auth-port 1705 acct-port 1706
If the auth-port port-number and acct-port port-number keywords and arguments are not specified, the
default value of the port-number argument for the auth-port keyword is 1645 and the default value of
the port-number argument for the acct-port keyword is 1646.
Note
Related Commands
DescriptionCommand
Specifies the authentication and encryption key that
is used between the router and the RADIUS daemon
running on the RADIUS server.
key (RADIUS), on page 38
Forces RADIUS to use the IP address of a specified
interface or subinterface for all outgoing RADIUS
packets.
radius source-interface , on page 55
Specifies the number of times a RADIUS request is
resent to a server if the server is not responding or is
responding slowly.
retransmit (RADIUS), on page 57
Associates a RADIUS server with a defined server
group.
server (RADIUS), on page 61
Configures the IP address of the private RADIUS
server for the group server.
server-private (RADIUS), on page 65
Specifies the number of seconds the router waits for
the RADIUS server to reply before retransmitting.
timeout (RADIUS), on page 111
Configures the Virtual Private Network (VPN) routing
and forwarding (VRF) reference of an AAA RADIUS
server group.
vrf (RADIUS), on page 125
Cisco IOS XR System Security Command Reference for the Cisco CRS Router, Release 4.1
OL-24740-01 21
Authentication, Authorization, and Accounting Commands
aaa group server radius