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

Getting Started with HP-UX IPQoS
HP-UX IPQoS Deployment Components
Chapter 348
}
#
#####
Simple Configuration File Example
The following is an example of a valid configuration file that prioritizes outbound traffic with
a destination address in the 20.*.*.* network. In this example, outbound traffic on lan0 will
adhere to policy dst20net_p, for traffic matching filter dst20net_f.
########
# File for prioritizing traffic to specific destinations
#
####
# filter selects traffic going to destination addresses in the 20.*.*.* network
##
filter dst20net_f {
dstaddrlo 20.0.0.0
dstaddrhi 20.155.155.155
priority 1
}
####
# For all outbound traffic going to the 20.*.*.* network (traffic that
# matches filter dst20net_f) reserve 50% of lan0’s outbound bandwidth
# and allow up to 90% of lan0’s available bandwidth.
##
policy dst20net_p {
uses dst20net_f
res 50%
max 90%
}
adapter lan0 {
uses dst20net_p
}
####
This simple example illustrates the basic syntax of the configuration file.
For detailed syntax information on HP-UX IPQoS configuration files, see Chapter 4, “HP-UX
IPQoS Configuration Files,” on page 55.
To view examples of valid HP-UX IPQoS configuration files, see Appendix B, “HP-UX IPQoS
Configuration File Examples,” on page 117.