Configuration Guide Vol. 1


10.3.6 Configuring command accounting with TACACS + servers

<Structure of this section>

(1) Sample Command Accounting Configuration with TACACS + Servers

Points to note

The example below shows how to configure TACACS+ command accounting.

Before you begin, complete the setup on the TACACS+ server host to which the accounting records will be sent.

Command examples

  1. (config)# tacacs-server host 192.168.10.1 key "TaC#001"

    Configures the TACACS+ server as a prerequisite step.

  2. (config)# aaa accounting commands 0-15 default start-stop group tacacs+

    Configures command accounting.

Notes

If you set aaa accounting commands without first executing the tacacs-server configuration command, the operation log entry System accounting failed will appear whenever the user enters a command. Make sure that you configure the destination TACACS+ server first.