08-05-2008 01:42 AM - edited 03-18-2019 09:26 PM
What r my options to give FTP traffic 15% from bandwidth on Routers?
08-05-2008 04:20 AM
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
08-06-2008 05:19 PM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide