aaa/authentication

Configures the AAA login sequence.

Usage

<aaa-config xmlns="urn:brocade.com:mgmt:brocade-aaa">
	<aaa>
		<authentication>
			<login>
				<first>local</first>
			</login>
		</authentication>
	</aaa>
</aaa-config>

Parameters

first
Specifies the type of server that will be used for authentication, authorization, and accounting (AAA) on the switch. The local server is the default. Specify one of the following options:
default
Specifies the default mode (local server). Authenticates the user against the local database only. If the password does not match or the user is not defined, the login fails
ldap
Specifies the Lightweight Directory Access Protocol (LDAP) servers
local
Specifies to use the local switch database if prior authentication methods are inactive
local-auth-failback
Specifies to use the local switch database if prior authentication methods are not active or if authentication fails
local
Specifies the local switch database
radius
Specifies the RADIUS servers
local
Specifies to use the local switch database if prior authentication methods are inactive
local-auth-failback
Specifies to use the local switch database if prior authentication methods are not active or if authentication fails.
tacacs+
Specifies the TACACS+ servers
local
Specifies to use the local switch database if prior authentication methods are inactive
local-auth-failback
Specifies to use the local switch database if prior authentication methods are not active or if authentication fails