04-15-2010
01:58 PM
- last edited on
03-25-2019
04:10 PM
by
ciscomoderator
I'm trying to rate limit traffic on vlan1 for less than 1 mb. I use the following config and tried to
push upto 6mb with the hope that higher than 1 mb will be dropped but it didn't happen in my case.
when I do show int vlan 1 rate-limit I don't see anyting exceed or dropped. What am I doing wrong?
I'm trying this on on Cisco 3560 with 12.2.52.
Switch#show int vlan 1 rate-limit
Vlan1
Input
matches: access-group 101
params: 8000 bps, 1500 limit, 2000 extended limit
conformed 0 packets, 0 bytes; action: drop
exceeded 0 packets, 0 bytes; action: drop
last packet: 858339ms ago, current burst: 0 bytes
last cleared 00:01:15 ago, conformed 0 bps, exceeded 0 bps
My config looks like this- this is a lab set up and i can try any suggestion
access-list 101 permit ip any any
interface vlan 1
rate-limit input access-group 101 8000 1500 2000 conform-action drop exceed-action drop
I have also tried
interface vlan 1
rate-limit input access-group 101 8000 1500 2000 conform-action transmit exceed-action drop
04-15-2010 02:48 PM
Try to use a class map, policy map and then police the data down to a specified rate
04-15-2010 09:36 PM
Hi,
Check the configuration guide for policing on SVI
HTH,
Lei Tian
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