User Manual User guide

210 Rockwell Automation Publication 1783-UM006A-EN-P - May 2014
Chapter 6 Administering the WAP Access
For list-name, specify a character string to name the list you are
creating.
For
method1..., specify the actual method the authentication
algorithm tries. The additional methods of authentication are used only
if the previous method returns an error, not if it fails.
Choose one of these methods:
local
Use the local username database for authentication. You must enter
username information in the database. Use the
username password
global configuration command.
radius
Use RADIUS authentication. You must configure the RADIUS server
before you can use this authentication method. For more information,
see Identifying the RADIUS Server Host on page 410
.
4. Enter line configuration mode and apply the authentication list.
line [console | tty | vty] line-number [ending-
line-number]
5. Apply the authentication list to a line or set of lines.
If you specify
default, use the default list created with the aaa
authentication login
command.
For
list-name, specify the list created with the aaa
authentication login
command.
login authentication {default | list-name}
6. Return to privileged EXEC mode.
end
7. Verify your entries.
show running-config
8. (Optional) Save your entries in the configuration file.
copy running-config startup-config
To disable AAA, use the no aaa new-model global configuration
command.
To disable AAA authentication, use the
no aaa authentication
login {default | list-name} method1 [method2...]
global configuration command.
To either disable RADIUS authentication for logins or to return to the
default value, use the
no login authentication {default |
list-name}
line configuration command.