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

Rate-Limit

lovefunlove
Level 1
Level 1

Hello Guys

I have Cisco 1721 Router and have one serial and one Ethernet port. when i configure following commands for rate limit by trying on both the interface ( Serial and Ethernet) one by one

rate-limit input access-group 110 25000 2000 2000 conform-action drop exceed-action drop

rate-limit output access-group 110 25000 2000 2000 conform-action drop exceed-action drop

and

access-list 110 permit tcp any any.

when i try to do FTP from my lan PC the connection is not establishing.

When i do ftp without rate limit command it is hapenning.

Can you guys help me out.

Regards,

MAX

2 Replies 2

Hello Max,

you are rate-limiting all TCP traffic, possibly your FTP gets starved out, since you are limiting the traffic to only 25000 bits per second. Try to cnfigure the access list as:

access-list 110 permit tcp any any eq ftp

or increase the average rate (to e.g. 800000, with burst normal and burst-max set to 1600 and 2400, respectively).

HTH,

GP

a_w_ghaffar
Level 1
Level 1

please check your rate-limit configuration , the conform-action should not be "DROP" it should be " CONTINUE"

regards

AWG

Review Cisco Networking for a $25 gift card