Cisco Nexus 9000 Series Configuration Manual page 53

Nx-os security configuration guide, release 9.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring AAA
Before you begin
Configure RADIUS or TACACS+ server groups, as needed.
SUMMARY STEPS
1. configure terminal
2. aaa accounting default {group group-list | local}
3. exit
4. (Optional) show aaa accounting
5. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
aaa accounting default {group group-list | local}
Example:
switch(config)# aaa accounting default group radius
Step 3
exit
Example:
switch(config)# exit
switch#
Step 4
(Optional) show aaa accounting
Example:
switch# show aaa accounting
Step 5
(Optional) copy running-config startup-config
Example:
switch# copy running-config startup-config
Purpose
Enters configuration mode.
Configures the default accounting method.
The group-list argument consists of a space-delimited list
of group names. The group names are the following:
• radius—Uses the global pool of RADIUS servers for
accounting.
• named-group—Uses a named subset of TACACS+ or
RADIUS servers for accounting.
The local method uses the local database for accounting.
The default method is local, which is used when no server
groups are configured or when all the configured server
groups fail to respond.
Exits configuration mode.
Displays the configuration AAA accounting default
methods.
Copies the running configuration to the startup
configuration.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Configuring AAA Accounting Default Methods
27

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents