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

Table Of Contents
HP-UX IPQoS Configuration Files
Filter Blocks
Chapter 4 65
Attributes ending in lo[w] or hi[gh] must have a numerical value specified, a name is
not allowed.
If you specify srcaddrlo and not srcaddrhi, or vice-versa, it is equivalent to specifying
both as having the same value. The same is true for dstaddrlo and dstaddrhi,
srcportlo and srcporthi, dstportlo and dstporthi. Essentially, this is the same as
specifying srcaddr, dstaddr, srcport or dstport.
Address and Port Attributes
Specify addresses and port numbers by using the following keywords and syntax:
srcaddrlo[w] addr
Low end of the source address range.
srcaddrhi[gh] addr
High end of the source address range.
dstaddrlo[w] addr
Low end of the destination address range.
dstaddrhi[gh] addr
High end of the destination address range.
srcaddr addr or hostname
Source address. This is equivalent to specifying the same value for both
srcaddrlo and srcaddrhi.
Do not specify this attribute with srcaddrlo or srcaddrhi.
dstaddr addr or hostname
Destination address. This is equivalent to specifying the same value for both
dstaddrlo and dstaddrhi.
Do not specify this attribute with dstaddrlo or dstaddrhi.
addr[ess] addr or hostname
Explicitly creates two filters that otherwise have the same attributes.
Specify this attribute when you want to filter on an address or name, and
you do not need to specify a direction. In one filter, dstaddrlo=dstaddrhi=
addr or hostname. In the other filter, srcaddrlo=srcaddrhi= addr or
hostname.
Do not specify this attribute with srcaddrlo, srcaddrhi, dstaddrlo or
dstaddrhi.