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

Qos Service Policy Not Applied

Ciscoaclara
Level 1
Level 1

I am working with a Cisco Catalyst 3850 running IOS 03.02.03.SE.

We are creating QoS policy throttling Guest Wifi traffic. 

 

Using MCQ, here is what has been configured:

 

access-list 45 permit 10.81.200.0 0.0.1.255

 

class-map match any POLICE_PUB_WIFI

match access-group 45

 

policy map POLICE_PUB_WIFI_PMAP

class POLICE_PUB_WIFI

police 1500000 conform-action transmit  exceed-action drop

 

I cannot apply this policy map to vlan, so I attempted to apply to vlan interface:

service-policy output POLICE_PUB_WIFI_PMAP

 

After applying this command and not receiving an  error, I attempted to verify in running config but command does not show:

 

Interface Vlan 200

ip address 10.81.200.1 255.255.254.0

 

Show policy-map interface vlan 200 does not show anything as well.

 

Has anyone had this issue before and would be able to provide some insight?

 

2 Replies 2

brselzer
Cisco Employee
Cisco Employee

Hello,

 

If you have your logging level set to the highest, it should throw an error when you apply the service-policy to the interface. Check your log and see what it says.

 

Also, the version of code you are running is very old. Might be worth upgrading.

 

Hope that helps!

-Bradley Selzer
CCIE# 60833

Hello,

 

as far as I recall, on the 3850, you have to attach the policy to each physical port belonging to your VLAN (200 in your case):

 

3850(config)# interface GigabitEthernet1/0/1
3850(config-if)# service-policy output POLICE_PUB_WIFI_PMAP
3850(config-if)# exit

Review Cisco Networking products for a $25 gift card