<?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 Hello Shrikant, Thanks for in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620458#M197302</link>
    <description>&lt;P&gt;Hello Shrikant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your input. The ASA is giving the the following error when putting police command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;policy-map global_policy&lt;/P&gt;&lt;P&gt;class restrict_FL&lt;/P&gt;&lt;P&gt;&amp;nbsp;police ?&lt;/P&gt;&lt;P&gt;ERROR: % Unrecognized command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your information the ASA is 5545 and I am trying to put this command in context mode. So, please let me know the commands supported in context.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2015 04:52:20 GMT</pubDate>
    <dc:creator>shoaib sheikh</dc:creator>
    <dc:date>2015-02-20T04:52:20Z</dc:date>
    <item>
      <title>Restricting the bandwidth for particular subnet in ASA 5545</title>
      <link>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620455#M197298</link>
      <description>&lt;P&gt;Hello Freinds,&lt;/P&gt;&lt;P&gt;We have ASA 5545 connected to internet Router 3925. We are creating&lt;BR /&gt;site to site VPN From Firewall and want to restrict the bandwidth &amp;nbsp;of the users&lt;BR /&gt;travelling in the VPN. I know the process for router but not getting the&amp;nbsp;&lt;BR /&gt;configuration for firewall as options for policing traffic&amp;nbsp;are not coming under policy-map command in ASA.&lt;/P&gt;&lt;P&gt;Configuration for router:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip access-list extended 105&lt;BR /&gt;permit ip 10.10.10.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map test&lt;BR /&gt;match access-group 105&lt;/P&gt;&lt;P&gt;policy-map test1&lt;BR /&gt;class test&lt;BR /&gt;police cir 1000000&lt;BR /&gt;conform-action transmit&lt;BR /&gt;exceed-action drop&lt;BR /&gt;violate-action drop&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;int Gixx&lt;BR /&gt;service-policy output test1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please help me with the equivalent configuration for ASA 5545.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:27:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620455#M197298</guid>
      <dc:creator>shoaib sheikh</dc:creator>
      <dc:date>2019-03-12T05:27:47Z</dc:date>
    </item>
    <item>
      <title>Hi Shoaib,you can do the same</title>
      <link>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620456#M197299</link>
      <description>&lt;P&gt;Hi Shoaib,&lt;/P&gt;&lt;P&gt;you can do the same by referring below on ASA:&lt;/P&gt;&lt;P&gt;CLASSIFYING TRAFFIC-:&lt;/P&gt;&lt;P&gt;access-list capin1 permit ip &lt;SPAN style="font-size: 14.3999996185303px;"&gt;10.10.10.0 0.0.0.255 any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list capin1 permit ip any&amp;nbsp;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;10.10.10.0 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;Access-list cap permit ip any any ---&amp;gt; this is for all other traffic except 10.10.10.0&lt;/P&gt;&lt;P&gt;MATCHING THE TRAFFIC-:&lt;/P&gt;&lt;P&gt;class-map capin1&amp;nbsp;&lt;BR /&gt;match access-list capin1&lt;/P&gt;&lt;P&gt;Class-map cap&lt;BR /&gt;Match access-list cap&lt;/P&gt;&lt;P&gt;TAKING THE ACTION UNDER THE GLOBAL POLICY-:&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;class capin1&lt;BR /&gt;police input 1000000 -------to allocate the 10 Mbps for only 10.x.x.x network IN and OUT&lt;BR /&gt;police output 1000000&lt;BR /&gt;Class cap&lt;BR /&gt;Police input 20000000&amp;nbsp;------to allocate the 20 Mbps for other network subnets&amp;nbsp;IN and OUT&lt;BR /&gt;Police output 20000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shrikant&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 13:00:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620456#M197299</guid>
      <dc:creator>Shrikant Jadhav</dc:creator>
      <dc:date>2015-02-09T13:00:56Z</dc:date>
    </item>
    <item>
      <title>In ASA the access list wouldn</title>
      <link>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620457#M197301</link>
      <description>&lt;P&gt;In ASA the access list wouldn't take wild card mask, instead it should be subnet mask, hence&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;access-list capin1 permit ip&amp;nbsp;10.10.10.0 0.0.0.255 any&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;access-list capin1 permit ip any&amp;nbsp;10.10.10.0 0.0.0.255&lt;BR /&gt;Access-list cap permit ip any any ---&amp;gt; this is for all other traffic except 10.10.10.0&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;should be&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;access-list capin1 permit ip&amp;nbsp;10.10.10.0 255.255.255.0&amp;nbsp;any&lt;/P&gt;&lt;P style="font-size: 14.399998664856px; background-color: rgb(249, 249, 249);"&gt;access-list capin1 permit ip any&amp;nbsp;10.10.10.0 255.255.255.0&lt;BR /&gt;Access-list cap permit ip any any ---&amp;gt; this is for all other traffic except 10.10.10.0&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 18:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620457#M197301</guid>
      <dc:creator>APPIREDDY</dc:creator>
      <dc:date>2015-02-09T18:11:14Z</dc:date>
    </item>
    <item>
      <title>Hello Shrikant, Thanks for</title>
      <link>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620458#M197302</link>
      <description>&lt;P&gt;Hello Shrikant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your input. The ASA is giving the the following error when putting police command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;policy-map global_policy&lt;/P&gt;&lt;P&gt;class restrict_FL&lt;/P&gt;&lt;P&gt;&amp;nbsp;police ?&lt;/P&gt;&lt;P&gt;ERROR: % Unrecognized command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your information the ASA is 5545 and I am trying to put this command in context mode. So, please let me know the commands supported in context.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 04:52:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-the-bandwidth-for-particular-subnet-in-asa-5545/m-p/2620458#M197302</guid>
      <dc:creator>shoaib sheikh</dc:creator>
      <dc:date>2015-02-20T04:52:20Z</dc:date>
    </item>
  </channel>
</rss>

