cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
937
Views
5
Helpful
5
Replies

MQC Template

william.riley
Level 1
Level 1

 

 

Does anyone have a basic mqc template that prioritizes Voip,PCoip,Video, and then catch all. Received new 3850's and a 4510 which apparently uses mqc now versus our 3560's which use mls.  Having issues finding anything on marking pcoip traffic specifically.

5 Replies 5

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

ip access-list extended QOS-ACL-ANY
 permit ip any any

ip access-list extended QOS-ACL-PCOIP
 permit tcp any eq 4172 any
 permit udp any eq 4172 any
 permit tcp any eq 32111 any
 permit tcp any any eq 4172
 permit udp any any eq 4172
 permit tcp any any eq 32111

class-map match-any QOS-CLASS-CS1
  match ip dscp cs1

class-map match-any QOS-CLASS-CS3
  match ip dscp cs3

class-map match-any QOS-CLASS-AF41
  match ip dscp af41

class-map match-any QOS-CLASS-EF
  match ip dscp ef

class-map match-any QOS-CLASS-CS6
  match ip dscp cs6

class-map match-all QOS-CLASS-ANY
 match access-group name QOS-ACL-ANY

class-map match-all QOS-CLASS-PCOIP
 match access-group name QOS-ACL-PCOIP

class-map match-any QOS-CLASS-SCAVENGER
 match precedence 1

class-map match-any QOS-CLASS-DEFAULT
 match precedence 0

class-map match-any QOS-CLASS-PREFERRED
 match precedence 2 3 4
 match dscp 40 41 42 43
 match dscp 44 45 47
 match precedence 6 7

class-map match-any QOS-CLASS-REAL-TIME
 match dscp ef

policy-map QOS-POLICY-IN
class QOS-CLASS-EF
  set dscp ef
  police 320000 8000 conform-action transmit exceed-action set-dscp-transmit default
class QOS-CLASS-CS3
  set dscp cs3
  police 32000 8000 conform-action transmit exceed-action set-dscp-transmit default
class QOS-CLASS-AF41
  set dscp af41
  police 5000000 156250 conform-action transmit exceed-action set-dscp-transmit default
class QOS-CLASS-PCOIP
  set dscp 33
class QOS-CLASS-CS1
   set dscp cs1
class QOS-CLASS-ANY
  set dscp default

policy-map QOS-POLICY-OUT
 class QOS-CLASS-DEFAULT
  bandwidth remaining percent 22
  dbl
 class QOS-CLASS-REAL-TIME
  priority
 class QOS-CLASS-PREFERRED
  bandwidth remaining percent 70
 class QOS-CLASS-SCAVENGER
  bandwidth remaining percent 4
  dbl
 class class-default
  bandwidth remaining percent 4

Hi Joseph 

Thanks for your post. Question I am not seeing under the following

policy-map QOS-POLICY-OUT
 class QOS-CLASS-DEFAULT

 

the dbl as an option? 

 

Many Thanks 

Jeff

I'm unsure what you're asking.  You're not seeing DBL in what I posted are you're asking why it's there?

Hi Joseph, yes. I was not seeing dbl in my lab switch as well as prod 3850. i did look it up and looks like its a congestion avoidance, is this only in the 4500s?

DBL is a feature, I believe, unique to the 4500s.

Review Cisco Networking products for a $25 gift card