Chapter 8
| Authentication Commands
AAA
– 218 –
aaa accounting
update
This command enables the sending of periodic updates to the accounting server.
Use the
no
form to disable accounting updates.
Syntax
aaa accounting
update
[
periodic
interval]
no aaa accounting
update
interval - Sends an interim accounting record to the server at this interval.
(Range: 1-2147483647 minutes)
Default Setting
1 minute
Command Mode
Global Configuration
Command Usage
◆
When accounting updates are enabled, the switch issues periodic interim
accounting records for all users on the system.
◆
Using the command without specifying an interim interval enables updates,
but does not change the current interval setting.
Example
Console(config)#aaa accounting update periodic 30
Console(config)#
aaa authorization
commands
This command enables the authorization of Exec mode commands. Use the
no
form to disable the authorization service.
Syntax
aaa authorization
commands
level {
default
| method-name}
start-stop group
{
tacacs+
| server-group}
no aaa authorization
commands
level {
default
| method-name}
level - The privilege level for executing commands. (Range: 0-15)
default
- Specifies the default authorization method for service requests.
method-name - Specifies an authorization method for service requests.
(Range: 1-64 characters)
start-stop
- Records authorization from starting point and stopping point.
group
- Specifies the server group to use.
tacacs+
- Specifies all TACACS+ hosts configured with the tacacs-server
host command.