aaa authentication login
Creates an authentication list and the criteria for login. This authentication is applied to vty users. The no version disables AAA authentication.
aaa authentication login { default | authListName } authenticator [ authenticator ]*
no aaa authentication login authListName
- default—Specifies the use of the default login for authentication
- authListName—Specifies an existing authentication list name (created using the login authentication command); a string of 1-32 characters
- authenticator—Specifies the authentication method:
- line—Use the line password for authentication
- none—Use no authentication
- radius—Use RADIUS authentication
- tacacs+—Use TACACS+ authentication
- *—Indicates that one or more parameters can be repeated multiple times in a list in the command line
Global Configuration