<?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 ACE TCL Script to retrieve Cookie  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-to-retrieve-cookie/m-p/1099863#M22352</link>
    <description>&lt;P&gt;I am in need to to do a post instead of a Get with a probe. So I have configured a TCL script to perform this. The issue I have is that I also need to parse the Cookie instead of the http1. response. Any ideas? Or does anyone have a variable indetifiers for TCL scripting that Cisco uses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2008 10:39:58 GMT</pubDate>
    <dc:creator>tthulin</dc:creator>
    <dc:date>2008-08-01T10:39:58Z</dc:date>
    <item>
      <title>ACE TCL Script to retrieve Cookie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-to-retrieve-cookie/m-p/1099863#M22352</link>
      <description>&lt;P&gt;I am in need to to do a post instead of a Get with a probe. So I have configured a TCL script to perform this. The issue I have is that I also need to parse the Cookie instead of the http1. response. Any ideas? Or does anyone have a variable indetifiers for TCL scripting that Cisco uses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2008 10:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-tcl-script-to-retrieve-cookie/m-p/1099863#M22352</guid>
      <dc:creator>tthulin</dc:creator>
      <dc:date>2008-08-01T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: ACE TCL Script to retrieve Cookie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-to-retrieve-cookie/m-p/1099864#M22353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Thulin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Health probe scripts have access to many configured items through a predefined TCL array. The most common use of this array is to find the current real server IP addresses of the suspect during any particular launch of the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever the ACE executes a script probe, a special array called scriptprobe_env is passed to the script. This array holds important parameters that may be used by the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Member name  Content  &lt;/P&gt;&lt;P&gt;realIP &lt;/P&gt;&lt;P&gt; Suspect IP address &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;realPort &lt;/P&gt;&lt;P&gt; Suspect IP port &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;intervalTimeout &lt;/P&gt;&lt;P&gt; Configured probe interval in seconds &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;openTimeout &lt;/P&gt;&lt;P&gt; Configured socket open timeout for this probe (tbd) &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;recvTimeout &lt;/P&gt;&lt;P&gt; Configured socket receive timeout for this probe &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;failedTimeout &lt;/P&gt;&lt;P&gt; Configure failed timeout &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;retries &lt;/P&gt;&lt;P&gt; Configured retry count &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;healthStatus &lt;/P&gt;&lt;P&gt; Current suspect health status &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;contextID &lt;/P&gt;&lt;P&gt; The ID for the context running this script &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;failedRetries &lt;/P&gt;&lt;P&gt; Consecutive successful retries on a failed server before marking it as passed &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;isRouted &lt;/P&gt;&lt;P&gt; Boolean to determine if this IP address is a routed address &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;pid &lt;/P&gt;&lt;P&gt; Process identifier of the TCL process &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;runID &lt;/P&gt;&lt;P&gt; Pointer to the event structure (em_event_t) &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;P&gt;&lt;/P&gt;&lt;P&gt;Kindly  refer to the following url to get more info regarding your tcl variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A1/configuration/slb/guide/script.html#wp1082112" target="_blank"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A1/configuration/slb/guide/script.html#wp1082112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/solution/dc_ap11i.pdf" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/solution/dc_ap11i.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/mod_icn/ace/ace_301/slbgd/script.pdf" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/mod_icn/ace/ace_301/slbgd/script.pdf&lt;/A&gt;&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;Sachin Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 20:39:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-tcl-script-to-retrieve-cookie/m-p/1099864#M22353</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2008-08-05T20:39:21Z</dc:date>
    </item>
  </channel>
</rss>

