SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa accounting network start-stop tacacs+
4.
aaa accounting exec start-stop tacacs+
5.
end
6.
show running-config
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Enables TACACS+ accounting for all network-related
service requests.
aaa accounting network start-stop tacacs+
Example:
Switch(config)# aaa accounting network start-stop
Step 3
tacacs+
Enables TACACS+ accounting to send a start-record
accounting notice at the beginning of a privileged EXEC
process and a stop-record at the end.
aaa accounting exec start-stop tacacs+
Example:
Switch(config)# aaa accounting exec start-stop
Step 4
tacacs+
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
890
How to Configure TACACS+