Wired Intelligent Edge

 View Only
  • 1.  Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 02, 2024 05:53 PM

    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



  • 2.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 02, 2024 08:44 PM

    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.
    ------------------------------



  • 3.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 04, 2024 02:13 AM

    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




  • 4.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 04, 2024 02:42 AM

    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.
    ------------------------------



  • 5.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 04, 2024 09:40 AM

    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




  • 6.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 06, 2024 04:16 AM
    Edited by ariyap Jul 06, 2024 04:16 AM

    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.
    ------------------------------



  • 7.  RE: Aruba 6000 switch : Tag Cos 5 on vlan

    Posted Jul 08, 2024 05:32 AM
    Edited by cedIMP Jul 08, 2024 05:36 AM

    Many, many thanks Ariyap !

    I'm searching this solution for so long, this was a problem for us for going from 2530 to cx6000 !

    Have a nice day

    edit : i do not find where to mark your post as a solution :)