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