11-09-2016 01:50 AM - edited 03-05-2019 07:26 AM
Hi everyone!
I need to limit rate in a transit vlan on a 4500X (without SVI on this switch).
And it's possible to apply a service-policy input/output on a vlan:
vlan configuration XXX
service-policy input limitrate
service-policy output limitrate
policy-map limitrate
class class-default
police 5000000
On what do input and output policies apply? What is the input and the output traffic in this case?
Thank you!
Solved! Go to Solution.
11-09-2016 04:38 AM
The policy you defines allows 5MB of traffic inbound and outbound.
However, if your service-policy doesn't work as planned, configure:
'qos vlan-based'
on the physical interfaces (port channels, trunk, or access ports) belonging to that Vlan.
11-09-2016 04:38 AM
The policy you defines allows 5MB of traffic inbound and outbound.
However, if your service-policy doesn't work as planned, configure:
'qos vlan-based'
on the physical interfaces (port channels, trunk, or access ports) belonging to that Vlan.
11-09-2016 05:57 AM
>> The policy you defines allows 5MB of traffic inbound and outbound.
Yes, it seems so.
>> on the physical interfaces (port channels, trunk, or access ports) belonging to that Vlan.
Thanks!
With policy-map on an interface (per vlan) It looks much clearer and works well.
My config:
interface Port-channelXX
vlan-range XXX
service-policy input limitrate
service-policy output limitrate
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