Authentication, Authorization, And Accounting (Aaa) Commands - D-Link DGS-510 Reference Manual

Gigabit ethernet smartpro switch
Table of Contents

Advertisement

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
8.
Authentication, Authorization, and
Accounting (AAA) Commands
8-1
aaa accounting commands
This command is used to configure the method list used for all commands at the specified privilege
level. Use the no form of this command to remove an accounting method list.
aaa accounting commands LEVEL {default | LIST-NAME} start-stop METHOD1 [METHOD2...]
no aaa accounting commands LEVEL {default | LIST-NAME}
Parameters
LEVEL
default
LIST-NAME
METHOD1 [METHOD2...]
Default
No AAA accounting method is configured.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use this command to configure the method list for accounting of commands.
Example
This example shows how to create a method list for accounting of the privilege level of 15 using
TACACS+ and sends the accounting messages at the start and end time of access.
Switch#configure terminal
Switch(config)#aaa accounting commands 15 list-1 start-stop group tacacs+
Switch(config)#
8-2
aaa accounting exec
This command is used to configure the method list used for exec accounting for a specific line. Use
the no form of this command to disable the accounting exec.
Specifies to do accounting for all configure commands at the
specified privilege level. Valid privilege level entries are 1 to 15.
Specifies to configure the default method list for accounting.
Specifies the name of the method list. This name can be up to 32
characters long.
Specifies the list of methods that the accounting algorithm tries in
the given sequence. Enter at least one method or enter up to four
methods. The following are keywords that can be used to specify a
method.
group tacacs+ - Specifies to use the servers defined by the
TACACS+ server host command.
group GROUP-NAME – Specifies to use the server groups defined
by the aaa group server tacacs+ command.
none – Specifies no to perform accounting.
87

Advertisement

Table of Contents
loading

Table of Contents