Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
AAA Commands
page 58-4
OmniSwitch CLI Reference Guide
September 2009
aaa radius-server
Configures or modifies a RADIUS server for Authenticated VLANs, Authenticated Switch Access, or 
802.1X port access control.
aaa radius-server server-name [host {hostname | ip_address} [hostname2 | ip_address2]] [key secret
[retransmit 
retries] [timeout seconds] [auth-port auth_port] [acct-port acct_port
[vrf-name 
vrf_name]
no aaa radius server server-name
Syntax Definitions
server-name
The name of the RADIUS server. This name is used in the related CLI 
commands to refer to the server.
hostname
The host name (DNS name) of the primary RADIUS server. The host 
name or IP address is required when creating a server.
ip_address
The IP address of the primary RADIUS server. An IP address or host 
name is required when creating a server.
hostname2
The host name (DNS name) of an optional backup RADIUS server.
ip_address2
The IP address of an optional backup RADIUS server.
secret
The text string shared secret known to the switch and the server, but 
which is not sent over the network. It can be any text or hexadecimal 
string but MUST match the secret configured on the server. The secret is 
case-sensitive. It is required when creating a server.
retries
The number of retries the switch makes to authenticate a user before 
trying the backup server (hostname2 or ip_address2). 
seconds
The timeout for server replies to authentication requests.
auth_port
The UDP destination port for authentication requests. 
acct_port
The UDP destination port for accounting requests. 
vrf_name
Specifies the VRF instance to which the RADIUS server belongs.