HP-UX IPQoS A.01.00 Administrator's Guide (October 2005)

Table Of Contents
HP-UX IPQoS Configuration Files
Filter Blocks
Chapter 466
srcportlo[w] number
Low end of the source port number range.
srcporthi[gh] number
High end of the source port number range.
dstportlo[w] number
Low end of the destination port number range.
dstporthi[gh] number
High end of the destination port number range.
srcport number or servicename
Source port. This is equivalent to specifying the same value for srcportlo
and srcporthi. Specify this attribute when you want to specify a single
source port rather than a range.
Do not specify this attribute with srcportlo or srcporthi.
dstport number or servicename
Destination port. This is equivalent to specifying the same value for
dstportlo and dstporthi. Specify this attribute when you want to specify
a single destination port rather than a range.
Do not specify this attribute with dstportlo or dstporthi.
port number or servicename
Explicitly creates two filters that otherwise have the same attributes.
Specify this attribute when you do not need to specify whether the source
host is the client or the server, such as with ftp, or smtp. In one filter,
dstportlo=dstporthi=number or servicename. In the other filter,
srcportlo=srcporthi=number or servicename.
Do not specify this attribute with srcportlo, srcporthi, dstportlo or
dstporthi.
For example, specifying port http/tcp matches web browser and web
server traffic to the filter. Since HP-UX IPQoS only applies to outbound
traffic, if you want to select the host’s outbound web server traffic, specify
srcport http/tcp. If you want to select the host’s outbound browser
traffic, specify dstport http/tcp. If you want to select both kinds of traffic,
specify port http/tcp. Both the srcport and dstport filters will be
created.