CLI Reference AAA Configuration Commands
no login authentication
Apply the default Login authentication method list
to the terminal line.
Apply the defined Login authentication method list
to the terminal line.
Once the default login authentication method list has been
configured, it will be applied to all the terminals automatically. If
non-default login authentication method list has been applied to the
terminal, it will replace the default one. If you attempt to apply the
undefined method list, it will prompt a warning message that the login
authentication in this line is ineffective till it is defined.
The following example defines an AAA Login authentication method
list named list-1. In the authentication method list, first the local user
database is used for authentication. Then apply this method to VTY
0-4.
Ruijie(config)# aaa authentication login list-1 local
Ruijie(config)# line vty 0 4
Ruijie(config-line)# login authentication list-1
Enable the AAA security service.
Configure the Login authentication
method list.
Define a local user database.
aaa authorization commands
Use this command to authorize the command executed by the user who has logged in the NAS CLI. The
no form of this command is used to disable the aaa authorization command function.
aaa authorization commands level {default | list-name} method1 [method2...]
no aaa authorization commands level {default | list-name}