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

Per user (IP-destination) rate-limiting

l.buschi
Level 2
Level 2

Hello,

I would like to create a service-policy in order to apply a rate limiting inbound an interface.

I would like to assign a max 100Mbps for each user is downloading file from a server (based on the client destination IP from the server point of view).

If I apply a service policy with a police on the L3 interface, is this policy limiting the total traffic routed by the interface to 100Mbps or each download streaming to 100Mbps.

 

for example:

policy-map RATE-LIMITING

class class-default

police 100000 conform transmit exceed drop

!

int vlan 100

service-policy input RATE-LIMITING

 

Is this policy rate-limiting the total amount of traffic routed by int vlan 1 or is limiting every single stream routed by vlan 1?

 

Tks

Johnny

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame
It limits the aggregate traffic on the VLAN.

To limit the user ports, you would place the policy on each user port.
Review Cisco Networking products for a $25 gift card