Configuration Guide     525
Configuring AAA AAA Configuration
Step 2 aaa authentication login { 
method-list 
} {
 method1
 } [ 
method2
 ] [ 
method3
 ] [ 
method4
 ]
Configure a login method list.
method-list
:
 
Specify a name for the method list.
method1/method2/method3/method4
:
 
Specify the authentication methods in order. The rst 
method authenticates a user rst, the second method is tried if the previous method does 
not respond, and so on. The default methods include radius, tacacs, local and none. None 
means no authentication is used for login.
Step 3 aaa authentication enable { 
method-list 
} {
 method1
 } [ 
method2
 ] [ 
method3
 ] [ 
method4
 ]
Configure an Enable password method list.
method-list
:
 
Specify a name for the method list.
method1/method2/method3/method4
:
 
Specify the authentication methods in order. The 
default methods include radius, tacacs, local and none. None means no authentication is 
used for getting administrative privileges.
Step 4 show aaa authentication [ login | enable ]
Verify the configuration method list.
Step 5 end
Return to privileged EXEC mode.
Step 6 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to create a Login method list named Login1, and 
configure the method 1 as the default radius server group and the method 2 as local.
Switch#configure
Switch(config)##aaa authentication login Login1 radius local 
Switch(config)#show aaa authentication login
Methodlist      pri1            pri2            pri3            pri4
default             local            --                --                 --
Login1             radius        local          --                  --
Switch(config)#end
Switch#copy running-config startup-config
The following example shows how to create an Enable method list named Enable1, and 
configure the method 1 as the default radius server group and the method 2 as local.
Switch#configure