04-26-2019 05:34 PM
Hi everyone,
I'm configuring per-vlan policing on 3850 switch like below :
class-map VLAN10 match vlan 10 policy-map POLICING_VLAN class VLAN10 police cir 5000000 conformed-action transmit exceed-action drop interface Gi1/0/48 switchport mode trunk service-policy input POLICING_VLAN service-policy output POLICING_VLAN
When I applied for the first time, I worked well, traffic for VLAN 10 was policed as configured. But then, I removed class-map, and re-applied it again, it didn't take any effect, traffic for VLAN 10 wasn't policed although configuration didn't throw any error.
I'm using Cisco 3850 with IOS XE 3.6.9.
Thank you for your help!
Solved! Go to Solution.
04-29-2019 06:21 AM
04-26-2019 11:51 PM
Hello,
what sequence of commands did you execute ? After removing the class map and reapplying it, did you also reapply the service policy on the interface ?
04-27-2019 07:13 PM
Hello Georg,
These are the commands I executed when removing and re-applying QOS :
policy-map POLICING_VLAN
no class VLAN10
exit
no class-map VLAN10
no vlan 10
! Create VLAN & QOS again :
vlan 10
class-map VLAN10
match vlan 10
policy-map POLICING_VLAN class VLAN10 police cir 5000000 conformed-action transmit exceed-action drop
I also tried to delete and re-apply service-policy on trunk interface, in both direction, but problem still there.
Thank you!
04-28-2019 12:59 AM
Hello,
this could be a bug. Try and reload the switch, then reapply the policy...
04-29-2019 06:10 AM
Thank you so much for your solution! It's worked, but just a temporary solution. Is there any long-term solution?
04-29-2019 06:21 AM
04-29-2019 06:31 AM
Thank you so much!
04-29-2019 06:42 AM
05-01-2019 05:26 PM
05-02-2019 01:01 AM
05-02-2019 01:59 AM
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