<?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 Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067414#M438405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's one service policy per interface ( you can have a global one { Applied to all of the interfaces }.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one policy can have different class-maps where you can assign different actions to the answer is yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Any other question..Sure.. Just remember to rate all of my answers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 16:11:49 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-09-18T16:11:49Z</dc:date>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067411#M438402</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA which is managing internet access from mutiple VLANs configured on a 3560 switch. I want to be able to limit the 100MB internet connection on the ASA on a per subnet (VLAN) basis for the multiple subnets configured on the switch.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN10 - 10.0.10.0 - limit to 5MB&lt;/P&gt;&lt;P&gt;VLAN20 - 10.0.20.0 - limit to 10MB&lt;/P&gt;&lt;P&gt;VLAN30 - 10.0.30.0 - limit to 3MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible.......if so, configuration example would be greatly appreciated &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:55:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067411#M438402</guid>
      <dc:creator>jdgriffiths</dc:creator>
      <dc:date>2019-03-11T23:55:26Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067412#M438403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be done... So you will need to create a MPF rule for each of those subnets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for vlan 10&lt;/P&gt;&lt;P&gt;access-list vlan10_rate_limit permit ip 10.0.10.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map rate_vlan_10&lt;/P&gt;&lt;P&gt;match access-list vlan10_rate_limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class rate_vlan_10&lt;/P&gt;&lt;P&gt; police input 5000000 conform-action transmit exceed-action drop &lt;/P&gt;&lt;P&gt;( You could set a burst rate if you want)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other question..Sure.. Just remember to rate all of my answers &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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 22:11:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067412#M438403</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-17T22:11:03Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067413#M438404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick and comprehensive reply! Couple of questions......I assume this needs to be applied to the outside interface? Can multiple MPF rules be applied to the interface to allow all VLANs to be limited as needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 08:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067413#M438404</guid>
      <dc:creator>jdgriffiths</dc:creator>
      <dc:date>2012-09-18T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067414#M438405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's one service policy per interface ( you can have a global one { Applied to all of the interfaces }.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one policy can have different class-maps where you can assign different actions to the answer is yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Any other question..Sure.. Just remember to rate all of my answers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 16:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067414#M438405</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-18T16:11:49Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067415#M438406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent - so to apply to the outside interface, the commands would be ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;PRE&gt;service-policy global_policy global&lt;/PRE&gt;
service-policy global_policy interface outside&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using your "global_policy" example from above - Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067415#M438406</guid>
      <dc:creator>jdgriffiths</dc:creator>
      <dc:date>2012-09-18T20:19:49Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067416#M438407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is correct &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;PRE style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; overflow: auto;"&gt;service-policy global_policy global&lt;/PRE&gt;&lt;P&gt; &lt;STRONG&gt;Will apply the policy-map global_policy to all the interfaces&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; overflow: auto;"&gt;service-policy global_policy interface outside&lt;/PRE&gt;&lt;P&gt; &lt;STRONG&gt;Will apply the global_policy to just the interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;This will not be a good desing as you are using the same 2 policies in different service-policies, the best option would be to apply it globally or just on the outside interface &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now an important fact if by any chance you have 2 different policies and one is global and the other one is applied to an interface, you might ask:&lt;/P&gt;&lt;P&gt;What will the ASA use? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The ASA will focus on the more specific one (the interface policy)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;Any other question..Sure.. Just remember to rate all of my answers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:32:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067416#M438407</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-18T20:32:58Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067417#M438408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:35:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067417#M438408</guid>
      <dc:creator>jdgriffiths</dc:creator>
      <dc:date>2012-09-18T20:35:16Z</dc:date>
    </item>
    <item>
      <title>Cisco ASA Limit Bandwidth Per Subnet For Multiple Subnets</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067418#M438409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pleasure to help &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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-limit-bandwidth-per-subnet-for-multiple-subnets/m-p/2067418#M438409</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-18T20:40:38Z</dc:date>
    </item>
  </channel>
</rss>

