03-12-2013 03:44 AM - edited 03-03-2019 07:00 AM
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
08-06-2013 04:00 AM
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
08-08-2013 02:39 AM
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.
08-12-2013 12:19 AM
By any chance you are implementing this on subinterface? If yes, you might have to put the policy on the main interface.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide