Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rate Limit Question

Status
Not open for further replies.

bberryca

IS-IT--Management
Sep 2, 2009
18
CA
Hello,

I currently have a rate limit on one of my interfaces on a 1841, i want to modify it to not limit ftp traffic from a specific IP. here is the current setup:

interface FastEthernet0/0
ip address 10.0.1.2 255.255.255.0
rate-limit input 3144000 16000 24000 conform-action set-prec-transmit 5 exceed-action drop

so i what to not limit ftp traffic from 10.0.1.20 but i do want to block traffic from all other sources(not just this subnet).

any help is much appreciated.

thanks,
Brad
 
Match the rate limit command against an acl. That acl's first line would be a deny host 10.0.1.20 any eq ftp, secon line permit ip any any.

When I remember the exact rate-limit command (just do "rate-limit ?"), I will let you know.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Thank you very much,

this worked perfect.

regards,
Brad.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top