RE: QoS Config

From: Cisco Fanatic <ebay_products_at_hotmail.com>
Date: Tue, 16 Apr 2013 11:56:12 -0700

I want to keep the Voice and Video seperate. Also, when doing marking the set
command will only take one value. "set ip dscp ef"

I think the only way to do this is to do nesting of some sort.

!
class-map match-any VoIP
 match ip dscp ef
 match protocol rtp audio

class-map match-any Video
 match ip dscp af41
 match protocol rtp video

class-map match-any SIP
 match ip dscp af31
 match protocol sip

class-map match-any Data
 match ip dscp af21

class-map match-any default
 match ip dscp default
 match any
!
 policy-map QoS_Policy

> From: rwest_at_zyedge.com
> To: ebay_products_at_hotmail.com; ccielab_at_groupstudy.com
> Subject: RE: QoS Config
> 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
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html

Blogs and organic groups at http://www.ccie.net
Received on Tue Apr 16 2013 - 11:56:12 ART

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