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

Needed help on QoS - urgent

ericng1983
Level 1
Level 1

Hi there,

I encounter 1 problem. Customer need to set the bandwidth for business class to have a 512k of speed and i already set it with "bandwidth" conmand.

What if they want it to ensure if the bandwidth exceeded 512k it will remark it to have IPP=0

How to do it?

class-map match-any Business

match ip precedence 1

policy-map GLOBAL_MAP

class Business

bandwidth 512

police rate (set to 512k if exceed remark it to IPP=0)

Above is the requirement. Thanks

Regards,

Eric

Sent from Cisco Technical Support iPhone App

1 Accepted Solution

Accepted Solutions

John Blakley
VIP Alumni
VIP Alumni

You should be able to do something like this:

police 512000 conform-action transmit  exceed-action set-prec-transmit 0

John

HTH, John *** Please rate all useful posts ***

View solution in original post

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

You should be able to do something like this:

police 512000 conform-action transmit  exceed-action set-prec-transmit 0

John

HTH, John *** Please rate all useful posts ***

Great help.

Thank you it make sense to me. I will try it out.

Appreciate your prompt respond.

Sent from Cisco Technical Support iPhone App