Activate
Authentication Proxy Accounting
The aaa accounting command enables
accounting and creating named method lists to define specific accounting methods
on a per-line or per-interface basis. Use the global configuration
mode command aaa accounting auth-proxy to activate the
security server that will monitor the accounting information. The router reports
these attributes as accounting records, which are then stored in an accounting
log on the security server. Use the no form of this command to disable
accounting. The basic syntax is
Rtr1(config)#aaa accounting auth-proxy default {accounting-method} method1 [method2. . .]
The accounting methods include the following four choices:
For minimal accounting, use the stop-only
keyword. For more detailed accounting, include the start-stop
keyword. For even more accounting control, include the wait-start keyword, which ensures the start notice is received by
the RADIUS or TACACS+ server before granting the user’s process request.
Unlike other AAA authorization options, this one requires the
keyword default, not allowing the creation of a named list.
Also, this feature only allows three method options: group tacacas+, group
radius, and group group-name.
The following example uses TACACS+ servers for both login
authentication and proxy authorization.
Rtr1(config)#aaa new-model
Rtr1(config)#tacacs-server timeout 7
Rtr1(config)#tacacs-server key cisco-key
Rtr1(config)#tacacs-server host 192.168.1.4
Rtr1(config)#aaa authentication login default group tacacs+ local secret
Rtr1(config)#aaa authorization auth-proxy default group tacacs+
Rtr1(config)#aaa accounting auth-proxy default start-stop group tacacs+