Thanks so much. that document is great. I didn't know about the local-priorities too. This give me something to try.
-------------------------------------------
Original Message:
Sent: Dec 18, 2025 06:20 PM
From: ariyap
Subject: Question about QoS
there are three parts to the overall QoS, Trust mode, Classification/Marking/remarking finally queue/scheduling
generally we'll do the classification/marking at the ingress ports of the access switches and queue/scheduling at the egress ports. But the first part is Trust mode, where by default behaviour of all the switches is not to trust any QoS markings. This is to check if the switch is set to trust DSCP marking or not. So generally you should not trust QoS markings at access switches and trust it on all non-access switches like agg and core.
note that each interface has 8x queues that you can map DSCP and all by default will be using Dynamic Weighted Round Robin (DWRR), but , you can also assign 1x Strict Priority (SP) queue which will be Queue 7.
so to pull it together you need a qos queue-profile, if you want to use SP for queue7 for your vice traffic, then you also need qos schedule-profile. these should be then applied to the interfaces. you already have your classifications rules that is referenced in your QoS policy, you need to apply that policy to ingress interfaces.
QoS is a big topic, here is a whitepaper "HPE Aruba Networking CX QoS For Crestron NVX/NAX Products" that describes it along with configuration snippets that you might find useful.
------------------------------
If my post was useful accept solution and/or give kudos.
Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
------------------------------
Original Message:
Sent: Dec 18, 2025 10:10 AM
From: ralvarez
Subject: Question about QoS
Ok thanks for the link to the guide. I've been using the guide and other resources online. I'm having a hard time understanding QoS. So I'm reaching out to the Airheads "Community" where I'm on a "discussion" group. If you don't want to discuss this, don't reply to my posts. It's not helpful.
Original Message:
Sent: Dec 17, 2025 07:04 PM
From: ariyap
Subject: Question about QoS
you can refer to the QoS guide, there is a section on monitoring queue operation.
also you can apply your policy directly to interfaces or to user-role.
------------------------------
If my post was useful accept solution and/or give kudos.
Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
Original Message:
Sent: Dec 17, 2025 06:39 PM
From: ralvarez
Subject: Question about QoS
Thank ariyap for the reply. I did that, but I'm not sure how to verify it's working. I'm wondering about the QoS policy setup for layer 3, but isn't the VLAN 20 interface layer 2?
Original Message:
Sent: Dec 17, 2025 06:27 PM
From: ariyap
Subject: Question about QoS
to apply a qos policy to say a VLAN, you can use the following example.
vlan 20
apply policy DSCP_40 in
Here is the QoS user guide
------------------------------
If my post was useful accept solution and/or give kudos.
Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.