Cisco Fanatic,
I would recommend to use LLQ/priority for Voice and then bandwidth
remaining percent 25, 15 etc based on your requirement for all the other
classes.
Best Regards,
Tharak Abraham Luke
On Tue, Apr 16, 2013 at 11:42 PM, Cisco Fanatic
<ebay_products_at_hotmail.com>wrote:
> 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 Wed Apr 17 2013 - 12:02:20 ART
This archive was generated by hypermail 2.2.0 : Wed May 01 2013 - 06:47:40 ART