cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
641
Views
0
Helpful
0
Replies

3850 MCQ QOS Issues

Brent Catoe
Level 1
Level 1

I am having a strange issue with QoS on some 3850's we are installing. Below is an excerpt from the config. I have two class-map's. One that matches ef for Voice and one that matches af41 for VIDEO. Then two classes that allocate 1 percent to voice and 5 percent to video. I then have a service policy on all users interfaces "service-policy output USER".

The issue i am seeing is when the class VIDEO is in place ALL bulk data traffic (like a file transfer from a file share) drops to about 5Mb/s. I have ran a wireshark capture and packets coming from the file share have a DSCP of 0. So i cannot explain why that data would be hitting the Video class and getting throttled down. Does anything with the below config look incorrect?

class-map match-any VIDEO
  match ip dscp af41
class-map match-any VOICE
  match ip dscp ef
class-map match-any non-client-nrt-class
  match non-client-nrt
 
policy-map UPLINK
class VOICE
    priority level 1 percent 10
    police cir percent 10    conform-action transmit     exceed-action drop
class VIDEO
    priority level 2 percent 20
    police cir percent 20    conform-action transmit     exceed-action drop
class class-default
    bandwidth remaining percent 100
policy-map port_child_policy
class non-client-nrt-class
    bandwidth remaining ratio 10
policy-map USER
class VOICE
    priority level 1 percent 1
    police cir percent 1    conform-action transmit     exceed-action drop
class VIDEO
    priority level 2 percent 5
    police cir percent 5    conform-action transmit     exceed-action drop
class class-default
    bandwidth remaining percent 100
0 Replies 0
Review Cisco Networking products for a $25 gift card