<?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 active/standby server loadbalancing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422022#M29528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like exactly what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul Le Grange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 14:46:47 GMT</pubDate>
    <dc:creator>Paul_Le_Grange</dc:creator>
    <dc:date>2010-03-30T14:46:47Z</dc:date>
    <item>
      <title>CSS active/standby server loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422019#M29525</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have client that want to use the CSS to loadbalance only to thier active server and if that server fails then send requests to the standby server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have told them that using the CSS to acomplish this is not the best use of it functionallity but they want to do it anyway. Does anybody know how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the CSS will send keepalives to the particular service to ensure it is available and was wondering if I could use these to detect the primary server failure and then start sending traffic to the secondary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to loadbalance to both servers I only want to forward traffic to the secondary server if the primary fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Le Grange&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2010 13:53:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422019#M29525</guid>
      <dc:creator>Paul_Le_Grange</dc:creator>
      <dc:date>2010-03-30T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSS active/standby server loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422020#M29526</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;you can accomplish this by using a sorryserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure you content rule, add your active service using "&lt;STRONG&gt;add service server1&lt;/STRONG&gt;" and add you standby service (which will be only used when the active service goes down) using "&lt;STRONG&gt;primarySorryServer server2&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See the config guide for more info: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.ciscopress.info/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/configuration/content_lb/guide/contrule.html#wp1038009"&gt;http://www.ciscopress.info/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/configuration/content_lb/guide/contrule.html#wp1038009&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 13:59:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422020#M29526</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2010-03-30T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSS active/standby server loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422021#M29527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way you could almost do it is to assign a high weight to the 'active' and a low weight to the 'passive' one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Weight is a value assigned to an SP based on its ability to provide session processing. An active SP has a relative weight assignment greater than 0. A weight of 0 prevents the SP from performing any session processing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ldaps-server-1&lt;BR /&gt;&amp;nbsp; port 636 &lt;BR /&gt;&amp;nbsp; redundant-index 1031 &lt;BR /&gt;&amp;nbsp; ip address 10.10.201.127 &lt;BR /&gt;&amp;nbsp; keepalive type none &lt;BR /&gt;&amp;nbsp; weight 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ldaps-server-2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; port 636 &lt;BR /&gt;&amp;nbsp;&amp;nbsp; redundant-index 1031 &lt;BR /&gt;&amp;nbsp;&amp;nbsp; ip address 10.10.201.128 &lt;BR /&gt;&amp;nbsp;&amp;nbsp; keepalive type none &lt;BR /&gt;&amp;nbsp;&amp;nbsp; weight 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 13:59:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422021#M29527</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-03-30T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSS active/standby server loadbalancing</title>
      <link>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422022#M29528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like exactly what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul Le Grange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:46:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-active-standby-server-loadbalancing/m-p/1422022#M29528</guid>
      <dc:creator>Paul_Le_Grange</dc:creator>
      <dc:date>2010-03-30T14:46:47Z</dc:date>
    </item>
  </channel>
</rss>

