SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
489
radius-server host
Use the
radius-server host
to specify the parameters for a remote RADIUS server. At a minimum, the
address (IP or DNS name) of the server must be given. The other parameters are also allowed and (if not
specified) will take default values or fall back on the global RADIUS server’s default settings.
Syntax Description
acct-port
<port#>
Sends accounting requests to this remote port.
auth-port
<port#>
Sends authentication requests to this remote port.
retransmit
<attempts>
Retries server after timeout this number of times (uses RADIUS global setting if
not given).
timeout
<seconds>
Waits for a response this number of seconds (uses RADIUS global setting if not
given).
key
<key>
Defines the shared key with the RADIUS server (uses RADIUS global setting if
not given). Note that the key must appear last on the input line since it reads the
rest of the line beyond the
key
keyword.
key encrypted
<key>
Defines an encrypted shared key with the RADIUS server (uses RADIUS global
setting if not given). Note that the key must appear last on the input line since it
reads the rest of the line beyond the
key
keyword.
Default Values
acct-port
1813
auth-port
1812
Usage Examples
The following example shows a typical configuration of these parameters:
ProCurve(config)#
radius-server host 1.2.3.4
ProCurve(config)#
radius-server host 3.3.1.2 acct-port 1646 key my key