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

QOS config

Asim Afzal
Level 1
Level 1

Hi,

I have applied belpow config and after that i see lot of output drops on the interface.

Purpose of below config to mark packet with ip precdence 5 and set prioity percent 10

class-map match-any TO-MPLS-PLATINUM

match access-group name HC_COS_PBR

match precedence 5

policy-map TO-MPLS

class TO-MPLS-PLATINUM

  set ip precedence 5

  priority percent 10

class class-default

  queue-limit 50000 packets

  fair-queue

Can you advise me whats the best practice

Thanks

2 Replies 2

mhnedirli
Level 1
Level 1

Hello, Asim

your class map will chose traffic that matches HC_COS_PBR access list OR ip packets with precedence 5, under policy map you could define policy which you want to  make, in your example it is not necessary to set ip precedence 5 because you are matching packets with ip precedence 5.

priority percent 10 -> this command will prioritize traffic on your interface you could look LLQ for detailed information,

mark traffic as close as to the source, best practises are mark traffic on access layer and apply qos policy on distribution layers

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

Can you advise me whats the best practice

"Best practice" might be to not go configuring QoS features without understanding QoS.

Seriously, there's not really a single "best practice" although if you don't understand QoS well enough to customize it for your needs, Cisco recommendations (NB what they also use for the later AutoQoS) might be a good starting point.

Did you have lots of output drops before you activated this QoS configuration?

If so, your interface might just be oversubscribed, and QoS doesn't just make oversubscribed bandwidth drops vanish.  (Although with QoS you can better control traffic drop priority.)

Are the drops just since you enabled this QoS configuration?  If so, it might help if you would post policy map stats.  If the drops are in your Platinum class, you just might not have enough bandwidth allocated to LLQ, which acts as an implicit policer when there's congestion.

PS:

BTW a 50K queue limit in your class default seems a bit excessive.

Review Cisco Networking products for a $25 gift card