Disabling accounting

You have two functionally equivalent options to disable accounting: either by using the aaa accounting command with the none option or by using the no aaa accounting command. You must perform the disable operation separately for login accounting and for command accounting. The operation is performed in global configuration mode.

The following example shows how to disable command accounting by using the aaa accounting command with the none option.

device(config)# aaa accounting commands default start-stop none

The following example shows how to disable command accounting by using the no aaa accounting command.

device(config)# no aaa accounting commands default start-stop

The following example shows how to disable login accounting by using the aaa accounting command with the none option.

device(config)# aaa accounting exec default start-stop none

The following example shows how to disable login accounting by using the no aaa accounting command.

device(config)# no aaa accounting exec default start-stop