<?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 Load balancing across 4 web servers in same datacentre - advice  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148572#M39652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you have mentioned sounds very straightforward then everything should go well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACE is a load balancer which takes a load balancing decisions based on different matching methods like matching virtual address, url, source address, etc then once the load balance decision has been taken then the ACE will load balance the traffic based on the load balance method which you have configured (if you do not configure anything then it will use the default which is "round robin"), then it will send the traffic to the servers which it has available and finally the client should get the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get some details about the load balancing methods here you have them:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/overview.html#wp1000976"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/overview.html#wp1000976&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ACE deployments the most common designs are the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bridge Mode&lt;/P&gt;&lt;P&gt;One Arm Mode&lt;/P&gt;&lt;P&gt;Routed Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for Bridge Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Bridged_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Bridged_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for One Arm Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_One_Arm_Mode_with_Source_NAT_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_One_Arm_Mode_with_Source_NAT_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for Routed Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Routed_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Routed_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you could see in all those links you may end up having a configuration like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 40&lt;/P&gt;&lt;P&gt;&amp;nbsp; description "Default gateway of real servers"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy input remote-access&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.16.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all slb-vip&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2 match virtual-address 172.16.1.100 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match client-vips&lt;/P&gt;&lt;P&gt;&amp;nbsp; class slb-vip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy slb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match slb&lt;/P&gt;&lt;P&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host web&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver host lnx1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.11&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;rserver host lnx2&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.12&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;rserver host lnx3&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.13&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark it if it answered you question then other users can use it as reference in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2013 04:46:31 GMT</pubDate>
    <dc:creator>Jorge Bejarano</dc:creator>
    <dc:date>2013-03-15T04:46:31Z</dc:date>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice please</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148569#M39649</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking for some advice please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The apps team have asked me about load balancing across some servers but im not that well up on it for applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we have 4 apache web servers with about 2000 clients connecting to them, they would like to load balance connections to all these servers, they all need the same DNS name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what load balancing methods would I need for this, I believe they run on Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I need some sort of device, or can the servers run some software that can do this, how would it work? and how would load balancing be achieved here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148569#M39649</guid>
      <dc:creator>carl_townshend</dc:creator>
      <dc:date>2013-03-14T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148570#M39650</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;If there is no specific requirement you could just leave it to default LB method round robin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also loadbalance based on stickyness - src ip, cookie, url ..&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/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/sticky.html"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/sticky.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:55:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148570#M39650</guid>
      <dc:creator>sivaksiv</dc:creator>
      <dc:date>2013-03-14T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148571#M39651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; what do you mean default LB method of Round robin ? what would that be and how would it work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:03:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148571#M39651</guid>
      <dc:creator>carl_townshend</dc:creator>
      <dc:date>2013-03-14T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148572#M39652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you have mentioned sounds very straightforward then everything should go well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACE is a load balancer which takes a load balancing decisions based on different matching methods like matching virtual address, url, source address, etc then once the load balance decision has been taken then the ACE will load balance the traffic based on the load balance method which you have configured (if you do not configure anything then it will use the default which is "round robin"), then it will send the traffic to the servers which it has available and finally the client should get the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get some details about the load balancing methods here you have them:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/overview.html#wp1000976"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/overview.html#wp1000976&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ACE deployments the most common designs are the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bridge Mode&lt;/P&gt;&lt;P&gt;One Arm Mode&lt;/P&gt;&lt;P&gt;Routed Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for Bridge Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Bridged_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Bridged_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for One Arm Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_One_Arm_Mode_with_Source_NAT_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_One_Arm_Mode_with_Source_NAT_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a link for Routed Mode and a sample for that:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Routed_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Basic_Load_Balancing_Using_Routed_Mode_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you could see in all those links you may end up having a configuration like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 40&lt;/P&gt;&lt;P&gt;&amp;nbsp; description "Default gateway of real servers"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy input remote-access&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.16.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all slb-vip&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2 match virtual-address 172.16.1.100 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match client-vips&lt;/P&gt;&lt;P&gt;&amp;nbsp; class slb-vip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy slb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match slb&lt;/P&gt;&lt;P&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host web&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver lnx3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver host lnx1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.11&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;rserver host lnx2&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.12&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;rserver host lnx3&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 192.168.1.13&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark it if it answered you question then other users can use it as reference in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 04:46:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148572#M39652</guid>
      <dc:creator>Jorge Bejarano</dc:creator>
      <dc:date>2013-03-15T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148573#M39653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did everything go well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 21:45:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148573#M39653</guid>
      <dc:creator>Jorge Bejarano</dc:creator>
      <dc:date>2013-03-18T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Load balancing across 4 web servers in same datacentre - advice</title>
      <link>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148574#M39654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a Cisco Loadbalance like ACE or CSS?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, your probably wants to contact your Cisco Account Manager or Cisco System Engineer and they can give you the options based on your needs. &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;BR /&gt;Cesar R &lt;BR /&gt;ANS Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 23:59:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balancing-across-4-web-servers-in-same-datacentre-advice/m-p/2148574#M39654</guid>
      <dc:creator>Cesar Roque</dc:creator>
      <dc:date>2013-03-18T23:59:21Z</dc:date>
    </item>
  </channel>
</rss>

