Command execution information can be sent to a Remote Authentication Dial-In User Service (RADIUS) server for accounting purposes.
device# configure terminal
device(config)# aaa accounting commands default start-stop radius
device(config)# exit device#
device# show running-config aaa accounting aaa accounting commands default start-stop radius
The following example shows how to disable command accounting by using the no aaa acccounting command.
device# configure terminal device(config)# no aaa accounting commands default start-stop device(config)# exit
The following example shows how to disable command accounting by using the aaa accounting command specifying the none option.
device# configure terminal device(config)# aaa accounting commands default start-stop none device(config)# exit
The following example shows how to enable command accounting on a RADIUS server and verify the configuration.
device# configure terminal device(config)# aaa accounting commands default start-stop radius device(config)# exit device# show running-config aaa accounting aaa accounting commands default start-stop radius