Specifications

12-364
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
show aaa
show aaa
To display AAA configuration information and operational statistics, use the show aaa command.
show aaa [from {filename | bootconfig | runningconfig}]
show aaa [stats]
Syntax Description
Defaults If no from parameter is specified, the display shows information from the currently running
configuration.
Command Modes Administrator or Monitor.
Command History
Usage Guidelines Use this command to display the current AAA configuration for the storage router. Use the stats keyword
to display usage statistics. Use the from bootconfig keywords to display the specified AAA
configuration information as it exists in the current saved configuration, used when the storage router
restarts. This may differ from the running configuration.
Examples The following example output displays the current AAA authentication configuration for the storage
router from the persistent saved configuration. The iSCSI default authentication list indicates that
authentication first tries to contact TACACS+ servers. If no server is found, TACACS+ returns an error
and AAA tries to use the local username database for authentication. If a match is found, the IP host is
allowed access; if no match is found, the IP host is denied access. If this attempt returns an error, the IP
host is not allowed access.
from filename (Optional) The name of the configuration file where the AAA configuration
is stored. This file must exist in the savedconfig directory.
from bootconfig (Optional) Display the AAA information from the persistent saved
configuration.
from runningconfig (Optional) Display the AAA information from the currently running
configuration.
stats (Optional) Display the number of authentication requests received and sent
since the storage router was last rebooted.
Release Modification
3.2.1 This command was introduced.
3.3.1 The from, bootconfig, and runningconfig keywords and the filename
argument were added.