Purpose
Command or Action
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 7
Verifies your entries.
show running-config
Example:
Switch#
show running-config
Step 8
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Switch#
copy running-config
Step 9
startup-config
Related Topics
RADIUS Login Authentication, on page 70
RADIUS Server Host, on page 69
Defining AAA Server Groups
You use the
server
group server configuration command to associate a particular server with a defined group
server. You can either identify the server by its IP address or identify multiple host instances or entries by
using the optional
auth-port
and
acct-port
keywords.
Follow these steps to define AAA server groups:
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
radius server name
4.
address
{
ipv4
|
ipv6
} {
ip-address
|
hostname
}
auth-port port-number acct-port port-number
5.
key string
6.
end
7.
show running-config
8.
copy running-config startup-config
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
88
OL-29048-01
Configuring RADIUS
Defining AAA Server Groups