[Contents] [Prev] [Next] [Index] [Report an Error]


Configuring TACACS+ System Accounting

You can use TACACS+ to track and log software logins, configuration changes, and interactive commands. To audit these events, include the following statements at the [edit system accounting] hierarchy level:

[edit system accounting]
events [ events ];
destination {
    tacplus {
        server { 
            server-address {
                port port-number;
                secret password ;
                single-connection;
                timeout seconds;
            }
        }
    }
}

This section includes the following topics:


[Contents] [Prev] [Next] [Index] [Report an Error]