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

RATE limit RATE limit RATE limit RATE limit

tareqrebhi
Level 1
Level 1

Dear,

I have tried using RADIUS server to apply rate-limit to my ADSL coustomers using :

rate-limit output access-group 101 1024000 6000 512000 conform-action transmit exceed-action drop

i applied this at raduis server at my output interface but i does not work.

there is no output for sh interface rate limit.

the configuration and settings for rate limit are applied at raduis server....ok

when i do sh interface rate limit on router....i dont have any results.

i have configured (VPDN interface-Virtual and interface-access ) for my ADSL coustomers.

i need to make bills for this customrs.

please if the points not clear let me know

2 Replies 2

wdrootz
Level 4
Level 4

Try this configuration in your interface , or write the access list depend upon your requirement and implement it.

access-list 152 permit tcp any host eq www

access-list 153 permit tcp any host eq www established

interface {int}

rate-limit output access-group 153 1024000 6000 512000

conform-action transmit exceed-action drop

rate-limit output access-group 152 1024000 6000 512000

conform-action transmit exceed-action drop

finally verifies this configuration through the following commands.

show access-lists rate-limit

Displays information about rate-limit access lists.

show interfaces rate-limit

Displays information about CAR for a specified interface

kerek
Level 4
Level 4

Hi,

I guess you have to apply this on the radius only and not only the physical interface. When the session estblished the rate limit settings will be downloded to the particular virtual-access interface.

Take a look at this link for the radius config:

http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a00800b2d29.shtml

When the session established you can check it issuing the show interface virtual-access x rate-limit

Hope it helps, rate if does

Krisztian