cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
0
Helpful
2
Replies

Another QOS Q.

youssef.ahmed
Level 1
Level 1

What r my options to give FTP traffic 15% from bandwidth on Routers?

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

You could use a configuration such as:

class-map match-any FTP

match protocol ftp

policy-map FTP-TRAFFIC

class FTP

bandwidth percent 15

class class-default

fair-queue

interface serial0

service-policy input FTP-TRAFFIC

Also, take a look at the QoS SRND

http://www.cisco.com/univercd/cc/td/doc/solution/esm/qossrnd.pdf

Hope this helps.

Brandon

Some additional notes on Brandon's example:

The policy would be more relevant for outbound vs. inbound.

Fair-queue within class-default, on most Cisco routers, can negate the bandwidth reservation for other defined classes.

In the orginal post, you didn't make clear whether you wanted to guarantee FTP at least 15%, or allow it no more than 15%, or both. The example shown would be to guarantee a minimum. Using a shaper or policer within the FTP class would be used to set a maximum.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: