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

service police on interface VLAN

Hi all, 

 

Any way to enable service police in Cisco 3850 on interface VLAN? Thanks in advance 

1 Accepted Solution

Accepted Solutions

Georg Pauwen
VIP Master VIP Master
VIP Master

Hello,

 

as far as I recall, you have to apply the policy at the physical port level on all interfaces belonging to the VLAN. Check the link below for a sample configuration.

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/qos/configuration_guide/b_qos_3se_3850_cg/b_qos_3se_3850_cg_chapter_011.html#task_59F294D7F57144278AED80B28B471339

View solution in original post

2 Replies 2

Georg Pauwen
VIP Master VIP Master
VIP Master

Hello,

 

as far as I recall, you have to apply the policy at the physical port level on all interfaces belonging to the VLAN. Check the link below for a sample configuration.

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/qos/configuration_guide/b_qos_3se_3850_cg/b_qos_3se_3850_cg_chapter_011.html#task_59F294D7F57144278AED80B28B471339

Thanks for your replay, yes you right so I tried to enable QoS per VLAN on physical, my configuration as below, I have port as a trunk port, when applying the service police it take it, but when I do sh run int I didn't see any service police .. any advice plz 

 

class-map match-any VLAN77
match VLAN 77

 

class-map match-any B
match dscp af23

 

policy-map B
class B
priority percent 60

 

policy-map BB
class VLAN77
shape average 6400000000
service-policy B
class VLAN593
shape average 6400000000
service-policy B
class class-default

 

SW (config)# interface TenGigabitEthernet1/0/1
SW (config-if)# service-policy output BB
end

 

SW # sh run interface TenGigabitEthernet1/0/1
switch port trunk allowed vlan 5,77,203,593,2008
switchport mode trunk

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers