HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

80 4 - CONFIGURATION-MODE COMMANDS
“wccp mcast-ttl” on page 196
“wccp service-group <service-id> routers <routers>” on page 196
“web auto-logout” on page 198
“web enable” on page 198
“web http enable” on page 199
“web http port” on page 199
“web httpd listen enable” on page 199
“web httpd listen interface” on page 200
“web https enable” on page 200
“web https port” on page 200
“web prefs log lines” on page 201
“web proxy host” on page 201
“web session renewal” on page 201
“web session timeout” on page 202
“write memory” on page 202
“write terminal” on page 202
aaa authentication login default
Description Configures Remote Authentication Dial-In User Service (RADIUS) or Terminal
Access Controller Access Control System (TACACS+) login settings. The order in
which the methods are specified is the order in which the authentication is attempted.
The no aaa command option clears all authentication states and returns user
authentication to the local username database.
Syntax [no] aaa authentication login default <method>
Parameters
Example
minna (config) # aaa authentication login default radius tacacs+ local
minna (config) #
<method> Specifies the authentication method: radius, tacacs+, or local. Use a space
separated list.
You must specify the local authentication method in the list. The order in
which you specify methods is the order in which authentication is attempted.
For example, to specify that RADIUS authentication is attempted first,
TACACS+ authentication is attempted second, and local authentication is
attempted third, enter the command shown in the following example.