<?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:ASA policing (rate limiting) globally vs specific interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233064#M346297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really..no one can answer this...&lt;BR /&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 21:39:31 GMT</pubDate>
    <dc:creator>shamax_1983</dc:creator>
    <dc:date>2013-07-22T21:39:31Z</dc:date>
    <item>
      <title>ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233062#M346295</link>
      <description>&lt;P&gt;I tried this many different ways but either I'm hitting a bug or I don't understand the concept completely. Either way please let me know what I'm doing wrong. So here's the scenario..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking after a firewall in a DC catering multiple clients. Each client is in own VLAN. I'm trying to to implement some sort of rate limiting on each vlan sub interface (on ASA) so I can limit each client to utilize maximum bandwidth of ( say 20/20mbps) and if a specific need arises, to customize this so one client can use more ( say 30/30Mbps). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to do this in a scalable manner.. So my thinking was.. If I create a global policy like the one below it will get applied on all vlan sub interfaces on the ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list rate_limit_global extended permit ip any4 any4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map class_map_global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; match access-list &lt;SPAN style="font-size: 10pt;"&gt;rate_limit_global &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; "&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; "&gt; class class-map-global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; police input 20000000 30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; police output 20000000 30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-policy global_policy global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked fine... Life is good &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the next step was to customize one of the vlans so one customer can get more.. So my thinking was if I create a new class-map just specifying the subnets I wanted have higher bandwidth and deny those on the &lt;SPAN style="font-size: 10pt;"&gt;class-map-global previously defined..(shown below) and have a specific policy-map applied on client's sub interface.. it will only up the bandwidth of that interface...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Assuming the customer VLAN subnet is &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;10.10.1.0/24 and the destination VLAN it needs to reach with higher bandwidth is &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;10.10.2.0/24..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;** This shows only newly added lines ( the above still exist)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list rate_limit_global extended deny ip 10.10.1.0 255.255.255.0 10.10.2.0 255.255.255.0&amp;nbsp;&amp;nbsp; &amp;lt;-- New additions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list rate_limit_global extended deny ip 10.10.2.0 255.255.255.0 10.10.1.0 255.255.255.0&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;-- New additions&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;access-list rate_limit_global extended permit ip any4 any4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list rate_limit_inside extended permit ip 10.10.1.0 255.255.255.0 10.10.2.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list rate_limit_inside extended permit ip 10.10.2.0 255.255.255.0 10.10.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map class_map_inside1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; match access-list rate_limit_inside&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map policy_map_inside&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; class class_map_inside1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; police input 30000000 30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; police output 30000000 30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;service-policy policy_map_inside interface inside&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working as expected. Sometimes it works sometimes it doesn't. I think it depends on the what command I put there first.. Am I missing something here.. ?? Am I making it too complex and there is an easy way to tackle this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm currently testing this on ASA 5505 running &lt;SPAN style="font-size: 10pt;"&gt;Software Version 9.0(2) with Security Plus licenses.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your input...&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233062#M346295</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2019-03-12T02:13:05Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233063#M346296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really..no one can answer this...&lt;BR /&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:39:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233063#M346296</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-07-22T21:39:29Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233064#M346297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really..no one can answer this...&lt;BR /&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:39:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233064#M346297</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-07-22T21:39:31Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233065#M346298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are doing it fine, the configuration is the one required,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what do you mean with this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Sometimes it works sometimes it doesn't. I think it depends on the what command I put there first&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Networking Posts check my blog at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233065#M346298</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-22T21:45:42Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233066#M346299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for replying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the problem is that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have the interface specific policy first and then added the Global policy, this works fine. If the ASA reboots, still works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I have the Global policy in place, and then If I added the interface specific policy, The inteface policy is not affectively applied (ie, still the global rate-limits are applied)&amp;nbsp; and the ASA needs a reboot OR I have to remove the global policy and re-aply it while the new interface policy is still applied&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not an acceptable scenario for me because this is a multi-tenent ASA.. I can't&amp;nbsp; remove and re-apply the global policy everytime I want a interface specific configuration bacause it breaks other traffic streams that utilize the global policy ( global inspections etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have any idea what's going on here.. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:21:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233066#M346299</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-07-23T06:21:44Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233067#M346300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done a clear-local host after the changes? If not try that without removing anything and sure keep me posted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN&gt;For Networking Posts check my blog at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.laguiadelnetworking.com/category/english/"&gt;http://www.laguiadelnetworking.com/category/english/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 00:59:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233067#M346300</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-07-24T00:59:04Z</dc:date>
    </item>
    <item>
      <title>Re:ASA policing (rate limiting) globally vs specific interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233068#M346302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not getting back to you any sooner.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you suggested, "&lt;SPAN style="font-size: 10pt;"&gt;clear-local host&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;" worked for me. But the strange thing is, after doing that, even if I applied everything from the scratch ( regardless of what I do with the asa..), everything worked well even without using the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;"clear-local host" (which is a good thing &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;). So now everhitng works fine. It could be that firewall was doing some weried buggy thing and suddenly cleared that up...&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks a lot for helping me out !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 01:06:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-policing-rate-limiting-globally-vs-specific-interface/m-p/2233068#M346302</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-08-26T01:06:11Z</dc:date>
    </item>
  </channel>
</rss>

