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

Policing: Calculate burst rate

colmgrier
Level 1
Level 1

Looking at configuring policing on a layer3 port on a 6500 switch. How do I calculate the burst rate to limit the port to allow a max of 600MB ingress/egress on a 1GB port

### 6500 ###

!- QOS

mls qos

!- ACL

access-list 101 permit tcp 172.16.35.152 0.0.0.0 172.18.0.0 0.0.0.255

access-list 101 permit tcp 172.16.38.100 0.0.0.0 172.18.0.0 0.0.0.255

access-list 102 permit tcp 172.18.35.125 0.0.0.0 172.16.0.0 0.0.0.255

access-list 102 permit tcp 172.18.38.100 0.0.0.0 172.16.0.0 0.0.0.255

!- class map

class-map Police

match ip address 101

match ip address 102

!- Policy map

policy-map Traffic

class Police_OUT

police 600000000 conform-act transmit exceed-act drop

Please advise.

!- L3 Port

int G5/1

service-policy in traffic

service-policy out trafic

2 Replies 2

leekleybm
Level 1
Level 1

I don't think the 6500 will support full MQC. Commands like police, bandwidth, etc. are not going to be taken.

Can anyone else confirm?

leekleybm
Level 1
Level 1

Sorry, just realized I gave you an answer that provided zero help. You will want to check out the 6500 documentation for PFC QoS. Specifically the sections for aggregate and micro-flow policers. Basically, you build the mls qos aggregate-policer, then apply that to the class-map.

http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SXF/native/configuration/guide/qos.html

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: