In Palo Alto Networks PAN-OS, a
QoS Profile
(configured under
Objects > QoS Profile
) is a reusable object that defines a specific Quality of Service treatment to be applied to network traffic. It acts as a container for QoS settings that can then be referenced by QoS Policy rules.
Its primary function is to map traffic identified by a QoS Policy rule to one of the 8 predefined QoS Classes . Optionally, it can also be used to remark (set or modify) the DSCP or ToS/IP Precedence values in the IP headers of outgoing packets.
Key Point: The QoS Profile object itself does not define bandwidth limits (guaranteed or maximum). Bandwidth allocation is configured directly on the egress interface's QoS settings.
The most fundamental setting within a QoS Profile is the Class selection.
Class 1
or
Class 2
. A profile named "Bulk-LowPriority" might assign traffic to
Class 6
or
Class 7
.
Beyond class assignment, a QoS Profile can modify the IP header's Differentiated Services Code Point (DSCP) or Type of Service (ToS)/IP Precedence field for outgoing packets.
EF
,
AF21
,
CS3
).
QoS Profile objects are created and managed under:
Objects > QoS Profile
Parameter | Description | Required? |
---|---|---|
Name |
A unique, descriptive name for the profile (e.g.,
QoS-Critical-Apps-C2
,
QoS-Web-Default-C4
).
|
Yes |
Class | Selects the QoS Class (1-8) to assign to traffic matching the associated QoS Policy rule. Class 1 is highest priority, Class 8 is lowest. | Yes |
Remark IP DSCP | (Optional) Select a DSCP value (0-63 or standard names like EF, AFxx, CSx) to mark outgoing packets with. | No |
Remark IP Precedence | (Optional) Select an IP Precedence value (0-7) to mark outgoing packets with. (Less common than DSCP). | No |
The QoS Profile is a crucial link between identifying traffic and applying QoS treatment:
Policies > QoS
).
Network > Interfaces > [Interface] > QoS
) enforce the guaranteed/maximum bandwidth limits for that class.
Remember the Distinction: The QoS Profile object assigns the Class; the Interface QoS settings enforce the bandwidth rules *for* that Class on that specific interface.
For the PCNSE exam, know these points about QoS Profile objects:
Objects > QoS Profile
.
1. What is the MAIN function of a QoS Profile object created under
Objects > QoS Profile
?
2. Where in the PAN-OS GUI are QoS Profile objects configured?
3. Besides assigning a QoS Class, what other action can optionally be configured within a QoS Profile object?
4. How is a QoS Profile object typically applied to specific traffic flows?
5. Does configuring a QoS Profile object to use 'Class 2' guarantee 10 Mbps for traffic using that profile?