<?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: resource allocation issue in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090431#M22121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate a bit on that. I am not able to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 09:02:55 GMT</pubDate>
    <dc:creator>nsyal</dc:creator>
    <dc:date>2008-08-01T09:02:55Z</dc:date>
    <item>
      <title>resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090427#M22117</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have configured 2 resource classes in ACE as follows:&lt;/P&gt;&lt;P&gt;resource-class BE-Nonprod&lt;/P&gt;&lt;P&gt;  limit-resource all minimum 20.00 maximum unlimited&lt;/P&gt;&lt;P&gt;  limit-resource sticky minimum 20.00 maximum equal-to-min&lt;/P&gt;&lt;P&gt;resource-class FE-Nonprod&lt;/P&gt;&lt;P&gt;  limit-resource all minimum 20.00 maximum unlimited&lt;/P&gt;&lt;P&gt;  limit-resource sticky minimum 20.00 maximum equal-to-min&lt;/P&gt;&lt;P&gt;I have applied it to the respective contexts. When i execute "show resource allocation" on the admin context, I see that the minimum bandwidth is 17.77% instead of 20%(see the attachment)Is this a bug or am i doing something wrong. Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:49:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090427#M22117</guid>
      <dc:creator>nsyal</dc:creator>
      <dc:date>2008-07-31T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090428#M22118</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;send me the output for,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show running-config resource-class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use &lt;/P&gt;&lt;P&gt;limit-resource rate banddwidth minimum 20% maximum unlimited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will override the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;limit-resource all minimum 20.00 maximum unlimited &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command shows the resource allocation but does not show the actual resources being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display the resource usage for each context from the Admin context by using the show resource usage command in Exec mode. The syntax of this command is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show resource usage [all | [[context name | summary | top number] [resource {acc-connections | acl-memory | all | conc-connections | mgmt-connections | probes | proxy-connections | rate {bandwidth | connections | inspect-conn | mac-miss | mgmt-traffic | ssl-connections | syslog} | regexp | sticky | syslogbuffer | xlates}]]] [counter [all | current | denied | peak [count_threshold]]] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The keywords, arguments, and options are as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;â&amp;#128;¢all-(Optional) Displays the resource usage for each context individually. This is the default setting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;â&amp;#128;¢context name-(Optional) Displays the resource usage for the specified context. The name argument is case sensitive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;â&amp;#128;¢summary-(Optional) Displays the total resource usage for all contexts. For example, the denied column shows the items that have been denied for each context limit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;â&amp;#128;¢top number-(Optional) Displays the greatest n users of a single resource arranged from the highest to the lowest percentage of resources used. You must specify a single resource type. You cannot use the resource all keywords with this option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;â&amp;#128;¢resource-(Optional) Displays statistics for one of the following specified resources: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-acc-connections-Displays the number of application acceleration connections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-acl-memory-Displays the ACL memory usage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-all-Displays the resource usage for all resources used by the specified context or contexts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-conc-connections-Displays the resource usage for the number of simultaneous connections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-mgmt-connections-Displays the resource usage for the number of management connections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-probes-Displays the resource usage for the probes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-proxy-connections-Displays the resource usage for the proxy connections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rate-Displays the rate per second for the specified connections or syslog messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly send me the output also for &lt;/P&gt;&lt;P&gt;#show resource usage all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 11:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090428#M22118</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2008-07-31T11:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090429#M22119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attachment for the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 12:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090429#M22119</guid>
      <dc:creator>nsyal</dc:creator>
      <dc:date>2008-07-31T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090430#M22120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is because a fraction of the BW is reserved for management traffic (ie: probes, telnet, ssh,...)&lt;/P&gt;&lt;P&gt;So you can only reserve 20% of the allowable BW and this result in 17% of the total BW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be seen here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  bandwidth                  2280  230445860  200000000  725000000          0&lt;/P&gt;&lt;P&gt;    throughput               1631  230442326  200000000  600000000          0&lt;/P&gt;&lt;P&gt;    mgmt-traffic rate         649       3534          0  125000000          0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 08:58:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090430#M22120</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-08-01T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090431#M22121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate a bit on that. I am not able to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 09:02:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090431#M22121</guid>
      <dc:creator>nsyal</dc:creator>
      <dc:date>2008-08-01T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090432#M22122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate a bit on that. I am not able to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 09:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090432#M22122</guid>
      <dc:creator>nsyal</dc:creator>
      <dc:date>2008-08-01T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090433#M22123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate a bit on that. I am not able to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 09:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090433#M22123</guid>
      <dc:creator>nsyal</dc:creator>
      <dc:date>2008-08-01T09:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: resource allocation issue</title>
      <link>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090434#M22124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You apparently have an 8G license.&lt;/P&gt;&lt;P&gt;So, 20%  is 1.6G which is 200000000 bytes/sec and this is what has been reserved as shown in the command 'show resource usage'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, ACE will actually reserve 1G for management traffic.&lt;/P&gt;&lt;P&gt;So your 8G license is actually an 8G + 1G = 9G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When computing the BW allocated, ACE will use the number 9 and not 8.&lt;/P&gt;&lt;P&gt;So 1.6G out of 9G is only 17.7% but you still have 1.6G allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:10:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/resource-allocation-issue/m-p/1090434#M22124</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-08-01T11:10:35Z</dc:date>
    </item>
  </channel>
</rss>

