<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Limiting outbound FTP Traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643558#M593267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have applied the specified con&lt;/P&gt;&lt;P&gt;figs but it isnt working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all FTP&lt;BR /&gt; match protocol ftp&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map FTP&lt;BR /&gt;&amp;nbsp; class FTP&lt;BR /&gt;&amp;nbsp; shape average 4000000&lt;BR /&gt;&amp;nbsp; bandwidth percent 30&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; bandwidth percent 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface fastethernet 0/0&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;service-policy output FTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;Can you let me know if thats correct if i have to limit FTP traffic to 4mb , also the bandwidth percent here is over all interface bandwidth or the service i am subscribed for or is that the bandwidth available on teh interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jan 2011 07:10:23 GMT</pubDate>
    <dc:creator>imranraheel</dc:creator>
    <dc:date>2011-01-30T07:10:23Z</dc:date>
    <item>
      <title>Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643553#M593262</link>
      <description>&lt;P&gt;I want to limit the Outbound FTP access from my internet LAN. Is there any way to limit the outbound FTP traffic, also i already have an extended ACL applied on my WAN interface. Please let me know how to limit the traffic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:40:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643553#M593262</guid>
      <dc:creator>imranraheel</dc:creator>
      <dc:date>2019-03-11T19:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643554#M593263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rate-limit FTP traffic by configuring Police.&lt;/P&gt;&lt;P&gt;Check out this document:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/conns_qos.html#wp1065257"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/conns_qos.html#wp1065257&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 17:44:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643554#M593263</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-27T17:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643555#M593264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACn you give me an example also I have an existing ACL would the policy map effect that ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list ext ftp-acl&lt;/P&gt;&lt;P&gt;match protocol ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ftp-class&lt;/P&gt;&lt;P&gt;match ip ftp-acl&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;policy-map outbound&lt;/P&gt;&lt;P&gt;class ftp-class&lt;/P&gt;&lt;P&gt;bandwitdh 4096&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;bandwith 10240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping in mind the specified details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 10MB circuit and on the WAN interface i already have and inbound and outbound ACL applied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 19:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643555#M593264</guid>
      <dc:creator>imranraheel</dc:creator>
      <dc:date>2011-01-27T19:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643556#M593265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is on an ASA or IOS device?&lt;/P&gt;&lt;P&gt;Your WAN interface is a physical interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:14:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643556#M593265</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-27T20:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643557#M593266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the output it seems it's an IOS router since the ASA does not supports NBAR.&lt;/P&gt;&lt;P&gt;So, on IOS (rate-limit FTP to 1Mb):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map FTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; match protocol ftp&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map CBWFQ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; class FTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; police 1mb &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;int s0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; service-policy out CBWFQ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You&amp;nbsp; could also do the above with a shape command instead of police.&amp;nbsp; The&amp;nbsp; policier will drop all FTP traffic above 1 Mb, a shaper will queue it&amp;nbsp; and to keep FTP from exceeding 1 Mb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also not limit FTP bandwidth, but just prioritize to only use excess bandwidth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map CBWFQ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; class FTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bandwidth percent 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 04:36:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643557#M593266</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-28T04:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting outbound FTP Traffic</title>
      <link>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643558#M593267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have applied the specified con&lt;/P&gt;&lt;P&gt;figs but it isnt working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all FTP&lt;BR /&gt; match protocol ftp&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map FTP&lt;BR /&gt;&amp;nbsp; class FTP&lt;BR /&gt;&amp;nbsp; shape average 4000000&lt;BR /&gt;&amp;nbsp; bandwidth percent 30&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; bandwidth percent 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface fastethernet 0/0&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;service-policy output FTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt; mso-ansi-language: EN;"&gt;Can you let me know if thats correct if i have to limit FTP traffic to 4mb , also the bandwidth percent here is over all interface bandwidth or the service i am subscribed for or is that the bandwidth available on teh interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jan 2011 07:10:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/limiting-outbound-ftp-traffic/m-p/1643558#M593267</guid>
      <dc:creator>imranraheel</dc:creator>
      <dc:date>2011-01-30T07:10:23Z</dc:date>
    </item>
  </channel>
</rss>

