<?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: Hi Marcio, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3379973#M153202</link>
    <description>You just configure a class-map to match on the range of IPs needed.&lt;BR /&gt;What exactly do you mean by "throttle bandwidth" ? What you need to achieve?</description>
    <pubDate>Tue, 08 May 2018 11:52:37 GMT</pubDate>
    <dc:creator>Florin Barhala</dc:creator>
    <dc:date>2018-05-08T11:52:37Z</dc:date>
    <item>
      <title>Bandwidth Limit on ASA</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892360#M153195</link>
      <description>&lt;P&gt;Hello folks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Anyone knows how can I do bandwidth limit on ASA?&lt;/P&gt;
&lt;P&gt;With QoS there is no bandwidth command available.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Marcio&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:51:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892360#M153195</guid>
      <dc:creator>marcio.tormente</dc:creator>
      <dc:date>2019-03-12T07:51:42Z</dc:date>
    </item>
    <item>
      <title>Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892361#M153196</link>
      <description>&lt;P&gt;Hi Marcio,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please confirm the version of the ASA and the hardware model.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_81 gr-alert gr_gramm gr_run_anim Punctuation multiReplace" id="81" data-gr-id="81"&gt;Also&lt;/G&gt; you can check this link to configure bandwidth limiting on the ASA:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/91790-pixasa7x-traffic-mgt.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts and mark correct answers.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:07:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892361#M153196</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-06-08T16:07:46Z</dc:date>
    </item>
    <item>
      <title>Hello Aditya,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892362#M153197</link>
      <description>&lt;P&gt;Hello Aditya,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your support&lt;/P&gt;
&lt;P&gt;I have ASA 5555-X and the version is 9.5.(2).&lt;/P&gt;
&lt;P&gt;I didn´t see your documment in detail, I saw that the configuration was based on PIX, I have to see if all command is supported on ASA 5555-X.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Marcio&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:29:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892362#M153197</guid>
      <dc:creator>marcio.tormente</dc:creator>
      <dc:date>2016-06-08T16:29:31Z</dc:date>
    </item>
    <item>
      <title>Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892363#M153198</link>
      <description>&lt;P&gt;Hi Marcio,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_56 gr-alert gr_gramm gr_run_anim Punctuation only-ins replaceWithoutSep" id="56" data-gr-id="56"&gt;Yes&lt;/G&gt; all the commands are supported on ASA 5555-x.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This example shows how to throttle the bandwidth to 1 Mbps for a specific user in the outbound direction:&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# access-list WEB-LIMIT permit ip host 192.168.10.1 any&lt;BR /&gt;ciscoasa(config)# class-map Class-Policy&lt;BR /&gt;ciscoasa(config-cmap)# match access-list WEB-LIMIT&lt;BR /&gt;ciscoasa(config-cmap)#exit&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# policy-map POLICY-WEB&lt;BR /&gt;ciscoasa(config-pmap)# class Class-Policy&lt;BR /&gt;ciscoasa(config-pmap-c)# police output 1000000 conform-action transmit exceed-&lt;BR /&gt;action drop&lt;BR /&gt;ciscoasa(config-pmap-c)#exit&lt;BR /&gt;ciscoasa(config-pmap)#exit&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# service-policy POLICY-WEB interface outside&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts and mark correct answers.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892363#M153198</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-06-08T16:45:21Z</dc:date>
    </item>
    <item>
      <title>Thanks Aditya!</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892364#M153199</link>
      <description>&lt;P&gt;Thanks Aditya!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This information will help me alot&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892364#M153199</guid>
      <dc:creator>marcio.tormente</dc:creator>
      <dc:date>2016-06-08T16:55:55Z</dc:date>
    </item>
    <item>
      <title>Glad to assist you Marcio !!!</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892365#M153200</link>
      <description>&lt;P&gt;Glad to assist you Marcio !!!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:57:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/2892365#M153200</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-06-08T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3379456#M153201</link>
      <description>&lt;P&gt;How can i throttle bandwidth for a range of IP Addresses? I saw you gave an example for one host&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 17:26:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3379456#M153201</guid>
      <dc:creator>bishrow</dc:creator>
      <dc:date>2018-05-07T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3379973#M153202</link>
      <description>You just configure a class-map to match on the range of IPs needed.&lt;BR /&gt;What exactly do you mean by "throttle bandwidth" ? What you need to achieve?</description>
      <pubDate>Tue, 08 May 2018 11:52:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3379973#M153202</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-05-08T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3380052#M153203</link>
      <description>&lt;P&gt;Okay let me explain more on what i need to achieve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. We have a Cisco ASA 5515&lt;/P&gt;
&lt;P&gt;2. We have about 500 hosts which are sharing a bandwidth of 160 mbps of which we would want each host to share equally instead of lets say 10 hosts using more of the bandwidth than others.&lt;/P&gt;
&lt;P&gt;3. So if possible we would like each host to be limited to a bandwidth of 200 kbps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far i have tried this configuration which does not seem to work as hosts cannot access the Internet when the service policy is applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list internet_outbound extended permit ip 192168.1.0 255.255.255.0 any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;class-map internet_limit&lt;BR /&gt;match access-list internet_outbound&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;policy-map trottle_internet&lt;BR /&gt;class internet_limit&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;police output 200000 96000 conform-action transmit exceed-action drop&amp;nbsp;&lt;BR /&gt;police input 200000 96000 conform-action transmit exceed-action drop&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;service-policy throttle_internet interface inside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there something that i am missing?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 13:19:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3380052#M153203</guid>
      <dc:creator>bishrow</dc:creator>
      <dc:date>2018-05-08T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3380063#M153204</link>
      <description>I don't think you can achieve your goal with ASA. This is Linux territory unless Cisco made some huge QoS improvements lately.&lt;BR /&gt;&lt;BR /&gt;Still let's see some other thoughts.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2018 13:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3380063#M153204</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-05-08T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marcio,</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3766318#M153205</link>
      <description>&lt;P&gt;Hi Bishrom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you end up getting a resolution on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have upgraded from pfsense to an ASA and we used to have rate limiting that would restrict each host to only being able to get 7mb/7mb, but with the ASA I can only achieve doing an overall restriction to 7mb/7mb instead of allowing each host to achieve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be great, this seems like a basic feature Cisco is really missing out on if its not achievable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Steven&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 00:57:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-limit-on-asa/m-p/3766318#M153205</guid>
      <dc:creator>andrews_steven</dc:creator>
      <dc:date>2018-12-19T00:57:29Z</dc:date>
    </item>
  </channel>
</rss>

