Configuring AAA Services on Cisco IOS XR Software
How to Configure AAA Services
SC-193
Cisco IOS XR System Security Configuration Guide
What to Do Next
After configuring router to RADIUS server communication, configure RADIUS server groups. (See the
“Configuring RADIUS Server Groups” section.)
Step 5
radius-server key {0
clear-text-key
|
7
encrypted-key
|
clear-text-key
}
Example:
RP/0/RP0/CPU0:router(config)# radius-server key
0 samplekey
Sets the authentication and encryption key for all RADIUS
communications between the router and the RADIUS
daemon.
Step 6
radius source-interface
type instance
[vrf
vrf-id
]
Example:
RP/0/RP0/CPU0:router(config)# radius
source-interface POS 0/3/0/1
(Optional) Forces RADIUS to use the IP address of a
specified interface or subinterface for all outgoing RADIUS
packets.
• The specified interface or subinterface must have an IP
address associated with it. If the specified interface or
subinterface does not have an IP address or is in the
down state, then RADIUS reverts to the default. To
avoid this, add an IP address to the interface or
subinterface or bring the interface to the up state.
The vrf keyword enables the specification on a per-VRF
basis.
Step 7
Repeat Step 2 through Step 6 for each external server
to be configured.
—
Step 8
end
or
commit
Example:
RP/0/RP0/CPU0:router(config)# end
or
RP/0/RP0/CPU0:router(config)# commit
Saves configuration changes.
• When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
–
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
–
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
–
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
• Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step 9
show radius
Example:
RP/0/RP0/CPU0:router# show radius
(Optional) Displays information about the RADIUS servers
that are configured in the system.
Command or Action Purpose