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

Policing QoS - 4500 Sup7

tinu_karki
Level 1
Level 1

We currently have a QoS policy as per configuration below:

!

!

policy-map QOS_POLICY

class VOICE

  set dscp ef

   police cir 12800 bc 8000

     conform-action transmit

     exceed-action drop

!

!

I wanted to increase the CIR, the BC and also change the exceed action from drop to remark it to best effort (dscp 0). I was able to increase the CIR and BC however couldnt change the exceed action. I tried two ways but failed:

1. Create a QoS map dscp policed

  - qos map dscp policed 46 to dscp 0

However our 4500 didnt take this command as the command ref guide i used for reference wasnt for a Sup7

2. I also tried the configuration below and got the following error message

Router(config-pmap-c-police)#exceed-action set-dscp-transmit 0

Conflicting transmit and drop actions for exceed-action

3 Replies 3

samirsogay
Level 1
Level 1

For the Conflicting transmit and drop actions for exceed-action
you will have to first remove the previous police command and then enter the new police command

Hi Samir,

Thanks for your reply, I tried to do as you said but now get the following error:

Router(config-pmap-c-police)#exceed-action set-dscp-transmit 0

exceed action: set-dscp-transmit cannot be configured for this interface

I am doing this under policy map -> class in global.

By any chance you are implementing this on subinterface? If yes, you might have to put the policy on the main interface.