Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
AAA Commands
page 58-16
OmniSwitch CLI Reference Guide
September 2009
aaa authentication vlan multiple-mode
Specifies the AAA servers to be used in multiple-authority mode for Authenticated VLANs. 
aaa authentication vlan multiple-mode vlan_id server1 [server2] [server3] [server4]
no aaa authentication vlan vlan_id
Syntax Definitions
vlan_id
The VLAN associated with the server or chain of servers.
server1
The name of the RADIUS, TACACS+, or LDAP authentication server 
used for this Authenticated VLAN in multiple mode. At least one server 
is required. RADIUS, TACACS+, and LDAP server names are set up 
through th
 commands.
server2...server4
The names of backup servers for authenticating users through this 
VLAN. Up to 3 backups may be specified; include a space between each 
server name. These backups are only used if server1 becomes unavail-
able. They are polled in the order they are listed in this command. The 
first available server becomes the authentication server.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of the command to remove Authenticated VLANs in multiple mode.
• The servers may be RADIUS, TACACS+, or LDAP servers, or both. Up to 4 servers (total) may be 
configured for each VLAN in multiple mode. Each server name should be separated by a space.
• The switch uses only the first available server in the list to check for user information. For example, if 
server1 is not available, the switch will poll server2. If user information is not found on the first avail-
able server, the authentication request will fail.
• RADIUS, TACACS+, and LDAP servers may each have an additional backup specified through the 
, and 
 commands.
Examples
-> aaa authentication vlan multiple-mode 2 pubs1 pubs2
Release History
Release 6.1; command was introduced.