I'm searching this solution for so long, this was a problem for us for going from 2530 to cx6000 !
Original Message:
Sent: Jul 06, 2024 04:15 AM
From: ariyap
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
you can apply QoS policies under vlans, as an example:
!
class ip VOIP
10 match any any any
!
policy QOS-MARKING
10 class ip VOIP action dscp EF
!
vlan 20
voice
apply policy QOS-MARKING in
------------------------------
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: Jul 04, 2024 09:39 AM
From: cedIMP
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
Hi Ariyap,
thnaks for that, but that's the problem, this is something i already tried :
This command is only possible under "physical ports" not under vlan or interface vlan.
Any more idea ?
Thanks
Original Message:
Sent: Jul 04, 2024 02:42 AM
From: ariyap
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
you can also add "qos cos xx" under interface vlan YYY
------------------------------
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: Jul 03, 2024 12:38 PM
From: cedIMP
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
Hi,
thanks for that !
But doing that you'll mark packets from vlan 10 as well (the PC plugged behind the phone for example).
I'd like to have vlan 20 packets marked as 5 and vlan 10 still best effort as it was on 2530.
Any idea on how to do that ?
regards
Original Message:
Sent: Jul 02, 2024 08:44 PM
From: ariyap
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
for CX switches, this is an example for marking the voice packets
vlan 20
name voice
voice
interface 1/1/1-1/1/12
description voice
vlan trunk native 10
vlan trunk allowed 10,20
qos trust none
qos cos 5
hope this helps.
------------------------------
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: Jul 02, 2024 11:50 AM
From: CedIMP
Subject: Aruba 6000 switch : Tag Cos 5 on vlan
Hi,
i'm quite new to CX AOS and i managed to find quite all what i was doing with "old" OS from 2530 switch for example except one thing :
I used to have such config :
Vlan 100
Name VoIP
tagged X-Y
voice
qos priority 5
This last statement is important as it mark all paquets on this vlan with Cos 5
I was totally unable to find such command on the CX AOS, it seems i can do it on a physical interface but not on a vlan.
I read the QoS part of the docs, that is really complete, and found nothing. I also saw on a forum someone asking the same question... with no reply.
In fact my customer would like to tag all paquet from vlan 100 and i do not know how to do that.
thanks for you help and any tips