System information

12-24
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
aaa test authentication
aaa test authentication
To test authentication using the specified authentication list, use the aaa test authentication command.
aaa test authentication {enable | login} default username password
aaa test authentication iscsi {listname |default} username password
aaa test authentication cancel
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines AAA uses the services in the specified authentication list to perform Enable, Login or iSCSI
authentication. Use this command to test iSCSI authentication prior to enabling authentication for SCSI
routing instances or for troubleshooting purposes.
Use the cancel keyword to terminate any outstanding test authentication requests. For example, if a
RADIUS or TACACS+ server is configured with a very long timeout value, you can cancel the request
rather than waiting for the timeout to occur.
In a cluster environment, AAA management functions are handled by a single storage router. To
determine which storage router is performing AAA management functions, issue the show cluster
command. If you issue the aaa test authentication command from a storage router that is not
performing AAA management functions, the CLI displays an informational message with the name of
the node that is currently handling those functions.
enable default Use the services in the Enable authentication list for testing. The name of
the list must be default.
login default Use the services in the Login authentication list for testing. The name of the
list must be default.
iscsi listname Use the services in the named iSCSI authentication list for testing.
iscsi default Use the services in the iSCSI authentication list for testing. The name of the
list must be default.
username The user name to be tested.
password The password associated with the specified user name.
cancel Cancel any outstanding test authentication requests.
Release Modification
3.2.1 This command was introduced.