SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
radius-server accounting system host-config
5.
aaa group server radius server-name
6.
server-private {host-name | ip-address} key {[0 server-key | 7 server-key] server-key
7.
accounting system host-config
8.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enables AAA network security services.aaa new-model
Example:
Device(config)# aaa new-model
Step 3
Enables the device to send a system accounting record for the
addition and deletion of a RADIUS server.
radius-server accounting system host-config
Example:
Device(config)# radius-server accounting
system host-config
Step 4
Adds the RADIUS server and enters server-group configuration
mode.
aaa group server radius server-name
Example:
Device(config)# aaa group server radius
radgroup1
Step 5
•
The server-name argument specifies the RADIUS server group
name.
Enters the hostname or IP address of the RADIUS server and hidden
server key.
server-private {host-name | ip-address} key {[0
server-key | 7 server-key] server-key
Step 6
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1020
How to Configure Accounting