Configuring Settings for All RADIUS Servers, on page 93
Configuring RADIUS Login Authentication
Follow these steps to configure RADIUS login authentication:
Before You Begin
To secure the switch for HTTP access by using AAA methods, you must configure the switch with the
ip
http authentication aaa
global configuration command. Configuring AAA authentication does not secure
the switch for HTTP access by using AAA methods.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
aaa authentication login
{
default
|
list-name
}
method1
[
method2...
]
5.
line
[
console
|
tty
|
vty
]
line-number
[
ending-line-number
]
6.
login authentication
{
default
|
list-name
}
7.
end
8.
show running-config
9.
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode. Enter your password if prompted.
enable
Step 1
Example:
Switch>
enable
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 2
Enables AAA.
aaa new-model
Example:
Switch(config)#
aaa new-model
Step 3
Creates a login authentication method list.
aaa authentication login
{
default
|
list-name
}
method1
[
method2...
]
Step 4
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
86
OL-29048-01
Configuring RADIUS
Configuring RADIUS Login Authentication