PurposeCommand or Action
Creates an authorization method list for web-based
authorization.
aaa authorization auth-proxy default group {tacacs+ |
radius}
Example:
Switch(config)# aaa authorization auth-proxy default
Step 5
group tacacs+
Specifies an AAA server.
tacacs-server host {hostname | ip_address}
Example:
Switch(config)# tacacs-server host 10.1.1.1
Step 6
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 7
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 8
Verifies your entries.show running-config
Example:
Switch# show running-config
Step 9
(Optional) Saves your entries in the configuration
file.
copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 10
Configuring Switch-to-RADIUS-Server Communication
Follow these steps to configure the RADIUS server parameters:
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1435
How to Configure Web-Based Authentication