I am trying to limit FTP incoming on my WAN interface...
T1---Adtran---switch---router
interface Ethernet0/1
description AT&T_help_1-877-eat-shit
ip address xxxxxxxxxxxxxxx
no ip redirects
no ip unreachables
no ip proxy-arp
ip accounting output-packets
ip nat outside
ip virtual-reassembly
ip route-cache flow
no ip route-cache cef
no ip mroute-cache
full-duplex
crypto map vpn_cmap_1
service-policy input MeasurFTP
policy-map MeasurFTP
class FTP
police rate 56000 bps
conform-action transmit
exceed-action drop
class-map match-any FTP
match protocol ftp
Any suggestions? FTP packets/downloads are still coming in at whatever bw the link is (i.e., I am downloading from our backup dsl circuit at full speed to our ftp server).
I am trying to rate-limit ftp to our ftp server. CAR did not work...
access-list 107 permit tcp any host 192.168.69.108 eq ftp
int e0/1
rate-limit input access-group 107 56000 2048 2048 conform-action transmit exceed-action drop
Still the same thing. Any suggestions? Whatever works, I can KRON to get rid of the acl at 5:05PM, and put it back in at 7:55AM...
/
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!
T1---Adtran---switch---router
interface Ethernet0/1
description AT&T_help_1-877-eat-shit
ip address xxxxxxxxxxxxxxx
no ip redirects
no ip unreachables
no ip proxy-arp
ip accounting output-packets
ip nat outside
ip virtual-reassembly
ip route-cache flow
no ip route-cache cef
no ip mroute-cache
full-duplex
crypto map vpn_cmap_1
service-policy input MeasurFTP
policy-map MeasurFTP
class FTP
police rate 56000 bps
conform-action transmit
exceed-action drop
class-map match-any FTP
match protocol ftp
Any suggestions? FTP packets/downloads are still coming in at whatever bw the link is (i.e., I am downloading from our backup dsl circuit at full speed to our ftp server).
I am trying to rate-limit ftp to our ftp server. CAR did not work...
access-list 107 permit tcp any host 192.168.69.108 eq ftp
int e0/1
rate-limit input access-group 107 56000 2048 2048 conform-action transmit exceed-action drop
Still the same thing. Any suggestions? Whatever works, I can KRON to get rid of the acl at 5:05PM, and put it back in at 7:55AM...
/
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!