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
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