<?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 rate-limit in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/rate-limit/m-p/2257446#M348676</link>
    <description>&lt;P&gt;Hi, I have someone who is worried about denial-of-service attacks. They have 11 vm's that share a connection and want to set it up so that there is a maximum amount of traffic allowed to hit each vm, so if there is a DDoS attack it will only affect that one VM instead of all the VM's on the same connection. What is the best way to go about this from the ASA? This is behind a 5515 with asa code version 8.6. Is there a way to rate-limit by ip address?&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:52:52 GMT</pubDate>
    <dc:creator>Benjamin Saito</dc:creator>
    <dc:date>2019-03-12T01:52:52Z</dc:date>
    <item>
      <title>rate-limit</title>
      <link>https://community.cisco.com/t5/network-security/rate-limit/m-p/2257446#M348676</link>
      <description>&lt;P&gt;Hi, I have someone who is worried about denial-of-service attacks. They have 11 vm's that share a connection and want to set it up so that there is a maximum amount of traffic allowed to hit each vm, so if there is a DDoS attack it will only affect that one VM instead of all the VM's on the same connection. What is the best way to go about this from the ASA? This is behind a 5515 with asa code version 8.6. Is there a way to rate-limit by ip address?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:52:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rate-limit/m-p/2257446#M348676</guid>
      <dc:creator>Benjamin Saito</dc:creator>
      <dc:date>2019-03-12T01:52:52Z</dc:date>
    </item>
    <item>
      <title>rate-limit</title>
      <link>https://community.cisco.com/t5/network-security/rate-limit/m-p/2257447#M348677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The feature is called traffic policing. Basically, what you should do is this:&lt;/P&gt;&lt;P&gt;1. Define traffic to each server by using corresponding ACLs&lt;/P&gt;&lt;P&gt;2. Define class map for each server&lt;/P&gt;&lt;P&gt;3. Define policy map or use global policy to apply policing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;server 1 has ip 10.0.0.1 and provides http access from the outside&lt;/P&gt;&lt;P&gt;server 2 has ip 10.0.0.2 and provides https access from the outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;access-list SERVER_1_TRAFFIC permit tcp any host 10.0.0.1 eq 80&lt;/P&gt;&lt;P&gt;access-list SERVER_2_TRAFFIC permit tcp any host 10.0.0.2 eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;class-map SERVER1&lt;/P&gt;&lt;P&gt;match access-list SERVER_1_TRAFFIC&lt;/P&gt;&lt;P&gt;class-map SERVER2&lt;/P&gt;&lt;P&gt;match access-list SERVER_2_TRAFFIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class SERVER1&lt;/P&gt;&lt;P&gt;&amp;nbsp; police input 100000 (bps) 10000 (bps)&lt;/P&gt;&lt;P&gt;&amp;nbsp; police output .....&lt;/P&gt;&lt;P&gt;&amp;nbsp; class SERVER2&lt;/P&gt;&lt;P&gt;&amp;nbsp; police input 200000 (bps) 10000 (bps)&lt;/P&gt;&lt;P&gt;&amp;nbsp; police output .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the guide:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/conns_qos.html#wp1065257"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/conns_qos.html#wp1065257&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 17:03:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rate-limit/m-p/2257447#M348677</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2013-06-04T17:03:29Z</dc:date>
    </item>
  </channel>
</rss>

