HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)

130 4 - CONFIGURATION-MODE COMMANDS
Syntax qos rule src <source IP> dest <destination IP> [dest-port <port>] dscp <level>
rulenum <rulenum>
Parameters
Example
minna (config) # qos rule src 10.0.0.4 dest 10.0.0.1 dscp 12 rulenum 3
minna (config) #
radius-server host
Description Adds a RADIUS server to the set of servers used for authentication. Some of the
parameters given can override the configured global defaults for all RADIUS servers.
For detailed information see the HP StorageWorks Enterprise File Services WAN
Accelerator Deployment Guide.
Syntax radius-server host {host <hostname> | ip-address <ip address>}
[auth-port <port-number> | timeout <seconds> |
retransmit <retries> | key <string>]
Parameters
Usage The same IP address can be used in more than one radius-server host command if
the auth-port value is different for each. The auth-port value is a User Datagram
Protocol (UDP) port number. The auth-port value must be specified immediately
after the hostname option (if present).
<source IP Specifies the source IP subnet. You can use wild cards in this field.
<destination IP> Specifies the destination IP subnet. You can use wild cards in this field.
dest-port <port> Specifies the port on which to monitor. To configure QoS mapping for
the FTP data channel, specify port 20. To configure QoS mapping for the
MAPI data channel, specify port 7830 and the corresponding DSCP
level. The destination port can be a single port (number), a port label, or
all specifies all ports.
<level> Specifies the DSCP level (0-63).
<rulenum> Specifies the rule number to insert before.
host <hostname> | ip-
address <IP address>
Specifies the RADIUS server host name or IP address.
auth-port <port-
number>
Specifies the authorization port number. The default value is 1812.
timeout <seconds> Sets the timeout for retransmitting a request to any RADIUS server.
The range is 1-60. The default value is 3.
retransmit <retries> Specifies the number of times the client attempts to authenticate
with any RADIUS server. The default value is 1. The range is 0-5.
To disable retransmissions set it to 0.
key <string> Sets the shared secret text string used to communicate with any
RADIUS server.