RE: QoS Config

From: Ryan West <rwest_at_zyedge.com>
Date: Tue, 16 Apr 2013 18:19:05 +0000

Either of these should work -

class-map match-any real-time2
 match ip dscp af41 ef
class-map match-all real-time
 match ip dscp af41 ef

-----Original Message-----
From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of Cisco Fanatic
Sent: Tuesday, April 16, 2013 2:12 PM
To: ccielab_at_groupstudy.com
Subject: QoS Config

We have these 4 Queues - Gold (EF, AF41), Silver (AF31), Bronze (AF21) and Best-Effort. The profile I want to setup is 35% (GOLD), 25% (Silver), 15%
(Bronze) and match-all.

How can I assign EF (Voice) AF41 (Video) and still assign 35%?

!
class-map match-any EF
 description VoIP
 match ip dscp ef
 match access-group name SITE_IT_SUBNETS match protocol rtp class-map match-any AF41 description Video_Traffic match ip dscp af41 match access-group name SITE_IT_SUBNETS class-map match-any AF31 description Critical Data match ip dscp af21 match access-group name SITE_IT_SUBNETS class-map match-any AF21 description Preferred Data match ip dscp af31 match access-group name SITE_IT_SUBNETS class-map match-any default description for all other traffic match ip dscp default match any !
!
policy-map QoS_Policy
 class EF
  priority percent 35
  set ip dscp ef
 class AF31
  bandwidth percent 25
  set ip dscp af31
 class AF21
  bandwidth percent 15
  set ip dscp af21
 class class-default
  fair-queue
  set dscp default
!

Blogs and organic groups at http://www.ccie.net
Received on Tue Apr 16 2013 - 18:19:05 ART

This archive was generated by hypermail 2.2.0 : Wed May 01 2013 - 06:47:40 ART