<?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: Bandwidth Allocation on PIX 8.0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354138#M806570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-1230"&gt;https://supportforums.cisco.com/docs/DOC-1230&lt;/A&gt;&lt;SPAN&gt; also explains it with examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ASA(config)# priority-queue outside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ASA(config-cmap)# class-map TG1-rest-class&lt;BR /&gt;ASA(config-cmap)# match tunnel-group tunnel-grp1&lt;BR /&gt;ASA(config-cmap)# match flow ip destination-address&lt;BR /&gt;&lt;BR /&gt;ASA(config)# policy-map police-priority-policy&lt;BR /&gt;ASA(config-pmap-c)# class TG1-rest-class&lt;BR /&gt;ASA(config-pmap-c)# police output 512000&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;ASA(config-pmap-c)# service-policy police-priority-policy interface outside&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 15:38:49 GMT</pubDate>
    <dc:creator>Panos Kampanakis</dc:creator>
    <dc:date>2009-12-23T15:38:49Z</dc:date>
    <item>
      <title>Bandwidth Allocation on PIX 8.0</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354136#M806468</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having PIX ver 8.0&lt;/P&gt;&lt;P&gt;I want to allocate 512kb bandwidth for inbound remote access VPN users accessing LAN network behind PIX. My PIX is acting as VPN server and users on internet.&lt;/P&gt;&lt;P&gt;Can someone help me guide how to configure it using modular policy framework?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:51:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354136#M806468</guid>
      <dc:creator>akshay.dm</dc:creator>
      <dc:date>2019-03-11T16:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bandwidth Allocation on PIX 8.0</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354137#M806532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the below link for PIX/ASA Bandwidth allocation for application and usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps your query !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh.H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 11:24:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354137#M806532</guid>
      <dc:creator>Ganesh Hariharan</dc:creator>
      <dc:date>2009-12-23T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bandwidth Allocation on PIX 8.0</title>
      <link>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354138#M806570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-1230"&gt;https://supportforums.cisco.com/docs/DOC-1230&lt;/A&gt;&lt;SPAN&gt; also explains it with examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ASA(config)# priority-queue outside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ASA(config-cmap)# class-map TG1-rest-class&lt;BR /&gt;ASA(config-cmap)# match tunnel-group tunnel-grp1&lt;BR /&gt;ASA(config-cmap)# match flow ip destination-address&lt;BR /&gt;&lt;BR /&gt;ASA(config)# policy-map police-priority-policy&lt;BR /&gt;ASA(config-pmap-c)# class TG1-rest-class&lt;BR /&gt;ASA(config-pmap-c)# police output 512000&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;ASA(config-pmap-c)# service-policy police-priority-policy interface outside&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:38:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/bandwidth-allocation-on-pix-8-0/m-p/1354138#M806570</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-23T15:38:49Z</dc:date>
    </item>
  </channel>
</rss>

