Setting up policer using IOS

Hello there,

I'm a newbie in the cisco IOS area and have a question about setting up a policer on a 24-ported Catalyst 3750 Switch using CLI.

I'd like to allow all traffic on port 23 up to a certain rate (say

500000 bps) using a certain level (say 20000 bytes) after which the packets should be dropped. I tried the following:

enable configure terminal policy-map policy1 class class-default police 500000 20000 exceed-action drop exit configure interface GigabitEthernet1/0/23 service-policy input policy1 end

But this doesn't seem to work. Any ideas?

Thx. René Bøje Nielsen

read more and respond »

Posted 5 years ago by rbn in Cisco Systems

Report misuse

Image for Setting up policer using IOS