<?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 Hi Michael,Yes, you can use in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536280#M42211</link>
    <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Yes, you can use backup command under sticky group and specify the backup serverfarm there with sticky keyword. But remember if you have sticky configured for backup serverfarm, even when the primary serverfarm comes back as "operational", the connections which have sticky entry in DB for servers in backup serverfarm, will continue to be served by the backup serverfarm.&lt;/P&gt;&lt;P&gt;If your primary serverfarm is APP1-SF1 &amp;amp; Backup serverfarm is APP1-SF2&lt;/P&gt;&lt;P&gt;you need to configure....&lt;/P&gt;&lt;P&gt;sticky ip-netmask 255.255.255.255 address source APP1-sticky&lt;/P&gt;&lt;P&gt;timeout 60&lt;/P&gt;&lt;P&gt;serverfarm APP1-SF1 backup App1-SF2 &lt;EM&gt;sticky&lt;/EM&gt;---&amp;gt;This will ensure that sticky is applied to backup serverfarm too.&lt;/P&gt;&lt;P&gt;For more details please visit the below link:&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA4_2_0/configuration/slb/guide/slbcfggd/sticky.html#wp1137791&lt;/P&gt;&lt;P&gt;Section: Backup Server Farm Behavior with Stickiness&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2014 15:54:24 GMT</pubDate>
    <dc:creator>Kanwaljeet Singh</dc:creator>
    <dc:date>2014-08-06T15:54:24Z</dc:date>
    <item>
      <title>ACE dynamic configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536275#M42206</link>
      <description>&lt;P&gt;Hi group,&lt;/P&gt;&lt;P&gt;First off, thanks for the many insightful comments and answers that can be found on this forum.&lt;/P&gt;&lt;P&gt;I am using a Cisco ACE for load-balancing my website, the current configuration looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;probe tcp PROBE_TCP&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; interval 5&lt;/P&gt;&lt;P&gt;rserver host ns123&lt;BR /&gt;&amp;nbsp; ip address 172.16.0.50&lt;BR /&gt;&amp;nbsp; conn-limit max 50000 min 40000&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host ns124&lt;BR /&gt;&amp;nbsp; ip address 172.16.0.40&lt;BR /&gt;&amp;nbsp; conn-limit max 50000 min 40000&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host ns125&lt;BR /&gt;&amp;nbsp; ip address 172.16.0.30&lt;BR /&gt;&amp;nbsp; conn-limit max 50000 min 40000&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm host FARM_WEB&lt;BR /&gt;&amp;nbsp; predictor leastconns&lt;BR /&gt;&amp;nbsp; probe PROBE_TCP&lt;BR /&gt;&amp;nbsp; rserver ns123&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver ns124&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver ns125&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;parameter-map type http HTTP_PARAMETER_MAP&lt;BR /&gt;&amp;nbsp; case-insensitive&lt;BR /&gt;&amp;nbsp; persistence-rebalance&lt;BR /&gt;&amp;nbsp; set header-maxparse-length 65535&lt;BR /&gt;&amp;nbsp; set content-maxparse-length 65535&lt;BR /&gt;&amp;nbsp; length-exceed continue&lt;BR /&gt;&amp;nbsp; parsing non-strict&lt;/P&gt;&lt;P&gt;sticky http-cookie ACE-Insert web-sticky&lt;BR /&gt;&amp;nbsp; cookie insert browser-expire&lt;BR /&gt;&amp;nbsp; serverfarm FARM_WEB&lt;BR /&gt;&amp;nbsp; timeout 5&lt;/P&gt;&lt;P&gt;class-map match-all L4-WEB-IP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address [my ip] tcp eq www&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match WEB_L7_POLICY&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; sticky-serverfarm web-sticky&lt;BR /&gt;&amp;nbsp; &amp;nbsp; insert-http x-forward header-value "%is"&lt;/P&gt;&lt;P&gt;policy-map multi-match WEB-to-vIPs&lt;BR /&gt;&amp;nbsp; class L4-WEB-IP&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance policy WEB_L7_POLICY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance vip icmp-reply active&lt;BR /&gt;&amp;nbsp; &amp;nbsp; nat dynamic 1 vlan [my vlan]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; appl-parameter http advanced-options HTTP_PARAMETER_MAP&lt;/P&gt;&lt;P&gt;[and some interface stuff]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works as it should!! Pheew :-)&lt;/P&gt;&lt;P&gt;Now, I'd like to introduce another device into this scenario (a varnish cache server) - and if the varnish cache server (let's call this vc130) is up and running, it should send all traffic to this server - if the varnish cache server is down, on not replying on port 80 - it should fall back to this current scenario.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this at all possible with the Cisco ACE? If so, can someone point into the right direction in setting this up?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;system image file: [LCP] disk0:c6ace-t1k9-mz.A5_2_2.bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 12:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536275#M42206</guid>
      <dc:creator>michaelhostbaek</dc:creator>
      <dc:date>2014-08-04T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Hi Michael,I am not sure i</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536276#M42207</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I am not sure i get your question here. You want to add another server in the serverfarm or you want another serverfarm and that serverfarm should handle everything but if that goes down, the traffic shall fall back to this one. Yes, that can be done using "backup serverfarm" configuration but i am not sure if that is what you are looking for. I did not get the requirement here.&amp;nbsp; Kindly explain it and i will be glad to help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536276#M42207</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-08-04T16:41:08Z</dc:date>
    </item>
    <item>
      <title>Hi Kanwal,Thanks for your</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536277#M42208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Kanwal,&lt;/P&gt;&lt;P&gt;Thanks for your reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's exactly what I want do, so I create another farm (like FARM_WEB) and I set the current one as backup farm?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an example on how this is configured?&lt;/P&gt;&lt;P&gt;Also, what is the minimum convergence time that can we setup?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 17:01:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536277#M42208</guid>
      <dc:creator>michaelhostbaek</dc:creator>
      <dc:date>2014-08-04T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Hi Mike,So you will configure</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536278#M42209</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;So you will configure a new serverfarm, add real servers etc and put that serverfarm as backup serverfarm under L7 policy map. So let's say you have serverfarm "test" which you want as back up.&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match WEB_L7_POLICY&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; sticky-serverfarm web-sticky &lt;EM&gt;&lt;STRONG&gt;backup test&lt;/STRONG&gt;&lt;/EM&gt;------&amp;gt;This is where you will specify the backup serverfarm.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; insert-http x-forward header-value "%is"&lt;/P&gt;&lt;P&gt;Nothing else needs to be done. You will have probes etc in the same way as you have for regular serverfarm. For more details please visit the below link:&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA4_2_0/configuration/slb/guide/slbcfggd/rsfarms.html#wp1050058&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 17:37:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536278#M42209</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-08-04T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Hello again,How about the</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536279#M42210</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How about the sticky cookie:&lt;/P&gt;&lt;P&gt;sticky http-cookie ACE-Insert web-sticky&lt;BR /&gt;&amp;nbsp; cookie insert browser-expire&lt;BR /&gt;&amp;nbsp; serverfarm FARM_WEB&lt;BR /&gt;&amp;nbsp; timeout 5&lt;BR /&gt;&lt;BR /&gt;should I create something similar for the BACKUP_FARM ?&lt;BR /&gt;or can I add several FARMS to the same sticky section?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:40:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536279#M42210</guid>
      <dc:creator>michaelhostbaek</dc:creator>
      <dc:date>2014-08-06T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Hi Michael,Yes, you can use</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536280#M42211</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Yes, you can use backup command under sticky group and specify the backup serverfarm there with sticky keyword. But remember if you have sticky configured for backup serverfarm, even when the primary serverfarm comes back as "operational", the connections which have sticky entry in DB for servers in backup serverfarm, will continue to be served by the backup serverfarm.&lt;/P&gt;&lt;P&gt;If your primary serverfarm is APP1-SF1 &amp;amp; Backup serverfarm is APP1-SF2&lt;/P&gt;&lt;P&gt;you need to configure....&lt;/P&gt;&lt;P&gt;sticky ip-netmask 255.255.255.255 address source APP1-sticky&lt;/P&gt;&lt;P&gt;timeout 60&lt;/P&gt;&lt;P&gt;serverfarm APP1-SF1 backup App1-SF2 &lt;EM&gt;sticky&lt;/EM&gt;---&amp;gt;This will ensure that sticky is applied to backup serverfarm too.&lt;/P&gt;&lt;P&gt;For more details please visit the below link:&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA4_2_0/configuration/slb/guide/slbcfggd/sticky.html#wp1137791&lt;/P&gt;&lt;P&gt;Section: Backup Server Farm Behavior with Stickiness&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:54:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536280#M42211</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-08-06T15:54:24Z</dc:date>
    </item>
    <item>
      <title>oh, and the backup command</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536281#M42212</link>
      <description>&lt;P&gt;oh, and the backup command did not work:&lt;BR /&gt;&lt;BR /&gt;sticky-serverfarm web-sticky backup VARNISH&lt;/P&gt;&lt;P&gt;% long command detected at '^' marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536281#M42212</guid>
      <dc:creator>michaelhostbaek</dc:creator>
      <dc:date>2014-08-06T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Hi Michael,I am able to do it</title>
      <link>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536282#M42213</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I am able to do it. It seems you are not able to add the backup serverfarm under L7 policy map.&amp;nbsp; Did you add the backup serverfarm for sticky too? Can you share the exact configuration and errors you are getting.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 17:10:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-dynamic-configuration/m-p/2536282#M42213</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-08-06T17:10:26Z</dc:date>
    </item>
  </channel>
</rss>

