<?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: CSS - add service x.x.x.x weight command in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777375#M14975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't really believe this is the cause, prior to configuring the weights the hits on the box were almost identical (+/- 5%). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the server with weight of 1, is almost 50% more than all the other 6 servers, if stickyness was the cause then each of the 7 servers would have differing hits, 6 of the servers are extremely close in hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nature of this application would not cause the a user to open one connection, and another to open 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&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>Wed, 04 Apr 2007 07:44:35 GMT</pubDate>
    <dc:creator>michael.e.reid</dc:creator>
    <dc:date>2007-04-04T07:44:35Z</dc:date>
    <item>
      <title>CSS - add service x.x.x.x weight command</title>
      <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777372#M14972</link>
      <description>&lt;P&gt;Hi, From the Cisco pages I read the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The CSS uses the weight for a service when you configure weighted roundrobin load balancing on the content rule. When you assign a higher weight to the service, the CSS redirects more requests to the service."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This suggests to me a server with a weight of 2 will receive twice as much hits as one with a weight of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have this configuration but the customer sees the server with a weight of 1 getting more hits, this is backed up by the show summary stats on the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content &lt;A class="jive-link-custom" href="http://www.abc.com" target="_blank"&gt;www.abc.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;vip address 145.26.114.42 &lt;/P&gt;&lt;P&gt;port 443 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;advanced-balance sticky-srcip &lt;/P&gt;&lt;P&gt;sticky-inact-timeout 31 &lt;/P&gt;&lt;P&gt;add service 1.1.1.1-443 &lt;/P&gt;&lt;P&gt;add service 2.2.2.2-443 weight 2 &lt;/P&gt;&lt;P&gt;add service 3.3.3.3-443 weight 2 &lt;/P&gt;&lt;P&gt;add service 4.4.4.4-443 weight 2 &lt;/P&gt;&lt;P&gt;add service 5.5.5.5-443 weight 2 &lt;/P&gt;&lt;P&gt;add service 6.6.6.6-443 weight 2 &lt;/P&gt;&lt;P&gt;add service 7.7.7.7-443 weight 2 &lt;/P&gt;&lt;P&gt;balance weightedrr &lt;/P&gt;&lt;P&gt;active &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;A class="jive-link-custom" href="http://www.abc.com" target="_blank"&gt;www.abc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;            Service Hits&lt;/P&gt;&lt;P&gt;2.2.2.2-443 2784623&lt;/P&gt;&lt;P&gt;3.3.3.3-443 2868285&lt;/P&gt;&lt;P&gt;4.4.4.4-443 2688701&lt;/P&gt;&lt;P&gt;5.5.5.5-443 2763660&lt;/P&gt;&lt;P&gt;1.1.1.1-443 5105735&lt;/P&gt;&lt;P&gt;6.6.6.6-44 2634987&lt;/P&gt;&lt;P&gt;7.7.7.7-44 2733737&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2007 07:55:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777372#M14972</guid>
      <dc:creator>michael.e.reid</dc:creator>
      <dc:date>2007-04-03T07:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - add service x.x.x.x weight command</title>
      <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777373#M14973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sticky function will overpass the weighted roundrobin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if the first user open 1 connections with server 1 and the 2nd user open 10 connections with server 2, you will see unequal load on your servers.&lt;/P&gt;&lt;P&gt;This is due to stickyness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:11:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777373#M14973</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-04-03T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - add service x.x.x.x weight command</title>
      <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777374#M14974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gdufour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same situation, weightedrr + L3-sticky. if the range is 0 to 10, does it mean 2 weighted more than 1?  but however users stick to service with weight 1 tend to open more connections than users stick to service with weight 2, so problem mentioned arise, is that the cause? &lt;/P&gt;&lt;P&gt;I'm still confusing on how to calculate this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hao Dai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 07:22:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777374#M14974</guid>
      <dc:creator>daifous_04</dc:creator>
      <dc:date>2007-04-04T07:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - add service x.x.x.x weight command</title>
      <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777375#M14975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't really believe this is the cause, prior to configuring the weights the hits on the box were almost identical (+/- 5%). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the server with weight of 1, is almost 50% more than all the other 6 servers, if stickyness was the cause then each of the 7 servers would have differing hits, 6 of the servers are extremely close in hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nature of this application would not cause the a user to open one connection, and another to open 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&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>Wed, 04 Apr 2007 07:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777375#M14975</guid>
      <dc:creator>michael.e.reid</dc:creator>
      <dc:date>2007-04-04T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - add service x.x.x.x weight command</title>
      <link>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777376#M14976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I consulted Cisco SE and TAC engineer, they confirmed that higher weight number brings more conns to service. When changing the sticky-mask, it seems to me the sticky-table is updated instantly and conns lay on services by the ratio it meant to be. It works for me on production network anyway, maybe you want to try it if you've got a lab environment.&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;Hao Dai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 01:40:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-add-service-x-x-x-x-weight-command/m-p/777376#M14976</guid>
      <dc:creator>daifous_04</dc:creator>
      <dc:date>2007-04-05T01:40:01Z</dc:date>
    </item>
  </channel>
</rss>

