Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | aaa accounting exec default none |
| 2 | Turn off accounting services for SSH CLI accesses. |
| 3 | The native (/var/log) accounting cannot be disabled. |
| 4 | |
| 5 | no aaa accounting exec default |
| 6 | Reset the accounting services for SSH CLI accesses to defaults. |
| 7 | This disables all accounting services, with the exception |
| 8 | of native (/var/log) accounting, which is always enabled. |
| 9 | |
| 10 | aaa accounting exec default start-stop group tacacs+ |
| 11 | Configure the currently-defined set of TACACS+ servers |
| 12 | as an accounting service for SSH CLI login and logout. |
| 13 | |