Wired Intelligent Edge

 View Only

Procurve qos tagging - citrix traffic

This thread has been viewed 0 times
  • 1.  Procurve qos tagging - citrix traffic

    Posted Aug 15, 2018 04:56 AM
    Im working on a project that implements mpls circuits at a customer. I'v been tasked with also implementing qos to prioritize their citrix traffic..
     
    From my understanding the citrix guys need to do multi-stream ica traffic flows. My thought was to have them put print related stuff into one group and have that use one specific tcp port. Then have the rest of the citrix related traffic in a different group and use a different port.. makes sense?
     
    Im working on getting my config right for the switches in each location.. trying to tag voice with ef class and the citrix with af31 class.
     
    config would be:
     
    !
    qos tcp-port ipv4 2598 dscp af31
    qos tcp-port ipv4 1494 dscp af31
    qos type-of-service diff-services
    !
    vlan 100
    name "Voice"
    qos dscp ef
    !
     
    am i totally off?