<?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 ASA 5520 Bandwidth limiting in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-bandwidth-limiting/m-p/1506826#M611006</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to limit the amount of bandwidth per user (down/up) with my asa 5520. Now i am using the following code and i wonder if it's the most efficient way of doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Policy-map IPS_outside&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;class bandwidth-outside-class&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; police input 2000000 600000 conform-action transmit exceed-action drop&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; police output 2000000 600000 conform-action transmit exceed-action drop&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am wondering the follow:&lt;/P&gt;&lt;P&gt;-What rates should i put in (i want 250 kB up/down for my users).&lt;/P&gt;&lt;P&gt;-Right now i put these in and i get 350 kB up/down, am i correct in saying that the first value is the normal bandwidth and the second defines how much you can go above it?&lt;/P&gt;&lt;P&gt;-It also feels like this configuration limits my entire connection to this (not sure though, need some more testing). Though i doubt this observation is correct.&lt;/P&gt;&lt;P&gt;-Frankly what i want is that on the moment multiple users are downloading it starts to limit the highrollers so everyone gets a decent connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if someone wants to explain this to me (please a bit detailed, read some stuff about it but i can't seem to grasp it) i would be very grateful.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:43:20 GMT</pubDate>
    <dc:creator>marshallqqqq</dc:creator>
    <dc:date>2019-03-11T18:43:20Z</dc:date>
    <item>
      <title>ASA 5520 Bandwidth limiting</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-bandwidth-limiting/m-p/1506826#M611006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to limit the amount of bandwidth per user (down/up) with my asa 5520. Now i am using the following code and i wonder if it's the most efficient way of doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Policy-map IPS_outside&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;class bandwidth-outside-class&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; police input 2000000 600000 conform-action transmit exceed-action drop&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN&gt;&amp;nbsp; police output 2000000 600000 conform-action transmit exceed-action drop&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am wondering the follow:&lt;/P&gt;&lt;P&gt;-What rates should i put in (i want 250 kB up/down for my users).&lt;/P&gt;&lt;P&gt;-Right now i put these in and i get 350 kB up/down, am i correct in saying that the first value is the normal bandwidth and the second defines how much you can go above it?&lt;/P&gt;&lt;P&gt;-It also feels like this configuration limits my entire connection to this (not sure though, need some more testing). Though i doubt this observation is correct.&lt;/P&gt;&lt;P&gt;-Frankly what i want is that on the moment multiple users are downloading it starts to limit the highrollers so everyone gets a decent connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if someone wants to explain this to me (please a bit detailed, read some stuff about it but i can't seem to grasp it) i would be very grateful.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:43:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-bandwidth-limiting/m-p/1506826#M611006</guid>
      <dc:creator>marshallqqqq</dc:creator>
      <dc:date>2019-03-11T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 Bandwidth limiting</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-bandwidth-limiting/m-p/1506827#M611008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that would be (easily?) doable, since ASA polices per flow not per packet.&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#wp1064207"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/conns_qos.html#wp1064207&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set maximum bandwidth to be used by a particular flow, set of flows but within that flow or set of flows ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your best option is to shape traffic and/or policy particular bandwidth hoggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaping (example at the end of section)&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#wp1064207"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/conns_qos.html#wp1064207&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For values being explained:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/p.html#wp2133826"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/p.html#wp2133826&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and shape:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/s1.html#wp1451099"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/s1.html#wp1451099&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA is not a router, it will not have as many QoS capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopt this helps.&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 09:04:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-bandwidth-limiting/m-p/1506827#M611008</guid>
      <dc:creator>Marcin Latosiewicz</dc:creator>
      <dc:date>2010-09-22T09:04:31Z</dc:date>
    </item>
  </channel>
</rss>

