Chapter 3: Management Commands 83
The following shows an example of the command.
(CN1610) #
(CN1610) #configure
(CN1610) #aaa accounting commands default stop-only tacacs
(CN1610) #aaa accounting exec default start-stop radius
(CN1610) #aaa accounting dot1x default start-stop radius
(CN1610) #aaa accounting dot1x default none
(CN1610) #exit
For the same set of accounting type and list name, the administrator can change
the record type, or the methods list, without having to first delete the previous
configuration.
(CN1610) #
(CN1610) #configure
(CN1610) #aaa accounting exec ExecList stop-only tacacs
(CN1610) #aaa accounting exec ExecList start-stop tacacs
(CN1610) #aaa accounting exec ExecList start-stop tacacs radius
The first aaa command creates a method list for exec sessions with the name
ExecList, with record-type as stop-only and the method as TACACS+. The
second command changes the record type to start-stop from stop-only for the
same method list. The third command, for the same list changes the methods list
to {tacacs,radius} from {tacacs}.
no aaa accounting This command deletes the accounting method list.
The following shows an example of the command.
(CN1610) #
(CN1610) #configure
(CN1610) #aaa accounting commands userCmdAudit stop-only tacacs
radius
(CN1610) #no aaa accounting commands userCmdAudit
(CN1610) #exit
password (AAA IAS
User Configuration)
Use this command to specify a password for a user in the IAS database. An
optional parameter encrypted is provided to indicate that the password given to
the command is already preencrypted.
Format
no aaa accounting {exec | commands | dot1x} {default |
list_name default}
Mode Global Config