radius-server

Configures a RADIUS server for AAA.

Usage

<radius-server xmlns="urn:brocade.com:mgmt:brocade-aaa">
	<host>
		<hostname>1.1.1.1</hostname>
		<auth-port>1812</auth-port>
		<protocol>chap</protocol>
		<key>Yf0BKEhsc83gp+kIoGMQ/g==</key>
		<encryption-level>7</encryption-level>
		<retries>6</retries>
		<timeout>10</timeout>
	</host>
</radius-server>

Parameters

hostname
Specifies the domain name or the IP address of this radius server
auth-port
Specifies UDP authentication port. The value can range from 1 through 65535. The default value is 1812
protocol
Specifies the authentication protocol to be used. Three protocol options are available
key
Specifies the secret shared with this server. The secret entered overrides the default secret
encryption-level
Specifies the encryption level. Encrytion level can be set to
0
Stores the key in clear text format
7
Stores the key in encrypted format
retries
Specifies number of retries for this server connection. The value can range from 0 through 100. The default number of retries is set to 5
timeout
Specifies the wait time for this server to respond. The value can range from 1 through 60 seconds. The default value is 5 seconds