<?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: have a few questions regarding css in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339305#M5582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the default GATEWAY.&lt;/P&gt;&lt;P&gt;Where the CSS route all traffic.&lt;/P&gt;&lt;P&gt;The primary next-hop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2005 09:40:14 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-04-15T09:40:14Z</dc:date>
    <item>
      <title>have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339300#M5577</link>
      <description>&lt;P&gt;i have include a doc that has all my questions in red along with the sample config i'm building that will expand into ASR&lt;/P&gt;&lt;P&gt;if u have any suggetions on the type of sticky cookies i should use, load balance method or anything please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also is there a method for assigning  redundant indexes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any help you can provide &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2005 15:29:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339300#M5577</guid>
      <dc:creator>kejeusa</dc:creator>
      <dc:date>2005-04-13T15:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339301#M5578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer to your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1 - if you need more vlan you need to configure them on the trunk with the command "vlan &lt;ID&gt;" on another physical interface with the command 'bridge vlan &lt;ID&gt;'&lt;/ID&gt;&lt;/ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2 - the ip redundant-vip as indicated by the name  of the command is a VIP (virtual ip).&lt;/P&gt;&lt;P&gt;This is the ip used to group all the servers under 1 ip.&lt;/P&gt;&lt;P&gt;In redundant mode, you need to inform the CSS that this IP is also shared with a backup css.&lt;/P&gt;&lt;P&gt;You do this with that command.&lt;/P&gt;&lt;P&gt;The VR ip of the circuit is defined with the command "ip redundant-interface" that you also have in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#3 - you can use whatever keepalive you want.  They are there to test if a server is alive and able to receive traffic.&lt;/P&gt;&lt;P&gt;You can use ping, tcp, http, ....or nothing.&lt;/P&gt;&lt;P&gt;This is up to you.&lt;/P&gt;&lt;P&gt;The better is to match real traffic - so http.&lt;/P&gt;&lt;P&gt;But if you have too many of those, you can reduce the performance of the CSS has it will spend a lot of times sending keepalives.&lt;/P&gt;&lt;P&gt;Not sure about the circuit question.&lt;/P&gt;&lt;P&gt;You will have to explain more clearly.&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;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 11:25:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339301#M5578</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-04-14T11:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339302#M5579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your answers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanted to know: &lt;/P&gt;&lt;P&gt;1. if more than 1 vip in ip mode under circuit configuration can be used as redundant to address more than one owners content rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex. &lt;/P&gt;&lt;P&gt;circuit VLAN1&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;  ip address 10.0.0.1 255.0.0.0 &lt;/P&gt;&lt;P&gt;    ip virtual-router 1 priority 101 preempt &lt;/P&gt;&lt;P&gt;    ip redundant-interface 1 10.0.0.254 &lt;/P&gt;&lt;P&gt;    ip redundant-vip 1 10.0.0.100 &lt;/P&gt;&lt;P&gt;    ip redundant-vip 2 10.0.0.101&lt;/P&gt;&lt;P&gt;    ip redundant-vip 3 10.0.0.102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is the purpose of creating this service listed below and what ip address does this refernce? (server, gateway, router)  and where should it be assigned? (in ip mode under a circuit or to a owners content rules)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex. &lt;/P&gt;&lt;P&gt;service CriticalService&lt;/P&gt;&lt;P&gt;ip address 192.168.2.1 &amp;lt;&amp;lt;&amp;lt;&lt;THIS address=""&gt;&lt;/THIS&gt;&lt;/P&gt;&lt;P&gt;keepalive frequency 2&lt;/P&gt;&lt;P&gt;keepalive maxfailure 2&lt;/P&gt;&lt;P&gt;keepalive retryperiod 2&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 12:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339302#M5579</guid>
      <dc:creator>kejeusa</dc:creator>
      <dc:date>2005-04-14T12:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339303#M5580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 - you can have more than 1 vip under the same circuit and under the same virtual router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip redundant-vip 1 10.0.0.100&lt;/P&gt;&lt;P&gt;ip redundant-vip 1 10.0.0.101&lt;/P&gt;&lt;P&gt;ip redundant-vip 1 10.0.0.102 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - you can define a critical service for the virtual router.&lt;/P&gt;&lt;P&gt;This service is for you so important that if the CSS fails to ping it, it should failover to the standby device.&lt;/P&gt;&lt;P&gt;Usually this critical service is the default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - if you find my answers useful, please take a second of your time to rate them &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 13:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339303#M5580</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-04-14T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339304#M5581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for answering that helps a bunch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Usually this critical service is the default gateway. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which default way? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 14:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339304#M5581</guid>
      <dc:creator>kejeusa</dc:creator>
      <dc:date>2005-04-14T14:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: have a few questions regarding css</title>
      <link>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339305#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the default GATEWAY.&lt;/P&gt;&lt;P&gt;Where the CSS route all traffic.&lt;/P&gt;&lt;P&gt;The primary next-hop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 09:40:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/have-a-few-questions-regarding-css/m-p/339305#M5582</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-04-15T09:40:14Z</dc:date>
    </item>
  </channel>
</rss>

