SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
aaa server radius dynamic-author
5.
client {ip-address | name} [vrf vrfname] [server-key string]
6.
server-key [0 | 7] string
7.
port port-number
8.
auth-type {any | all | session-key}
9.
ignore session-key
10.
ignore server-key
11.
authentication command bounce-port ignore
12.
authentication command disable-port ignore
13.
end
14.
show running-config
15.
copy running-config startup-config
DETAILED STEPS
PurposeCommand 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
Configures the switch as an authentication, authorization, and
accounting (AAA) server to facilitate interaction with an external
policy server.
aaa server radius dynamic-author
Example:
Switch(config)# aaa server radius
Step 4
dynamic-author
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01 99
Configuring RADIUS
Configuring CoA on the Switch