Allied Telesis AT-9000/12POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
1371
This example adds the IP address 115.16.172.54 as a TACACS+
authentication server at the bottom of the list. The server has the key
“prt17:”
awplus> enable
awplus# configure terminal
awplus(config)# tacacs-server host 115.16.172.54 key prt17
Specifying
TACACS+
Accounting
To specify TACACS+ accounting for all shell login sessions, use the AAA
ACCOUNTING LOGIN command in the Global Configuration mode. Here
is the format of the command:
aaa accounting login default start-stop|stop-only|none
group
radius|tacacs
The DEFAULT parameter indicates the default accounting method list.
The START-STOP parameter indicates a start accounting message is
sent at the beginning of a session, and a stop accounting message is sent
at the end of the session.
The STOP-ONLY parameter indicates a stop accounting message is sent
at the end of the session.
The NONE parameter disables accounting messages.
The GROUP parameter indicates the user server group. Specify the
TACACS+ server.
This example configures TACACS+ accounting for all login shell sessions
to send a start accounting message at the beginning of a session and a
stop accounting message at the end of the session:
awplus> enable
awplus# configure terminal
awplus(config)# aaa accounting login default start-stop
group tacacs
Removing the
Accounting
Method List
To reset the configuration of the default accounting list for login shell
sessions, use the NO AAA ACCOUNTING LOGIN DEFAULT command.
This command causes the switch to revert to the authentication method
used by the local user database:
awplus> enable
awplus# configure terminal
awplus(config)# no aaa accounting login default