3 aaa authentication login – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 721

CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 721 of 855
Usage
This is a sample output from the command displaying how to disable aaa access control model. 
Switch(config)#no aaa new-model 
 
And you can check the result by using show aaa status command. 
Switch#show aaa status 
aaa stats: 
 Authentication disable 
Examples
Switch(config)#no aaa new-model
Related Commands
aaa new-model
38.3 aaa authentication login
Set authentication, authorization, accounting (AAA) authentication at login.
Command Syntax
aaa authentication login (default|LISTNAME) {enable|line|none|radius|local}
aaa: Authentication, authorization, and accounting 
authentication: authentication 
login: Enable password checking 
default: Default method list 
LISTNAME: An authentication list with this name 
enable: Enable password 
line: Line password 
none: No authentication 
radius: Radius server 
local: Local username 
Command Mode
Global configuration mode
Usage
This is a sample output from the command displaying how to set authentication at login. 
Switch(config)#aaa authentication login default local radius none 
And you can check the result by using show aaa method-lists command. 
Switch#show aaa method-lists authentication 
authen queue=AAA_ML_AUTHEN_LOGIN 
name=default state =ALIVE : local radius none
