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 - 11:12:18 ART
This archive was generated by hypermail 2.2.0 : Wed May 01 2013 - 06:47:40 ART