Link to home
Start Free TrialLog in
Avatar of wannabecraig
wannabecraigFlag for Ireland

asked on

Bandwidth restriction for FTP traffic on an ASA 5505

Hi,

We are looking to restrict the amount of Bandwidth a protocol can use through our ASA 5505.  We want the FTP protocol not to hog the full amount of bandwidth when somebody is downloading from an FTP site.
Avatar of montezz
montezz

You want to implement QoS. How to configure QoS on the ASA:

http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/qos.html
Also I found a good example on another ExEx post:

(copied from https://www.experts-exchange.com/questions/22998690/Bandwidth-Throttling-on-Cisco-ASA-5505.html )

hostname(config)# policy-map http_traffic_policy
hostname(config-pmap)# class http_traffic
hostname(config-pmap-c)# inspect http
hostname(config-pmap-c)# police output 250000
hostname(config)# service-policy http_traffic_policy interface outside

Avatar of wannabecraig

ASKER

Is there any way of doing this trough the ASDM?
ASKER CERTIFIED SOLUTION
Avatar of montezz
montezz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial