3 aaa commands, 1 aaa authentication login, Syntax – Planet Technology WGSW-48040 User Manual
Page 149: Default configuration
User’s Manual of WGSW-24020/WGSW-48040
-14
Display
all
When a parameter is required to define a range of ports or parameters and all is an
option, the default for the command is all when no parameters are defined. For
example, the command interface range port-channel has the option of either
entering a range of channels, or selecting all. When the command is entered
without a parameter, it automatically defaults to all.
5.3 AAA Commands
5.3.1 aaa authentication login
The aaa authentication login global configuration command defines login authentication. To return to the default configuration,
use the no form of this command.
Syntax
aaa authentication login
{default | list-name} method1 [method2...]
no aaa authentication login
{default | list-name}
Default — Uses the listed authentication methods that follow this argument as the default list of methods when a user
logs in.
list-name—Character string used to name the list of authentication methods activated when a user logs in.
method1 [method2...]—Specify at least one from the following table:
Keyword
Source or destination
enable
Uses the enable password for authentication.
line
Uses the line password for authentication.
local
Uses the local username database for authentication
none
Uses no authentication.
radius
Uses the list of all RADIUS servers for authentication. Uses username
tacacs
Uses the list of all TACACS servers for authentication. Uses username
Default Configuration
The local user database is checked. This has the same effect as the command aaa authentication login listname local.
#
Notice:
On the console, login succeeds without any authentication check if the authentication method is not defined.