HP-UX IPQoS A.01.00 Administrator's Guide (October 2005)
Table Of Contents
- About This Document
- 1 Introduction
- 2 Installing HP-UX IPQoS
- 3 Getting Started with HP-UX IPQoS
- 4 HP-UX IPQoS Configuration Files
- 5 Administering HP-UX IPQoS
- 6 Troubleshooting HP-UX IPQoS
- Overview
- Troubleshooting Tools
- Troubleshooting Scenarios
- Installation Scenario: HP-UX IPQoS Installation Fails
- HP-UX IPQoS Configuration File Verification Fails
- Active Configuration Is Not As Expected
- State Is Not As Expected
- Traffic Management Problems
- Corrupt or Missing HP-UX IPQoS Configuration File
- Internal Error from Corrupt or Missing HP-UX IPQoS Database File
- Sample Error and Warning Messages
- Reporting Problems to HP
- A HP-UX IPQoS Configuration File Attributes: Quick Reference
- B HP-UX IPQoS Configuration File Examples
- C ipqosadmin Quick Reference
- Glossary

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.