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

Policing on a 6500 not working

fabianalfaro
Level 1
Level 1

Hi,

I have a Catalyst 6500 with PFC2 and MSFC2 running CatOS (Layer2) + IOS (Layer3). I need to configure a limit of 1Mbps on the bandwidth available for a specific VLAN so I tried to configure policing on the routing engine but it is not working.

I have tested it and checked the "show policy-map interface" command but statistics do not increase when there is normal traffic. It only increases a little bit when I access the router with a computer on the VLAN.

Anybody knows what could be the problem?

I am using the following configuration:

class-map match-all test

match access-group 111

policy-map 1mbps

class test

police 1000000 31250 31250 conform-action transmit exceed-action drop

interface Vlan200

service-policy input 1mbps

service-policy output 1mbps

access-list 111 permit ip any any

Thanks,

Fabián

2 Replies 2

Yudong Wu
Level 7
Level 7

Thanks! I am going to try it that way as I just found out the following:

"On Catalyst 6500 Switches that run Hybrid OS, the configuration of rate-limit does not give the desired output."

"The reason behind this is that the MSFC takes care of only control functions, but actual traffic forwarding occurs on PFC ASICs on the supervisor. The MSFC compiles the FIB and adjacency tables, as well as other control information, and downloads it to PFC to implement in hardware. With the configuration you have created, you rate-limit only the software switched traffic, which should be minimal (or none)."

http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a008074d6b1.shtml#sp-limits

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:

Review Cisco Networking products for a $25 gift card