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

Traffic Policing (or shaping) on 6509/6880-X

HIeu Phan
Level 1
Level 1

Hi everyone,

I'm working on building a Policing policy on our 6509-VSS (soon to be 6880-X VSS) because we are hosting a lot of customers environment and we want to throttle their bandwidth down, based on customers' SVI

Below is just a "paper" config that I came up with while reading the Release Note for iOS 15-1SY on SUP2T.

Can you let me know if this will work? Unfortunately for us, we do not have a test environment to test this config, so I have to ensure that this config is OK before starting to apply it.

Also, for a Service Provider type, would you recommend Policing or Shaping?

Router(config)# platform qos police distributed strict

Router(config)#class-map Class_25Mbps

Router(config-cmap)#match vlan 2245          !- assuming this is customer A

Router(config-cmap)#match vlan 2246          !- this is customer B, who bought the same bandwidth

Router(config-cmap)#end

Router(config)#policy-map Policy_25Mbps

Router(config-pmap)#class Class_25Mbps

Router(config-pmap-c)#police aggregate Aggr_25Mbps

Router(config-pmap-c)# police 25000000 pir 35000000 conform-action transmit exceed-action drop

Router(config)#interface vlan 10

Router(config-if)#service-policy input Policy_25Mbps

Router(config-if)#service-policy output Policy_25Mbps

Router(config-if)#end


0 Replies 0
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