I was able to apply the configuration, below:
!
class-map match-any VoIP
match ip dscp ef
match protocol rtp audio
match protocol rtcp
class-map match-any Video
match ip dscp af41
match protocol rtp video
class-map match-any Realtime
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 Realtime
class VoIP
set ip dscp ef
class Video
set ip dscp af31
!
policy-map QoS_Policy
class Realtime
service-policy Realtime
priority percent 35
class SIP
bandwidth percent 25
set ip dscp af31
class Data
bandwidth percent 15
set ip dscp af21
class class-default
fair-queue
set dscp default
!
> Date: Tue, 16 Apr 2013 21:11:23 +0200
> Subject: Re: QoS Config
> From: krzysiek.zalewski_at_gmail.com
> To: ebay_products_at_hotmail.com
> CC: rwest_at_zyedge.com; ccielab_at_groupstudy.com
>
> Cisco Fanatic
> When you want keep the Voice and Video separate why you don't create
> additional queue for Video? And give some "bandwidth percent"
>
> class AF41
> bandwidth percent 10
> set ip dscp af41
>
>
> On 4/16/13, Cisco Fanatic <ebay_products_at_hotmail.com> wrote:
> > 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
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Krzysiek
Blogs and organic groups at http://www.ccie.net
Received on Tue Apr 16 2013 - 13:54:40 ART
This archive was generated by hypermail 2.2.0 : Wed May 01 2013 - 06:47:40 ART