cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
678
Views
5
Helpful
2
Replies

qos on 1841

roneng
Level 1
Level 1

hi all, i am new to qos.

i have 1841 with 2 interfaces for lan and wan.

i need to limit the ftp bandwith to 1mb, how can i do it at the router level?

Thanks

1 Accepted Solution

Accepted Solutions

Hi,

You can either use CAR or Class based policing on the ingress interface.

Krisztian

View solution in original post

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

If the 1841 is running a later IOS image that supports CBWFQ, you could do it as follows:

pseudo-config

class-map FTP

match protocol ftp

policy-map CBWFQ

class FTP

bandwidth 1mb

police 1mb

int s0

service-policy out CBWFQ

I'm suggesting using CBWFQ, which will allow you to easily expand QoS if you so desire.

You could also do the above with a shape command instead of police. The policier will drop all FTP traffic above 1 Mb, a shaper will queue it and to keep FTP from exceeding 1 Mb.

You could also not limit FTP bandwidth, but just prioritize to only use excess bandwidth.

e.g.

policy-map CBWFQ

class FTP

bandwidth percent 1

Hi,

You can either use CAR or Class based policing on the ingress interface.

Krisztian

Review Cisco Networking products for a $25 gift card