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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

QoS not working 3

Status
Not open for further replies.

burtsbees

Programmer
Jan 29, 2007
7,657
US
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!
 
Nope---couldn't get any (kron or the time of day acls) to work...

/

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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top