<?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 Implement Zone Based DNS to existing config in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744869#M14271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you can simply add the dns commands to your existing config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands are explained at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.20/configuration/advanced/guide/DNS.html#wp1102400" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.20/configuration/advanced/guide/DNS.html#wp1102400&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first need to configure a zone and then add the dns a-record.&lt;/P&gt;&lt;P&gt;Use a keepalive, so the CSS can detect that a site is down.&lt;/P&gt;&lt;P&gt;You will also need to modify your dns server to have it forward dns request to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, this is not the cisco recommended solution.&lt;/P&gt;&lt;P&gt;Currently, the best option is to use a GSS and not use DNS functionality on the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, be aware that if you did not purchase a DNS license already for your CSS, you will not be able to get one from us as we do not sell this functionality anymore.&lt;/P&gt;&lt;P&gt;Without the license, the DNS commands will not exist.&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, 05 Jun 2007 08:38:06 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2007-06-05T08:38:06Z</dc:date>
    <item>
      <title>CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744868#M14270</link>
      <description>&lt;P&gt;I have a CSS with the config shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have two servers configured for failover to DR and we are going to add a mail server as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a box to box failover to DR, it is working great, if the primary server is down, the CSS redirects web requests to the DR site thru our internal MPLS cloud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Internet connectivity at the main site dies, so does our web connectivity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a second CSS and want to set up a failover solution so that we can use the DR site Internet connection as a backup link to our web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to keep the existing config the way it is and add the necessary components to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zone Based DNS seems to be the recommended solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I just add the DNS components to this config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea would be to have the DR site point to the primary server at the Main site, and if that fails, go to the server local to the DR site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, if the Main site Internet connection goes down, the users would still point to the primary server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!************************** CIRCUIT ************************** &lt;/P&gt;&lt;P&gt;circuit VLAN1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address 2.1.1.75 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!************************** SERVICE ************************** &lt;/P&gt;&lt;P&gt;service MCI-MCW-backupredirect &lt;/P&gt;&lt;P&gt;type redirect &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;keepalive type none &lt;/P&gt;&lt;P&gt;redirect-string "www.p.com" &lt;/P&gt;&lt;P&gt;ip address 2.1.1.73 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-MCW-dr &lt;/P&gt;&lt;P&gt;ip address 2.1.1.77 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;keepalive type http &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-MCW-dr-443 &lt;/P&gt;&lt;P&gt;ip address 2.1.1.77 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 443 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-MCW &lt;/P&gt;&lt;P&gt;ip address 2.1.1.76 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;keepalive type http &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-MCW-443 &lt;/P&gt;&lt;P&gt;ip address 2.1.1.76 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 443 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-p.com-backupredirect &lt;/P&gt;&lt;P&gt;type redirect &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;keepalive type none &lt;/P&gt;&lt;P&gt;redirect-string "web.p.com" &lt;/P&gt;&lt;P&gt;ip address 2.1.1.76 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-p.com-dr &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;keepalive type http &lt;/P&gt;&lt;P&gt;keepalive uri "/index.asp" &lt;/P&gt;&lt;P&gt;ip address 2.1.1.74 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MCI-p.com &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;keepalive type http &lt;/P&gt;&lt;P&gt;keepalive uri "/index.asp" &lt;/P&gt;&lt;P&gt;keepalive retryperiod 15 &lt;/P&gt;&lt;P&gt;keepalive frequency 15 &lt;/P&gt;&lt;P&gt;ip address 2.1.1.73 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** OWNER *************************** &lt;/P&gt;&lt;P&gt;owner MCI-MCW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content MCI-MCW-http-rule &lt;/P&gt;&lt;P&gt;add service MCI-MCW &lt;/P&gt;&lt;P&gt;primarySorryServer MCI-MCW-dr &lt;/P&gt;&lt;P&gt;balance aca &lt;/P&gt;&lt;P&gt;secondarySorryServer MCI-MCW-backupredirect &lt;/P&gt;&lt;P&gt;vip address 2.1.1.70 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;url "/*" &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner MCI-MCW-443 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content MCI-MCW-https-rule &lt;/P&gt;&lt;P&gt;add service MCI-MCW-lk-443 &lt;/P&gt;&lt;P&gt;primarySorryServer MCI-MCW-dr-443 &lt;/P&gt;&lt;P&gt;vip address 2.1.1.70 &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 443 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner MCI-p.com &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content MCI-p.com-http-rule &lt;/P&gt;&lt;P&gt;add service MCI-p.com &lt;/P&gt;&lt;P&gt;balance aca &lt;/P&gt;&lt;P&gt;protocol tcp &lt;/P&gt;&lt;P&gt;port 80 &lt;/P&gt;&lt;P&gt;url "/*" &lt;/P&gt;&lt;P&gt;primarySorryServer MCI-p.com-dr &lt;/P&gt;&lt;P&gt;secondarySorryServer MCI-p.com-backupredirect &lt;/P&gt;&lt;P&gt;vip address 2.1.1.71 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*************************** GROUP *************************** &lt;/P&gt;&lt;P&gt;group MCI-MCW-http-group &lt;/P&gt;&lt;P&gt;add destination service MCI-MCW &lt;/P&gt;&lt;P&gt;add destination service MCI-MCW-dr &lt;/P&gt;&lt;P&gt;vip address 2.1.1.70 &lt;/P&gt;&lt;P&gt;add destination service MCI-MCW-443 &lt;/P&gt;&lt;P&gt;add destination service MCI-MCW-dr-443 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group MCI-p.com-http-group &lt;/P&gt;&lt;P&gt;add destination service MCI-p.com &lt;/P&gt;&lt;P&gt;add destination service MCI-p.com-dr &lt;/P&gt;&lt;P&gt;vip address 2.1.1.71 &lt;/P&gt;&lt;P&gt;active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!**************************** ACL ****************************&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2007 22:27:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744868#M14270</guid>
      <dc:creator>wilson_1234_2</dc:creator>
      <dc:date>2007-06-04T22:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744869#M14271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you can simply add the dns commands to your existing config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands are explained at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.20/configuration/advanced/guide/DNS.html#wp1102400" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.20/configuration/advanced/guide/DNS.html#wp1102400&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first need to configure a zone and then add the dns a-record.&lt;/P&gt;&lt;P&gt;Use a keepalive, so the CSS can detect that a site is down.&lt;/P&gt;&lt;P&gt;You will also need to modify your dns server to have it forward dns request to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, this is not the cisco recommended solution.&lt;/P&gt;&lt;P&gt;Currently, the best option is to use a GSS and not use DNS functionality on the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, be aware that if you did not purchase a DNS license already for your CSS, you will not be able to get one from us as we do not sell this functionality anymore.&lt;/P&gt;&lt;P&gt;Without the license, the DNS commands will not exist.&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, 05 Jun 2007 08:38:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744869#M14271</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-05T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744870#M14272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't sell the enhanced feature set anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 11:44:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744870#M14272</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-05T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744871#M14273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the GSS solution, do I have to buy two of those also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the failover set up in that scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 13:02:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744871#M14273</guid>
      <dc:creator>wilson_1234_2</dc:creator>
      <dc:date>2007-06-05T13:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744872#M14274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spoke with the product manager for the CSS.&lt;/P&gt;&lt;P&gt;I have to correct my previous statement.&lt;/P&gt;&lt;P&gt;We still support the GSLB feature on the CSS and we still sell the enhanced license.&lt;/P&gt;&lt;P&gt;However, we do not plan to add more features to this solution or improve the current behavior/performances.&lt;/P&gt;&lt;P&gt;The GSS is still an active device with many engineers working to make this product a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the initial confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you opt for the GSS, it offers the possibility to have a standby device.&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, 05 Jun 2007 13:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744872#M14274</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-05T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744873#M14275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clarifying that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I check to make sure I can use the DNS functionality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I cannot, what are the procedures to add it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 18:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744873#M14275</guid>
      <dc:creator>wilson_1234_2</dc:creator>
      <dc:date>2007-06-05T18:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744874#M14276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show ver would include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Licensed Cmd Set(s):   Standard Feature Set&lt;/P&gt;&lt;P&gt;                       Enhanced Feature Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check for command "dns-server"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 18:34:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744874#M14276</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-05T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744875#M14277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Standard Feature Set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to purchase the upgrade IOS, or can I download it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 18:56:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744875#M14277</guid>
      <dc:creator>wilson_1234_2</dc:creator>
      <dc:date>2007-06-05T18:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Implement Zone Based DNS to existing config</title>
      <link>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744876#M14278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not an IOS, it is just a PAK # you enter an activation code in existing IOS and it's not cheap as I recall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 19:35:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-implement-zone-based-dns-to-existing-config/m-p/744876#M14278</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-05T19:35:10Z</dc:date>
    </item>
  </channel>
</rss>

