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

Rate-Limit Template

johnlloyd_13
Level 9
Level 9

hi all,

i'm currently troubleshooting a router but client's traffic (both DL and UL) keeps on increasing. i want to rate-limit their 2mbs/512kbps ADSL bandwidth.

qos is really not one of my strengths and i'm at lost with normal bust and max burst.

could someone give me a quick template on how to do this? my idea is to give their pipe at least 90% bandwidth.

Router(config-if)#rate-limit ?

  input   Rate limit on input

  output  Rate limit on output

1 Reply 1

adnane dakna
Level 1
Level 1

class-map match-all ratelimite-10Mbs

match access-group name ratelimite-&0Mbs

!        

!        

policy-map Limit_10Mbs

class ratelimite-10Mbs

   police cir 10000000

     violate-action drop

!        

interface f0/1

description connected to  Customer LAN

no ip address

duplex full

speed auto

service-policy input Limit_10Mbs

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