AAA Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 43-3
aaa radius-server
Configures or modifies a RADIUS server for Authenticated Switch Access or 802.1X port access control.
aaa radius-server server [host {hostname | ip_address} [hostname2 | ip_address2]] [key secret]
[retransmit retries] [timeout seconds] [auth-port auth_port] [acct-port acct_port]
no aaa radius server server
Syntax Definitions
server The name of the RADIUS 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 shared secret known to the switch and the server, but which is not
sent over the network. Can be any text or hexadecimal string but MUST
match the secret configured on the server. The secret is case-sensitive.
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.
Defaults
Platforms Supported
OmniSwitch 6250
parameter default
retries 3
seconds 2
auth_port 1812
acct_port 1813