Specifications
12-235
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
radius-server host
radius-server host
To specify a RADIUS server to be used for AAA authentication services, use the radius-server host
command. To delete the specified RADIUS server, use the no form of this command.
radius-server host ip-address [auth-port port-number] [timeout seconds] [retransmit retries]
[key key-string]
no radius-server host ip-address [auth-port port-number]
Syntax Description
Defaults No RADIUS server is specified.
Command Modes Administrator.
Command History
ip-address The IP address of the RADIUS server.
auth-port port-number (Optional) The UDP destination port for authentication requests. If
unspecified, the port number defaults to 1645.
timeout seconds (Optional) The host-specific time interval that the storage router waits for
the RADIUS server to reply before retransmitting. Enter a value in the range
of 1 to 1000. This setting overrides the global value of the
radius-server timeout command. If no timeout value is specified, the
global value is used.
retransmit retries (Optional) The number of times a RADIUS request is resent to the RADIUS
server, if the server is not responding or responding slowly. Enter a value in
the range of 0 to 100. A value of 0 disables RADIUS request retransmission.
This setting overrides the global setting of the radius-server retransmit
command. If no retransmit value is specified, the global value is used.
key key-string (Optional) The authentication and encryption key for all RADIUS
communications between the storage router and the RADIUS server. This
key must match the encryption used on the RADIUS daemon. If spaces are
used in the key, enclose the key in quotation marks. This key overrides the
global setting of the radius-server key command. If no key string is
specified, the global value is used.
Release Modification
3.2.1 This command was introduced.