Link to home
Start Free TrialLog in
Avatar of PerimeterIT
PerimeterIT

asked on

Bandwidth policing by VLAN

I have a number of customers sharing an internet connection and I want to rate limit them all so they don't use up all of the pipe at once.
Each customer is assigned a VLAN.

Need some help with the Cisco Syntax;
How can I create a QoS policing policy to rate limit them?
Whenever I try to apply a police it doesn't stick in the configuration.


class-map match any RATELIMIT

policy-map RATELIMIT
  class RATELIMIT
    police cir 25600000 bc 312500 be 312500 conform-action transmit exceed-action drop violate-action drop

int vlan 20
  service-policy input RATELIMIT
  service-policy output RATELIMIT

*That last bit doesn't stick in the config, it takes the command but then doesn't apply to the running config?
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Try removing the input policy and just apply the output policy, and see if that makes a difference.

Try using two different policy names for the input and output policy.
Avatar of PerimeterIT
PerimeterIT

ASKER

nope same thing, I enter the policy command and it accepts it but it doesn't list the command in the running config.
ASKER CERTIFIED SOLUTION
Avatar of PerimeterIT
PerimeterIT

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Found the solution myself, no help from community