DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Enables AAA functionality.
aaa new-model
Example:
Switch(config)#
aaa new-model
Step 2
Defines the list of authentication methods at login.
aaa authentication login default group
{
|
radius
}
Example:
Switch(config)#
aaa authentication login default group
Step 3
Creates an authorization method list for web-based
authorization.
aaa authorization auth-proxy default group
{
|
radius
}
Example:
Switch(config)#
aaa authorization auth-proxy default
Step 4
group
Specifies an AAA server.
tacacs-server host
{
hostname
|
ip_address
}
Example:
Switch(config)#
tacacs-server host 10.1.1.1
Step 5
Configures the authorization and encryption key
used between the switch and the TACACS server.
tacacs-server key
{
key-data
}
Example:
Switch(config)#
tacacs-server key
Step 6
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 7
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
314
OL-29434-01
Configuring Web-Based Authentication
Configuring AAA Authentication