<?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: Redirecting Non-http traffic  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653574#M12409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are 3 ways to do redirect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ using the HTTP redirect feature which is only possible with HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ you configure the remote site vip address as a service on your local CSS.&lt;/P&gt;&lt;P&gt;Use this service as backup with a group to do client nat to guarantee that the response will come back to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ if you have GSLB, site A should start responding to dns requests with site B vip address. Assuming you have probe to detect a rule is down.&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, 14 Nov 2006 10:05:33 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2006-11-14T10:05:33Z</dc:date>
    <item>
      <title>Redirecting Non-http traffic</title>
      <link>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653573#M12408</link>
      <description>&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are running GSLB between two sites.&lt;/P&gt;&lt;P&gt;Is it possible to do redirect non-http traffic(Ex- SFTP service) when there is a failure of the services at one site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2006 06:16:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653573#M12408</guid>
      <dc:creator>Keong.leow</dc:creator>
      <dc:date>2006-11-14T06:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Non-http traffic</title>
      <link>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653574#M12409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are 3 ways to do redirect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ using the HTTP redirect feature which is only possible with HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ you configure the remote site vip address as a service on your local CSS.&lt;/P&gt;&lt;P&gt;Use this service as backup with a group to do client nat to guarantee that the response will come back to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ if you have GSLB, site A should start responding to dns requests with site B vip address. Assuming you have probe to detect a rule is down.&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, 14 Nov 2006 10:05:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653574#M12409</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-11-14T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Non-http traffic</title>
      <link>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653575#M12410</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;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the option 2- could you please tell whether the mentioned configuration will work or do i need to make changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service remote_site_vip&lt;/P&gt;&lt;P&gt;11.1.1.1&lt;/P&gt;&lt;P&gt;keepalive type icmp&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content 1&lt;/P&gt;&lt;P&gt;vip address 10.1.1.1&lt;/P&gt;&lt;P&gt;port 8443&lt;/P&gt;&lt;P&gt;add service 1&lt;/P&gt;&lt;P&gt;add service 2&lt;/P&gt;&lt;P&gt;primarysorryserver remote_site_vip&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;****GROUP***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group redirect&lt;/P&gt;&lt;P&gt;vip address 10.1.1.1&lt;/P&gt;&lt;P&gt;add destination service remote_site_vip&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;/P&gt;&lt;P&gt;Site B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service remote_site_vip&lt;/P&gt;&lt;P&gt;10.1.1.1&lt;/P&gt;&lt;P&gt;keepalive type icmp&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content 1&lt;/P&gt;&lt;P&gt;vip address 11.1.1.1&lt;/P&gt;&lt;P&gt;port 8443&lt;/P&gt;&lt;P&gt;add service 1&lt;/P&gt;&lt;P&gt;add service 2&lt;/P&gt;&lt;P&gt;primarysorryserver remote_site_vip&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;****GROUP***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group redirect&lt;/P&gt;&lt;P&gt;vip address 11.1.1.1&lt;/P&gt;&lt;P&gt;add destination service remote_site_vip&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;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 11:46:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653575#M12410</guid>
      <dc:creator>Keong.leow</dc:creator>
      <dc:date>2006-11-14T11:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Non-http traffic</title>
      <link>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653576#M12411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:01:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/redirecting-non-http-traffic/m-p/653576#M12411</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-11-15T10:01:32Z</dc:date>
    </item>
  </channel>
</rss>

